Fixed the PB286 ROM's, fixes #5969.

This commit is contained in:
OBattler
2025-08-16 18:37:57 +02:00
parent 2cc61b6a59
commit 8986f13f2b

View File

@@ -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)