diff options
Diffstat (limited to 'src/devices/sound/tms5220.cpp')
-rw-r--r-- | src/devices/sound/tms5220.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/tms5220.cpp b/src/devices/sound/tms5220.cpp index 05c5c3464df..7fedbb79339 100644 --- a/src/devices/sound/tms5220.cpp +++ b/src/devices/sound/tms5220.cpp @@ -1733,7 +1733,7 @@ void tms5220_device::device_reset() ***********************************************************************************************/ -void tms5220_device::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) +void tms5220_device::device_timer(emu_timer &timer, device_timer_id id, int param) { switch(id) { |