summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/h8/h8_sci.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/h8/h8_sci.cpp')
-rw-r--r--src/devices/cpu/h8/h8_sci.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/h8/h8_sci.cpp b/src/devices/cpu/h8/h8_sci.cpp
index b5d8b586f94..7f6c84b21d9 100644
--- a/src/devices/cpu/h8/h8_sci.cpp
+++ b/src/devices/cpu/h8/h8_sci.cpp
@@ -464,7 +464,7 @@ uint64_t h8_sci_device::internal_update(uint64_t current_time)
case CLKM_EXTERNAL_ASYNC:
case CLKM_EXTERNAL_SYNC:
- break;;
+ break;
}
if(event) {
attotime ctime = machine().time();