diff options
Diffstat (limited to 'src/devices/machine/hp_taco.cpp')
-rw-r--r-- | src/devices/machine/hp_taco.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/hp_taco.cpp b/src/devices/machine/hp_taco.cpp index fc95c72e454..02cbfa2199d 100644 --- a/src/devices/machine/hp_taco.cpp +++ b/src/devices/machine/hp_taco.cpp @@ -607,7 +607,7 @@ void hp_taco_device::device_reset() m_error_timer->reset(); } -void hp_taco_device::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) +void hp_taco_device::device_timer(emu_timer &timer, device_timer_id id, int param) { switch (id) { case GAP_TMR_ID: |