mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
fixed regression in Crypt Killer [smf]
This commit is contained in:
parent
e7d57b7857
commit
736b9c13de
@ -413,7 +413,7 @@ ROM_START( cryptklr )
|
||||
ROM_REGION32_LE( 0x080000, "maincpu:rom", 0 ) /* bios */
|
||||
ROM_LOAD( "420b03.27p", 0x0000000, 0x080000, CRC(aab391b1) SHA1(bf9dc7c0c8168c22a4be266fe6a66d3738df916b) )
|
||||
|
||||
DISK_REGION( "scsi:disk" )
|
||||
DISK_REGION( "scsi:disk:image" )
|
||||
DISK_IMAGE( "420uaa04", 0, SHA1(67cb1418fc0de2a89fc61847dc9efb9f1bebb347) )
|
||||
ROM_END
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user