summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jpmimpct.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/jpmimpct.c')
-rw-r--r--src/mame/drivers/jpmimpct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/jpmimpct.c b/src/mame/drivers/jpmimpct.c
index 435de9d12ad..2724d5203e3 100644
--- a/src/mame/drivers/jpmimpct.c
+++ b/src/mame/drivers/jpmimpct.c
@@ -476,7 +476,7 @@ WRITE16_MEMBER(jpmimpct_state::upd7759_w)
device_t *device = machine().device("upd");
if (ACCESSING_BITS_0_7)
{
- upd7759_port_w(device, 0, data);
+ upd7759_port_w(device, space, 0, data);
upd7759_start_w(device, 0);
upd7759_start_w(device, 1);
}