summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/interpro_mcga.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/interpro_mcga.cpp')
-rw-r--r--src/mame/machine/interpro_mcga.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/interpro_mcga.cpp b/src/mame/machine/interpro_mcga.cpp
index 66ef3f30411..aca546233e4 100644
--- a/src/mame/machine/interpro_mcga.cpp
+++ b/src/mame/machine/interpro_mcga.cpp
@@ -83,7 +83,7 @@ WRITE16_MEMBER(interpro_mcga_device::control_w)
if (data & CONTROL_ENMMBE)
m_error |= ERROR_VALID;
//else
- // m_error &= ~ERROR_VALID;
+ // m_error &= ~ERROR_VALID;
}
WRITE16_MEMBER(interpro_fmcc_device::control_w)
@@ -94,5 +94,5 @@ WRITE16_MEMBER(interpro_fmcc_device::control_w)
if (data & CONTROL_ENMMBE)
m_error |= ERROR_VALID;
//else
- // m_error &= ~ERROR_VALID;
+ // m_error &= ~ERROR_VALID;
}