summaryrefslogtreecommitdiffstats
path: root/src/mame/machine/coco.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/coco.cpp')
-rw-r--r--src/mame/machine/coco.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/coco.cpp b/src/mame/machine/coco.cpp
index eace77d208e..f7c49070ce8 100644
--- a/src/mame/machine/coco.cpp
+++ b/src/mame/machine/coco.cpp
@@ -190,7 +190,7 @@ void coco_state::device_reset()
// device_timer
//-------------------------------------------------
-void coco_state::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr)
+void coco_state::device_timer(emu_timer &timer, device_timer_id id, int param)
{
switch(id)
{