diff options
Diffstat (limited to 'src/mame/machine/wpc_out.cpp')
-rw-r--r-- | src/mame/machine/wpc_out.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/wpc_out.cpp b/src/mame/machine/wpc_out.cpp index d23bbb83269..9de9b6988ac 100644 --- a/src/mame/machine/wpc_out.cpp +++ b/src/mame/machine/wpc_out.cpp @@ -132,7 +132,7 @@ void wpc_out_device::device_reset() timer->adjust(attotime::from_hz(10), 0, attotime::from_hz(10)); } -void wpc_out_device::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) +void wpc_out_device::device_timer(emu_timer &timer, device_timer_id id, int param) { gi_update(); for(int i=0; i<gi_count; i++) { |