mirror of
https://github.com/holub/mame
synced 2025-06-01 02:21:48 +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 */
|
/* pia */
|
||||||
PIA6821(config, m_pia[3], 0);
|
PIA6821(config, m_pia[3], 0);
|
||||||
m_pia[3]->readpa_handler().set_ioport("IN3");
|
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
|
MACHINE_CONFIG_END
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user