diff options
Diffstat (limited to 'src/devices/cpu/z8/z8.cpp')
-rw-r--r-- | src/devices/cpu/z8/z8.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/z8/z8.cpp b/src/devices/cpu/z8/z8.cpp index 4725132b7fa..3efd3b8b2bc 100644 --- a/src/devices/cpu/z8/z8.cpp +++ b/src/devices/cpu/z8/z8.cpp @@ -358,7 +358,7 @@ uint8_t z8_device::register_read(uint8_t offset) { case Z8_P01M_P1_MODE_OUTPUT: data = m_output[offset]; - break; + break; case Z8_P01M_P1_MODE_INPUT: mask = 0xff; break; |