Merge pull request #5625 from jester-xbmc/patch-1
Fix wrong filenames used for Olivetti M240 BIOS
This commit is contained in:
@@ -2366,8 +2366,8 @@ machine_xt_m240_init(const machine_t *model)
|
|||||||
m24_kbd_t *m24_kbd;
|
m24_kbd_t *m24_kbd;
|
||||||
nvr_t *nvr;
|
nvr_t *nvr;
|
||||||
|
|
||||||
ret = bios_load_interleaved("roms/machines/m240/olivetti_m240_pchj_2.12_low.bin",
|
ret = bios_load_interleaved("roms/machines/m240/olivetti_m240_pchm_2.12_low.bin",
|
||||||
"roms/machines/m240/olivetti_m240_pchk_2.12_high.bin",
|
"roms/machines/m240/olivetti_m240_pchl_2.12_high.bin",
|
||||||
0x000f8000, 32768, 0);
|
0x000f8000, 32768, 0);
|
||||||
|
|
||||||
if (bios_only || !ret)
|
if (bios_only || !ret)
|
||||||
|
|||||||
Reference in New Issue
Block a user