summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hh_sm510.cpp
diff options
context:
space:
mode:
author algestam <henrik@algestam.se>2019-10-07 23:09:07 +0200
committer hap <happppp@users.noreply.github.com>2019-10-07 23:09:07 +0200
commitfcf5e03406f489eb513f7c4c561e60275a79c1ef (patch)
tree67130ac63af0276dce07feb0e16bab5c815e2c4f /src/mame/drivers/hh_sm510.cpp
parentbfbe918626cd69d4cf4982415a9e5b546aaf194d (diff)
hh_sm510: rescan gnw_mmouse display (#5724)
Diffstat (limited to 'src/mame/drivers/hh_sm510.cpp')
-rw-r--r--src/mame/drivers/hh_sm510.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/hh_sm510.cpp b/src/mame/drivers/hh_sm510.cpp
index 0756e37f04c..4df107ddc06 100644
--- a/src/mame/drivers/hh_sm510.cpp
+++ b/src/mame/drivers/hh_sm510.cpp
@@ -17,7 +17,7 @@ Use -autosave to at least make them remember the highscores.
TODO:
- improve display decay simulation? but SVG doesn't support setting brightness
per segment, adding pwm_display_device right now has no added value
-- improve/redo SVGs of: gnw_mmouse, gnw_egg, exospace
+- improve/redo SVGs of: gnw_egg, exospace
- confirm gnw_egg rom (now using gnw_mmouse rom, but pretty confident that it's
the same)
- confirm gnw_bfight rom (assumed to be the same as gnw_bfightn)
@@ -1438,7 +1438,7 @@ INPUT_PORTS_END
void gnw_mmouse_state::gnw_mmouse(machine_config &config)
{
- gnw_sm5a_matrix(config, 1711, 1080); // R mask option ?
+ gnw_sm5a_matrix(config, 1684, 1080); // R mask option ?
}
void gnw_mmouse_state::gnw_egg(machine_config &config)
@@ -1462,8 +1462,8 @@ ROM_START( gnw_mmouse )
ROM_REGION( 0x1000, "maincpu", 0 )
ROM_LOAD( "mc-25", 0x0000, 0x0740, CRC(cb820c32) SHA1(7e94fc255f32db725d5aa9e196088e490c1a1443) )
- ROM_REGION( 102453, "screen", 0)
- ROM_LOAD( "gnw_mmouse.svg", 0, 102453, BAD_DUMP CRC(88cc7c49) SHA1(c000d51d1b99750116b97f9bafc0314ea506366d) )
+ ROM_REGION( 181536, "screen", 0)
+ ROM_LOAD( "gnw_mmouse.svg", 0, 181536, CRC(ee87484f) SHA1(f30c504066fa7ef098184cd490c9409f7e672c02) )
ROM_END
ROM_START( gnw_egg )