From bad97a44558eda357496164b4eba8fdecc334a37 Mon Sep 17 00:00:00 2001 From: MASH Date: Fri, 31 Aug 2018 01:12:59 +0000 Subject: Fixed Speed Ball START key --- src/mame/drivers/williams.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/williams.cpp b/src/mame/drivers/williams.cpp index cb79f3c4fdd..9eee6d54914 100644 --- a/src/mame/drivers/williams.cpp +++ b/src/mame/drivers/williams.cpp @@ -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 -- cgit v1.2.3