summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/esh.cpp
diff options
context:
space:
mode:
author angelosa <salese_corp_ltd@email.it>2016-06-15 22:58:15 +0200
committer angelosa <salese_corp_ltd@email.it>2016-06-15 22:59:05 +0200
commit48cc7ac30455ba23d08bb9b5d9063ccc73a3bfca (patch)
tree48a7abf630563c26d68df82f4c04916dfbb156a9 /src/mame/drivers/esh.cpp
parent9f214108eb78991227595a5b3e9080b90a16ac09 (diff)
raiden2cop.cpp: Fixed BCD overflow score bug in Godzilla [Angelo Salese]
(marked as working until otherwise proven, nw)
Diffstat (limited to 'src/mame/drivers/esh.cpp')
-rw-r--r--src/mame/drivers/esh.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/esh.cpp b/src/mame/drivers/esh.cpp
index 85159e99d16..d19f055ed02 100644
--- a/src/mame/drivers/esh.cpp
+++ b/src/mame/drivers/esh.cpp
@@ -441,7 +441,7 @@ ROM_START( esha )
ROM_LOAD( "v.c6", 0x300, 0x100, CRC(7157ba22) SHA1(07355f30efe46196d216356eda48a59fc622e43f) )
DISK_REGION( "laserdisc" )
- DISK_IMAGE_READONLY( "esh", 0, NO_DUMP )
+ DISK_IMAGE_READONLY( "esh_ver2_en", 0, SHA1(c04709d95fd92259f013ec1cd28e3e36a163abe1) )
ROM_END
ROM_START( eshb )
@@ -465,7 +465,7 @@ ROM_START( eshb )
ROM_LOAD( "v.c6", 0x300, 0x100, CRC(7157ba22) SHA1(07355f30efe46196d216356eda48a59fc622e43f) )
DISK_REGION( "laserdisc" )
- DISK_IMAGE_READONLY( "esh", 0, NO_DUMP )
+ DISK_IMAGE_READONLY( "esh_ver2_en", 0, SHA1(c04709d95fd92259f013ec1cd28e3e36a163abe1) )
ROM_END