diff options
Diffstat (limited to 'src/devices/machine/ds2401.cpp')
-rw-r--r-- | src/devices/machine/ds2401.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ds2401.cpp b/src/devices/machine/ds2401.cpp index a5fea5b189b..4da3b923bbe 100644 --- a/src/devices/machine/ds2401.cpp +++ b/src/devices/machine/ds2401.cpp @@ -92,7 +92,7 @@ void ds2401_device::device_reset() memset(m_data, 0, SIZE_DATA); } -void ds2401_device::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) +void ds2401_device::device_timer(emu_timer &timer, device_timer_id id, int param) { switch(id) { |