diff options
Diffstat (limited to 'src/mame/machine/wpc.cpp')
-rw-r--r-- | src/mame/machine/wpc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/wpc.cpp b/src/mame/machine/wpc.cpp index ce4a29d981d..1d996aafdfc 100644 --- a/src/mame/machine/wpc.cpp +++ b/src/mame/machine/wpc.cpp @@ -54,7 +54,7 @@ void wpc_device::device_reset() m_alpha_pos = 0; } -void wpc_device::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) +void wpc_device::device_timer(emu_timer &timer, device_timer_id id, int param) { switch(id) { |