summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/dec_lk201.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/dec_lk201.cpp')
-rw-r--r--src/mame/machine/dec_lk201.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/dec_lk201.cpp b/src/mame/machine/dec_lk201.cpp
index d2eddf29cd5..cd95a4817ba 100644
--- a/src/mame/machine/dec_lk201.cpp
+++ b/src/mame/machine/dec_lk201.cpp
@@ -589,8 +589,8 @@ void lk201_device::device_timer(emu_timer &timer, device_timer_id id, int param,
break;
default:
- device_serial_interface::device_timer(timer, id, param, ptr);
-}
+ break;
+ }
}