From 3e47055ca295d1df1119e2a93bda9d7789f96597 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 10 May 2015 20:20:24 +0000 Subject: [PATCH] Apple II - fix crash on loadstate when not using an xml --- BizHawk.Emulation.Cores/Computers/AppleII/AppleII.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.cs b/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.cs index 08c4e96546..f4805d4713 100644 --- a/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.cs +++ b/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.cs @@ -33,6 +33,7 @@ namespace BizHawk.Emulation.Cores.Computers.AppleII CoreComm = comm; _disk1 = rom; + RomSet.Add(rom); _appleIIRom = comm.CoreFileProvider.GetFirmware( SystemId, "AppleIIe", true, "The Apple IIe BIOS firmware is required");