summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/gb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/gb.cpp')
-rw-r--r--src/mame/machine/gb.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/machine/gb.cpp b/src/mame/machine/gb.cpp
index d7b3deb6c4b..4c742715d0c 100644
--- a/src/mame/machine/gb.cpp
+++ b/src/mame/machine/gb.cpp
@@ -244,6 +244,7 @@ void gb_state::gb_io_w(offs_t offset, uint8_t data)
case 0x00:
case 0x01:
m_sio_count = 0;
+ break;
case 0x80: /* enabled & external clock */
m_sio_count = 16;
break;