summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/msx_matsushita.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/msx_matsushita.cpp')
-rw-r--r--src/mame/machine/msx_matsushita.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/msx_matsushita.cpp b/src/mame/machine/msx_matsushita.cpp
index 3c6db780f42..d5b1f13e44f 100644
--- a/src/mame/machine/msx_matsushita.cpp
+++ b/src/mame/machine/msx_matsushita.cpp
@@ -84,7 +84,7 @@ READ8_MEMBER(msx_matsushita_device::switched_read)
case 0x03:
{
uint8_t result = (((m_pattern & 0x80) ? m_nibble1 : m_nibble2) << 4) | ((m_pattern & 0x40) ? m_nibble1 : m_nibble2);
-
+
if (!space.debugger_access())
m_pattern = (m_pattern << 2) | (m_pattern >> 6);