From 48cc7ac30455ba23d08bb9b5d9063ccc73a3bfca Mon Sep 17 00:00:00 2001 From: angelosa Date: Wed, 15 Jun 2016 22:58:15 +0200 Subject: raiden2cop.cpp: Fixed BCD overflow score bug in Godzilla [Angelo Salese] (marked as working until otherwise proven, nw) --- src/mame/drivers/esh.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mame/drivers/esh.cpp') 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 -- cgit v1.2.3