From 6442c116f80d27d2f6f5478950aaaa48851d4f42 Mon Sep 17 00:00:00 2001 From: Jester Date: Sun, 12 May 2024 00:40:22 +0200 Subject: [PATCH] Update Olivetti M240 BIOS to 2.11 Dumped BIOS 2.11 Updating the BIOS from 2.04 to 2.11 fixes several bugs: - "Format Failure" message during hard disk formatting under MS DOS - WANGTEK 40 MB streaming tape unit management - I/O errors in floppy disk after an ON/OFF sequence - Clock problems after using "GOSLOW" - Possibility of testing system from a remote work station - Possibility of programming in RTCC - Solves FUJITSU 8284 problem --- src/machine/m_xt_olivetti.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/machine/m_xt_olivetti.c b/src/machine/m_xt_olivetti.c index 0b5a3eab0..7806d378b 100644 --- a/src/machine/m_xt_olivetti.c +++ b/src/machine/m_xt_olivetti.c @@ -1853,8 +1853,8 @@ machine_xt_m240_init(const machine_t *model) m24_kbd_t *m24_kbd; nvr_t *nvr; - ret = bios_load_interleaved("roms/machines/m240/olivetti_m240_pch6_2.04_low.bin", - "roms/machines/m240/olivetti_m240_pch5_2.04_high.bin", + ret = bios_load_interleaved("roms/machines/m240/olivetti_m240_pchj_2.11_low.bin", + "roms/machines/m240/olivetti_m240_pchk_2.11_high.bin", 0x000f8000, 32768, 0); if (bios_only || !ret)