From 8986f13f2b086082a4149234f76fe657a81d921c Mon Sep 17 00:00:00 2001 From: OBattler Date: Sat, 16 Aug 2025 18:37:57 +0200 Subject: [PATCH] Fixed the PB286 ROM's, fixes #5969. --- src/machine/m_at_286.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/machine/m_at_286.c b/src/machine/m_at_286.c index 5448272b6..4943d1c0a 100644 --- a/src/machine/m_at_286.c +++ b/src/machine/m_at_286.c @@ -455,8 +455,8 @@ machine_at_pb286_init(const machine_t *model) { int ret; - ret = bios_load_interleaved("roms/machines/pb286/V000B200-1", - "roms/machines/pb286/V000B200-2", + ret = bios_load_interleaved("roms/machines/pb286/LB_V332P.BIN", + "roms/machines/pb286/LB_V332P.BIN", 0x000f0000, 65536, 0); if (bios_only || !ret)