mirror of
https://github.com/holub/mame
synced 2025-05-29 17:13:05 +03:00
Fixed Speed Ball START key
This commit is contained in:
parent
bb32d72c7e
commit
bad97a4455
@ -1606,7 +1606,7 @@ MACHINE_CONFIG_START(spdball_state::spdball)
|
||||
/* pia */
|
||||
PIA6821(config, m_pia[3], 0);
|
||||
m_pia[3]->readpa_handler().set_ioport("IN3");
|
||||
m_pia[3]->readpa_handler().set_ioport("IN4");
|
||||
m_pia[3]->readpb_handler().set_ioport("IN4");
|
||||
MACHINE_CONFIG_END
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user