diff options
Diffstat (limited to 'src/mame/machine/k7659kb.cpp')
-rw-r--r-- | src/mame/machine/k7659kb.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/k7659kb.cpp b/src/mame/machine/k7659kb.cpp index c8ce5f6725e..f5aaadde9a9 100644 --- a/src/mame/machine/k7659kb.cpp +++ b/src/mame/machine/k7659kb.cpp @@ -224,7 +224,7 @@ void k7659_keyboard_device::device_reset() m_timer->adjust(attotime::from_hz(200), 0, attotime::from_hz(200)); } -void k7659_keyboard_device::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) +void k7659_keyboard_device::device_timer(emu_timer &timer, device_timer_id id, int param) { uint8_t retVal = 0;//m_lookup; uint8_t a1 = ioport("A1")->read(); |