diff options
Diffstat (limited to 'src/devices/cpu/ucom4/ucom4.cpp')
-rw-r--r-- | src/devices/cpu/ucom4/ucom4.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/ucom4/ucom4.cpp b/src/devices/cpu/ucom4/ucom4.cpp index 0a0ea9b604a..af0f37f4c99 100644 --- a/src/devices/cpu/ucom4/ucom4.cpp +++ b/src/devices/cpu/ucom4/ucom4.cpp @@ -495,6 +495,6 @@ void ucom4_cpu_device::execute_run() } break; // 0xff - } // big switch + } // 0xf0 } } |