From ca79d71af4bca7c1b8acc1df9e5dbb5b987d1542 Mon Sep 17 00:00:00 2001 From: AJR Date: Wed, 26 Jan 2022 08:47:06 -0500 Subject: Remove void *ptr parameter from emu_timer, timer_device and all related callbacks --- src/devices/sound/cdp1869.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/devices/sound/cdp1869.cpp') diff --git a/src/devices/sound/cdp1869.cpp b/src/devices/sound/cdp1869.cpp index 9e28aa4c048..ac7533ac316 100644 --- a/src/devices/sound/cdp1869.cpp +++ b/src/devices/sound/cdp1869.cpp @@ -459,7 +459,7 @@ void cdp1869_device::device_post_load() // device_timer - handler timer events //------------------------------------------------- -void cdp1869_device::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) +void cdp1869_device::device_timer(emu_timer &timer, device_timer_id id, int param) { m_write_prd(param); m_prd = param; -- cgit v1.2.3-70-g09d2