diff options
Diffstat (limited to 'src/devices/cpu/psx/sio.cpp')
-rw-r--r-- | src/devices/cpu/psx/sio.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/psx/sio.cpp b/src/devices/cpu/psx/sio.cpp index 2fac592bb59..fe3fef083f6 100644 --- a/src/devices/cpu/psx/sio.cpp +++ b/src/devices/cpu/psx/sio.cpp @@ -138,7 +138,7 @@ void psxsio_device::sio_timer_adjust() m_timer->adjust( n_time ); } -void psxsio_device::device_timer(emu_timer &timer, device_timer_id tid, int param, void *ptr) +void psxsio_device::device_timer(emu_timer &timer, device_timer_id tid, int param) { verboselog( *this, 2, "sio tick\n" ); |