misc/rawthrillspc.cpp: Fixed doodlejmp BIOS ROM label. (#11247)

This commit is contained in:
ClawGrip 2023-05-27 19:53:54 +02:00 committed by GitHub
parent 6911b9198f
commit d41a84f4e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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