diff options
Diffstat (limited to 'src/mame/machine/mpu4.cpp')
-rw-r--r-- | src/mame/machine/mpu4.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/mpu4.cpp b/src/mame/machine/mpu4.cpp index 19d00599b6f..00e59359ef8 100644 --- a/src/mame/machine/mpu4.cpp +++ b/src/mame/machine/mpu4.cpp @@ -693,7 +693,7 @@ void mpu4_state::ic24_setup() } -void mpu4_state::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) +void mpu4_state::device_timer(emu_timer &timer, device_timer_id id, int param) { switch(id) { |