summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author ClawGrip <clawgrip@hotmail.com>2023-05-27 19:53:54 +0200
committer GitHub <noreply@github.com>2023-05-28 03:53:54 +1000
commitd41a84f4e733ef41a10015a953a198f06dfeb93c (patch)
treeefaadebd8aca9ec4a54a1f39268ba53821cf40ca /src
parent6911b9198f82f571e864f6780d463a62f12197e5 (diff)
misc/rawthrillspc.cpp: Fixed doodlejmp BIOS ROM label. (#11247)
Diffstat (limited to 'src')
-rw-r--r--src/mame/misc/rawthrillspc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/misc/rawthrillspc.cpp b/src/mame/misc/rawthrillspc.cpp
index ef954831f64..01bf9d4519d 100644
--- a/src/mame/misc/rawthrillspc.cpp
+++ b/src/mame/misc/rawthrillspc.cpp
@@ -131,7 +131,7 @@ ROM_END
ROM_START( doodlejmp )
ROM_REGION32_LE( 0x100000, "bios", 0 )
ROM_SYSTEM_BIOS( 0, "0515", "Compaq 5.15 (11/06/2009)" )
- ROMX_LOAD( "m2n68-asus-1001.rom", 0x000000, 0x100000, CRC(e91538ee) SHA1(32add79eba2049205a98fc4e854976e11d102a4c), ROM_BIOS(0) )
+ ROMX_LOAD( "w25x80a.bin", 0x000000, 0x100000, CRC(e91538ee) SHA1(32add79eba2049205a98fc4e854976e11d102a4c), ROM_BIOS(0) )
DISK_REGION( "ide:0:hdd" )
DISK_IMAGE( "doodlejmp", 0, NO_DUMP )