summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/sinclair/tsconf_m.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/sinclair/tsconf_m.cpp')
-rw-r--r--src/mame/sinclair/tsconf_m.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/sinclair/tsconf_m.cpp b/src/mame/sinclair/tsconf_m.cpp
index 2737b272498..c3538527f1a 100644
--- a/src/mame/sinclair/tsconf_m.cpp
+++ b/src/mame/sinclair/tsconf_m.cpp
@@ -680,7 +680,7 @@ void tsconf_state::tsconf_port_xxaf_w(offs_t port, u8 data)
case PAGE3:
m_bank_ram[3]->set_entry(data);
break;
-
+
case COPPER:
if (m_copper != nullptr)
m_copper->copper_en_w(data);