diff options
Diffstat (limited to 'src/mame/drivers/taito_f3.cpp')
-rw-r--r-- | src/mame/drivers/taito_f3.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/taito_f3.cpp b/src/mame/drivers/taito_f3.cpp index c9fb676644e..1315d52aa26 100644 --- a/src/mame/drivers/taito_f3.cpp +++ b/src/mame/drivers/taito_f3.cpp @@ -424,7 +424,7 @@ GFXDECODE_END /******************************************************************************/ -void taito_f3_state::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) +void taito_f3_state::device_timer(emu_timer &timer, device_timer_id id, int param) { switch (id) { |