correct r9288 to actually remove the hard paths
This commit is contained in:
parent
f4140de3f7
commit
c4834a48b2
|
@ -24,8 +24,6 @@ namespace BizHawk.Emulation.Cores.Computers.AppleII
|
|||
|
||||
_disk1 = rom;
|
||||
|
||||
_diskIIRom = File.ReadAllBytes("C:\\apple\\DiskII.rom");
|
||||
|
||||
_appleIIRom = comm.CoreFileProvider.GetFirmware(
|
||||
SystemId, "AppleIIe", true, "The Apple IIe BIOS firmware is required");
|
||||
_diskIIRom = comm.CoreFileProvider.GetFirmware(
|
||||
|
|
Loading…
Reference in New Issue