Apple II - fix crash on loadstate when not using an xml

This commit is contained in:
adelikat 2015-05-10 20:20:24 +00:00
parent c80fb97bc9
commit 3e47055ca2
1 changed files with 1 additions and 0 deletions

View File

@ -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");