diff options
Diffstat (limited to 'src/devices/sound/bsmt2000.cpp')
-rw-r--r-- | src/devices/sound/bsmt2000.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/bsmt2000.cpp b/src/devices/sound/bsmt2000.cpp index 09392661079..5ffa2209c66 100644 --- a/src/devices/sound/bsmt2000.cpp +++ b/src/devices/sound/bsmt2000.cpp @@ -145,7 +145,7 @@ void bsmt2000_device::device_reset() // resets as a timer callback //------------------------------------------------- -void bsmt2000_device::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) +void bsmt2000_device::device_timer(emu_timer &timer, device_timer_id id, int param) { switch (id) { |