summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/pcecommn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/pcecommn.cpp')
-rw-r--r--src/mame/machine/pcecommn.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/machine/pcecommn.cpp b/src/mame/machine/pcecommn.cpp
index d24ef961712..4ef9a1150c7 100644
--- a/src/mame/machine/pcecommn.cpp
+++ b/src/mame/machine/pcecommn.cpp
@@ -20,7 +20,6 @@
/* todo: how many input ports does the PCE have? */
WRITE8_MEMBER(pce_common_state::pce_joystick_w)
{
- m_maincpu->io_set_buffer(data);
/* bump counter on a low-to-high transition of bit 1 */
if((!m_joystick_data_select) && (data & JOY_CLOCK))
{