Fixed Speed Ball START key

This commit is contained in:
MASH 2018-08-31 01:12:59 +00:00 committed by GitHub
parent bb32d72c7e
commit bad97a4455
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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