summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp_hil/hlekbd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/hp_hil/hlekbd.cpp')
-rw-r--r--src/devices/bus/hp_hil/hlekbd.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/devices/bus/hp_hil/hlekbd.cpp b/src/devices/bus/hp_hil/hlekbd.cpp
index e068e9a0ec5..48289063ee7 100644
--- a/src/devices/bus/hp_hil/hlekbd.cpp
+++ b/src/devices/bus/hp_hil/hlekbd.cpp
@@ -277,16 +277,6 @@ void hle_device_base::device_reset()
}
-/*--------------------------------------------------
- hle_device_base::device_timer
- handle timed events
---------------------------------------------------*/
-
-void hle_device_base::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr)
-{
- device_matrix_keyboard_interface::device_timer(timer, id, param, ptr);
-}
-
void hle_device_base::hil_write(uint16_t data)
{
int frames = 0;