From ac0083d4e0473ca56d8f9030fc41454bdc51158a Mon Sep 17 00:00:00 2001 From: hap Date: Wed, 20 Dec 2017 01:21:48 +0100 Subject: [PATCH] hh_sm510: fix wrong copypaste, weird MAME didnt complain (nw) --- src/mame/drivers/hh_sm510.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/hh_sm510.cpp b/src/mame/drivers/hh_sm510.cpp index 4fe9591f2a5..b48a3571b1f 100644 --- a/src/mame/drivers/hh_sm510.cpp +++ b/src/mame/drivers/hh_sm510.cpp @@ -3246,7 +3246,7 @@ ROM_START( kcontra ) // except for filler/unused bytes, ROM listing in patent US ROM_LOAD( "773.melody", 0x000, 0x100, CRC(23d02b99) SHA1(703938e496db0eeacd14fe7605d4b5c39e0a5bc8) ) ROM_REGION( 721005, "svg", 0) - ROM_LOAD( "kcontra.svg", 0, 721005, SHA1(2f401222d24fa32a4659ef2b64ddac8ac3973c69) ) + ROM_LOAD( "kcontra.svg", 0, 721005, CRC(b5370d0f) SHA1(2f401222d24fa32a4659ef2b64ddac8ac3973c69) ) ROM_END