summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mindset.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mindset.cpp')
-rw-r--r--src/mame/drivers/mindset.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mindset.cpp b/src/mame/drivers/mindset.cpp
index e7c02dc8034..56be8c4ad32 100644
--- a/src/mame/drivers/mindset.cpp
+++ b/src/mame/drivers/mindset.cpp
@@ -551,7 +551,7 @@ void mindset_state::sys_p2_w(u8 data)
if((m_sys_p2 ^ old) & 0x40)
map_modules();
m_maincpu->int3_w(!(data & 0x80));
- // logerror("SYS: write p2 %02x\n", data);
+ // logerror("SYS: write p2 %02x\n", data);
}
void mindset_state::kbd_p1_w(u8 data)