diff options
author | 2021-02-06 13:43:59 +0100 | |
---|---|---|
committer | 2021-02-06 13:43:59 +0100 | |
commit | eaf637da8a239455aa4bc274375f40cad832795d (patch) | |
tree | c875bc06e05a1d57f28be9db91ed7d1533b7572e | |
parent | 34ab60d913b4da36c6905b09b77a3baf116cc673 (diff) |
hh_sm510: confirm gnw_mmouse R mask option (#7747)
* hh_sm510: confirm gnw_mmouse R mask option
-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) |