MSXHawk: more testing options

This commit is contained in:
alyosha-tas 2020-02-05 07:55:01 -05:00
parent ca33a0ac9d
commit 6d93fe03f5
1 changed files with 5 additions and 3 deletions

View File

@ -58,9 +58,11 @@ namespace BizHawk.Emulation.Cores.Computers.MSX
}
}
//Bios = comm.CoreFileProvider.GetFirmware("MSX", "bios_test", true, "BIOS Not Found, Cannot Load");
Bios = comm.CoreFileProvider.GetFirmware("MSX", "bios_jp", false, "BIOS Not Found, Cannot Load");
if (Bios == null) { Bios = comm.CoreFileProvider.GetFirmware("MSX", "bios_test", true, "BIOS Not Found, Cannot Load"); }
//Basic = comm.CoreFileProvider.GetFirmware("MSX", "basic_test", true, "BIOS Not Found, Cannot Load");
Bios = comm.CoreFileProvider.GetFirmware("MSX", "bios_jp", true, "BIOS Not Found, Cannot Load");
Basic = new byte[0x4000];
@ -101,7 +103,7 @@ namespace BizHawk.Emulation.Cores.Computers.MSX
IntPtr MSX_Pntr { get; set; } = IntPtr.Zero;
byte[] MSX_core = new byte[0x20000];
public static byte[] Bios;
public static byte[] Bios = null;
public static byte[] Basic;
// Constants