diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/drivers/hh_sm510.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/hh_sm510.cpp b/src/mame/drivers/hh_sm510.cpp index 6c127846a2b..c3e3209102d 100644 --- a/src/mame/drivers/hh_sm510.cpp +++ b/src/mame/drivers/hh_sm510.cpp @@ -1431,12 +1431,12 @@ INPUT_PORTS_END void gnw_mmouse_state::gnw_mmouse(machine_config &config) { - sm5a_common(config, 1684, 1080); // R mask option ? + sm5a_common(config, 1684, 1080); // R mask option confirmed } void gnw_mmouse_state::gnw_egg(machine_config &config) { - sm5a_common(config, 1690, 1080); // R mask option ? + sm5a_common(config, 1690, 1080); // R mask option confirmed } void gnw_mmouse_state::nupogodi(machine_config &config) |