taitotz.c: Correct SHA1 for styphp. (nw)

This commit is contained in:
Ville Linde 2013-07-13 22:13:29 +00:00
parent 69402e0011
commit bba80b3f85

View File

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