diff options
Diffstat (limited to 'src/devices/machine/ds2404.cpp')
-rw-r--r-- | src/devices/machine/ds2404.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ds2404.cpp b/src/devices/machine/ds2404.cpp index 0b62e2dbbcf..7c5876ee9d0 100644 --- a/src/devices/machine/ds2404.cpp +++ b/src/devices/machine/ds2404.cpp @@ -317,7 +317,7 @@ void ds2404_device::clk_w(uint8_t data) } } -void ds2404_device::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) +void ds2404_device::device_timer(emu_timer &timer, device_timer_id id, int param) { switch(id) { |