hh_sm510: confirm gnw_mmouse R mask option (#7747)

* hh_sm510: confirm gnw_mmouse R mask option
This commit is contained in:
algestam 2021-02-06 13:43:59 +01:00 committed by GitHub
parent 34ab60d913
commit eaf637da8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)