summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author algestam <henrik@algestam.se>2023-05-23 20:40:36 +0200
committer GitHub <noreply@github.com>2023-05-23 14:40:36 -0400
commit02a1619ca64e315a6de0cbc036b01ee84292c77c (patch)
tree0706fe38a6d4fd0617c52845960590195932da43
parente7631baed57727009304341a3d634e563478dff5 (diff)
hh_sm510: fix LCD segment for ktmntbb (#11270)
An LCD segment for the ball-kick segment was grouped with the wrong part.
-rw-r--r--src/mame/handheld/hh_sm510.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/handheld/hh_sm510.cpp b/src/mame/handheld/hh_sm510.cpp
index fb8d2d5c979..56da5a2379c 100644
--- a/src/mame/handheld/hh_sm510.cpp
+++ b/src/mame/handheld/hh_sm510.cpp
@@ -5664,8 +5664,8 @@ ROM_START( ktmntbb )
ROM_REGION( 0x100, "maincpu:melody", 0 )
ROM_LOAD( "793.melody", 0x000, 0x100, CRC(cddefb96) SHA1(e9b6d3947c415a3ed520a3dab66a381159dfd79b) )
- ROM_REGION( 873514, "screen", 0)
- ROM_LOAD( "ktmntbb.svg", 0, 873514, CRC(808148a2) SHA1(14a288c77bc519b0385dfa9da4e965d0ea0dfec9) )
+ ROM_REGION( 873508, "screen", 0)
+ ROM_LOAD( "ktmntbb.svg", 0, 873508, CRC(cc4bbfbd) SHA1(1b300e24a8890ad36a7f6e65ba8d5e41e2de2858) )
ROM_END