summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/spacefb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/spacefb.cpp')
-rw-r--r--src/mame/drivers/spacefb.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/spacefb.cpp b/src/mame/drivers/spacefb.cpp
index 073a26ca9fa..938be5ad45c 100644
--- a/src/mame/drivers/spacefb.cpp
+++ b/src/mame/drivers/spacefb.cpp
@@ -128,12 +128,12 @@
*************************************/
-void spacefb_state::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr)
+void spacefb_state::device_timer(emu_timer &timer, device_timer_id id, int param)
{
switch(id)
{
case TIMER_INTERRUPT:
- interrupt_callback(ptr, param);
+ interrupt_callback(param);
break;
default:
throw emu_fatalerror("Unknown id in spacefb_state::device_timer");