From 7b77f4a3abb69d69d8cb79f3a51fb488fb34cc9e Mon Sep 17 00:00:00 2001 From: hap Date: Sun, 8 Oct 2017 05:17:12 +0200 Subject: hh_sm510: small fix for tgaunt.svg (nw) --- src/mame/drivers/hh_sm510.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mame/drivers/hh_sm510.cpp b/src/mame/drivers/hh_sm510.cpp index 6e172c84f3a..6efa4f86929 100644 --- a/src/mame/drivers/hh_sm510.cpp +++ b/src/mame/drivers/hh_sm510.cpp @@ -2494,8 +2494,8 @@ ROM_START( tgaunt ) ROM_REGION( 0x1000, "maincpu", 0 ) ROM_LOAD( "583", 0x0000, 0x1000, CRC(598d8156) SHA1(9f776e8b9b4321e8118481e6b1304f8a38f9932e) ) - ROM_REGION( 705067, "svg", 0) - ROM_LOAD( "tgaunt.svg", 0, 705067, CRC(fd6b6bf7) SHA1(e2a36547aa2edf46024b339b707dff4c4deafc2c) ) + ROM_REGION( 713020, "svg", 0) + ROM_LOAD( "tgaunt.svg", 0, 713020, CRC(1f65ae21) SHA1(57ca33d073d1096a7fc17f2bdac940868d1ae651) ) ROM_END -- cgit v1.2.3