Apple II - fix crash on loadstate when not using an xml
This commit is contained in:
parent
c80fb97bc9
commit
3e47055ca2
|
@ -33,6 +33,7 @@ namespace BizHawk.Emulation.Cores.Computers.AppleII
|
||||||
CoreComm = comm;
|
CoreComm = comm;
|
||||||
|
|
||||||
_disk1 = rom;
|
_disk1 = rom;
|
||||||
|
RomSet.Add(rom);
|
||||||
|
|
||||||
_appleIIRom = comm.CoreFileProvider.GetFirmware(
|
_appleIIRom = comm.CoreFileProvider.GetFirmware(
|
||||||
SystemId, "AppleIIe", true, "The Apple IIe BIOS firmware is required");
|
SystemId, "AppleIIe", true, "The Apple IIe BIOS firmware is required");
|
||||||
|
|
Loading…
Reference in New Issue