summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/bcp/dp8344.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/bcp/dp8344.cpp')
-rw-r--r--src/devices/cpu/bcp/dp8344.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/cpu/bcp/dp8344.cpp b/src/devices/cpu/bcp/dp8344.cpp
index 54062c8d634..669f3957b67 100644
--- a/src/devices/cpu/bcp/dp8344.cpp
+++ b/src/devices/cpu/bcp/dp8344.cpp
@@ -1207,6 +1207,7 @@ void dp8344_device::write_register(unsigned reg, u8 data)
logerror("Transceiver Status Register is read-only\n");
else
m_gp_main[1] = data;
+ break;
case 6: // GP2 (main) or Transceiver Command Register (alternate)
if (m_bb)