diff options
Diffstat (limited to 'src/mame/video/lethalj.cpp')
-rw-r--r-- | src/mame/video/lethalj.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/lethalj.cpp b/src/mame/video/lethalj.cpp index 0a2f83e7d30..1cab4bb0e60 100644 --- a/src/mame/video/lethalj.cpp +++ b/src/mame/video/lethalj.cpp @@ -104,7 +104,7 @@ void lethalj_state::video_start() * *************************************/ -void lethalj_state::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) +void lethalj_state::device_timer(emu_timer &timer, device_timer_id id, int param) { switch (id) { |