From b1fb9def6e7d19fa35c8011c4a219b801031090c Mon Sep 17 00:00:00 2001 From: Alexander Babikov Date: Mon, 26 Apr 2021 01:18:41 +0500 Subject: [PATCH] Fix the BIOS path for Olivetti M290 --- src/machine/m_at_286_386sx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/machine/m_at_286_386sx.c b/src/machine/m_at_286_386sx.c index c9e45ece5..c920ee531 100644 --- a/src/machine/m_at_286_386sx.c +++ b/src/machine/m_at_286_386sx.c @@ -796,7 +796,7 @@ machine_at_m290_init(const machine_t *model) { int ret; - ret = bios_load_linear("roms/machines/olivetti_m290/m290_pep3_1.25.bin", + ret = bios_load_linear("roms/machines/m290/m290_pep3_1.25.bin", 0x000f0000, 65536, 0); if (bios_only || !ret)