From 63a78e388b270ed5e24f55ca347110bfb210606a Mon Sep 17 00:00:00 2001 From: OBattler Date: Mon, 8 Sep 2025 01:38:46 +0200 Subject: [PATCH] Olivetti M19: Use the 3.71 BIOS instead, because it's newer. --- src/machine/m_xt_olivetti.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/machine/m_xt_olivetti.c b/src/machine/m_xt_olivetti.c index 079cd4555..13d98e6f9 100644 --- a/src/machine/m_xt_olivetti.c +++ b/src/machine/m_xt_olivetti.c @@ -2426,7 +2426,7 @@ machine_xt_m19_init(const machine_t *model) { int ret; - ret = bios_load_linear("roms/machines/m19/BIOS.BIN", + ret = bios_load_linear("roms/machines/m19/Olivetti M19 Resident Diagnostics Rev 3.71.BIN", 0x000fc000, 16384, 0); ret &= rom_present("roms/machines/m19/MBM2764-30 8514 107 AB PCF3.BIN");