change m24 BIOS rom to newer 1.44 version

https://forum.vcfed.org/index.php?threads/olivetti-m21-m24-with-bios-version-1-44.72815/
This commit is contained in:
Jester
2022-05-14 16:21:00 +02:00
committed by GitHub
parent e15eade178
commit 340e891d98

View File

@@ -752,8 +752,8 @@ machine_xt_m24_init(const machine_t *model)
int ret;
m24_kbd_t *m24_kbd;
ret = bios_load_interleaved("roms/machines/m24/olivetti_m24_version_1.43_low.bin",
"roms/machines/m24/olivetti_m24_version_1.43_high.bin",
ret = bios_load_interleaved("roms/machines/m24/olivetti_m24_bios_version_1.44_low_even.bin",
"roms/machines/m24/olivetti_m24_bios_version_1.44_high_odd.bin",
0x000fc000, 16384, 0);
if (bios_only || !ret)