summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/gaelco3d.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/gaelco3d.c')
-rw-r--r--src/mame/machine/gaelco3d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/gaelco3d.c b/src/mame/machine/gaelco3d.c
index 7b1be614a0a..b0dbde4e816 100644
--- a/src/mame/machine/gaelco3d.c
+++ b/src/mame/machine/gaelco3d.c
@@ -275,7 +275,7 @@ static TIMER_CALLBACK( set_status_cb )
static void set_status(gaelco_serial_state *state, UINT8 mask, UINT8 set, int wait)
{
- state->device->machine->scheduler().timer_set(attotime::from_hz(wait), FUNC(set_status_cb), (mask << 8)|set,
+ state->device->machine->scheduler().timer_set(attotime::from_hz(wait), FUNC(set_status_cb), (mask << 8)|set,
state);
}