summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2009-07-14 17:18:10 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2009-07-14 17:18:10 +0000
commit67a3054357d13ed844277d5f51e2d0241e023fcb (patch)
treefd8c4be9da0093a8030b0a0ef64a86c2122958b0
parent78e780a65eef0b18d99428b8d9d2756371596300 (diff)
Forgot to actually update the sha1 in code1dispatch, thanks to etabeta for the bug report
-rw-r--r--src/mame/drivers/viper.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/viper.c b/src/mame/drivers/viper.c
index 437c5c00bc2..d931adda02b 100644
--- a/src/mame/drivers/viper.c
+++ b/src/mame/drivers/viper.c
@@ -700,7 +700,7 @@ ROM_START(code1d) //*
ROM_LOAD("nvram.u39", 0x00000, 0x2000, NO_DUMP )
DISK_REGION( "ide" )
- DISK_IMAGE( "922d02", 0, SHA1(99b199e061621ecdd48ca125250c52656c814f38) )
+ DISK_IMAGE( "922d02", 0, SHA1(01f35e324c9e8567da0f51b3e68fff1562c32116) )
ROM_END
ROM_START(code1db) //*
@@ -710,7 +710,7 @@ ROM_START(code1db) //*
ROM_LOAD("nvram.u39", 0x00000, 0x2000, NO_DUMP )
DISK_REGION( "ide" )
- DISK_IMAGE( "922b02", 0, SHA1(d1ecbfe3c76ba482638982879c96874537b89995) )
+ DISK_IMAGE( "922b02", 0, SHA1(4d288b5dcfab3678af662783e7083a358eee99ce) )
ROM_END
ROM_START(gticlub2) //*