Make the MS-5119 use a newer (the latest) BIOS revision, fixes #3684.

This commit is contained in:
OBattler
2023-10-12 01:22:00 +02:00
parent 4978b8c189
commit b44d9d71c5

View File

@@ -373,7 +373,7 @@ machine_at_ms5119_init(const machine_t *model)
{ {
int ret; int ret;
ret = bios_load_linear("roms/machines/ms5119/A37E.ROM", ret = bios_load_linear("roms/machines/ms5119/A37EB.ROM",
0x000e0000, 131072, 0); 0x000e0000, 131072, 0);
if (bios_only || !ret) if (bios_only || !ret)