summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tmc600.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tmc600.cpp')
-rw-r--r--src/mame/video/tmc600.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/tmc600.cpp b/src/mame/video/tmc600.cpp
index 3f5a0e9b9ab..98d57b6eec9 100644
--- a/src/mame/video/tmc600.cpp
+++ b/src/mame/video/tmc600.cpp
@@ -76,7 +76,7 @@ WRITE_LINE_MEMBER( tmc600_state::prd_w )
case 8:
m_maincpu->int_w(CLEAR_LINE);
break;
-
+
case 16:
m_maincpu->int_w(m_rtc_int);
m_blink = !m_blink;