From bba80b3f858779e981973b2f03f84ee9fa0a57bb Mon Sep 17 00:00:00 2001 From: Ville Linde Date: Sat, 13 Jul 2013 22:13:29 +0000 Subject: [PATCH] taitotz.c: Correct SHA1 for styphp. (nw) --- src/mame/drivers/taitotz.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/taitotz.c b/src/mame/drivers/taitotz.c index 129e244c8c4..3c2f7cf2dd2 100644 --- a/src/mame/drivers/taitotz.c +++ b/src/mame/drivers/taitotz.c @@ -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)