summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cubo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cubo.cpp')
-rw-r--r--src/mame/drivers/cubo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cubo.cpp b/src/mame/drivers/cubo.cpp
index 73e5d848f4e..64a9790afe3 100644
--- a/src/mame/drivers/cubo.cpp
+++ b/src/mame/drivers/cubo.cpp
@@ -411,7 +411,7 @@ WRITE8_MEMBER( cubo_state::akiko_cia_0_port_a_write )
/* bit 1 = Power Led on Amiga */
m_power_led = BIT(~data, 1);
- handle_joystick_cia(data, m_cia_0->read(space, 2));
+ handle_joystick_cia(data, m_cia_0->read(2));
}