summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/namco50.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/namco50.c')
-rw-r--r--src/mame/machine/namco50.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/namco50.c b/src/mame/machine/namco50.c
index f697358d837..e0734ef8e0f 100644
--- a/src/mame/machine/namco50.c
+++ b/src/mame/machine/namco50.c
@@ -223,7 +223,7 @@ static void namco_50xx_irq_set(device_t *device)
WRITE8_DEVICE_HANDLER( namco_50xx_write )
{
- device->machine().scheduler().synchronize(FUNC(namco_50xx_latch_callback), data, (void *)device);
+ space.machine().scheduler().synchronize(FUNC(namco_50xx_latch_callback), data, (void *)device);
namco_50xx_irq_set(device);
}