summaryrefslogtreecommitdiffstats
path: root/src/mame/machine/kc_keyb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/kc_keyb.cpp')
-rw-r--r--src/mame/machine/kc_keyb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/kc_keyb.cpp b/src/mame/machine/kc_keyb.cpp
index 5fceb7fc8f9..e2de504f367 100644
--- a/src/mame/machine/kc_keyb.cpp
+++ b/src/mame/machine/kc_keyb.cpp
@@ -491,7 +491,7 @@ ioport_constructor kc_keyboard_device::device_input_ports() const
// device_timer - handler timer events
//-------------------------------------------------
-void kc_keyboard_device::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr)
+void kc_keyboard_device::device_timer(emu_timer &timer, device_timer_id id, int param)
{
switch(id)
{