mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
hh_sm510: confirm gnw_mmouse R mask option (#7747)
* hh_sm510: confirm gnw_mmouse R mask option
This commit is contained in:
parent
34ab60d913
commit
eaf637da8a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user