From a9e6226bc06ac0fc4eb0d1845aa8fc45c3cdc961 Mon Sep 17 00:00:00 2001 From: AJR Date: Sun, 1 Dec 2019 16:31:11 -0500 Subject: dp8344: Fix accidental fallthrough (nw) --- src/devices/cpu/bcp/dp8344.cpp | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3