mirror of
https://github.com/holub/mame
synced 2025-06-07 13:23:50 +03:00
taitotz.c: Correct SHA1 for styphp. (nw)
This commit is contained in:
parent
69402e0011
commit
bba80b3f85
@ -3103,7 +3103,7 @@ ROM_START( styphp )
|
||||
ROM_LOAD( "e68-01.ic7", 0x000000, 0x010000, NO_DUMP )
|
||||
|
||||
DISK_REGION( "ata:0:hdd:image" )
|
||||
DISK_IMAGE( "styphp", 0, SHA1(9942b16dcb7309aedc743e3a804707f6a8d3c4b9) )
|
||||
DISK_IMAGE( "styphp", 0, SHA1(c232d3460e37523346132544b8e23a5f9b447150) )
|
||||
ROM_END
|
||||
|
||||
GAME( 1999, taitotz, 0, taitotz, taitotz, driver_device, 0, ROT0, "Taito", "Type Zero BIOS", GAME_NO_SOUND|GAME_NOT_WORKING|GAME_IS_BIOS_ROOT)
|
||||
|
Loading…
Reference in New Issue
Block a user