summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/eolithsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/eolithsp.c')
-rw-r--r--src/mame/drivers/eolithsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/eolithsp.c b/src/mame/drivers/eolithsp.c
index 6c156c4be54..16b8748fbbb 100644
--- a/src/mame/drivers/eolithsp.c
+++ b/src/mame/drivers/eolithsp.c
@@ -95,7 +95,7 @@ INTERRUPT_GEN( eolith_speedup )
}
}
-UINT32 eolith_speedup_getvblank(void *param)
+CUSTOM_INPUT( eolith_speedup_getvblank )
{
return eolith_vblank&1;
}