summaryrefslogtreecommitdiffstats
path: root/src/mame/machine/m3comm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/m3comm.cpp')
-rw-r--r--src/mame/machine/m3comm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/m3comm.cpp b/src/mame/machine/m3comm.cpp
index e1d74fc0ae3..ccd7a84ff74 100644
--- a/src/mame/machine/m3comm.cpp
+++ b/src/mame/machine/m3comm.cpp
@@ -194,7 +194,7 @@ uint16_t swapb16(uint16_t data)
}
-void m3comm_device::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr)
+void m3comm_device::device_timer(emu_timer &timer, device_timer_id id, int param)
{
if(id != TIMER_IRQ5)
return;