mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
misc/rawthrillspc.cpp: Fixed doodlejmp BIOS ROM label. (#11247)
This commit is contained in:
parent
6911b9198f
commit
d41a84f4e7
1 changed files with 1 additions and 1 deletions
|
@ -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 )
|
||||
|
|
Loading…
Reference in a new issue