summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/itech32.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/itech32.cpp')
-rw-r--r--src/mame/video/itech32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/itech32.cpp b/src/mame/video/itech32.cpp
index e2bb96a7917..9716fa8a72f 100644
--- a/src/mame/video/itech32.cpp
+++ b/src/mame/video/itech32.cpp
@@ -367,7 +367,7 @@ TIMER_CALLBACK_MEMBER(itech32_state::scanline_interrupt)
m_scanline_timer->adjust(m_screen->time_until_pos(VIDEO_INTSCANLINE));
/* set the interrupt bit in the status reg */
- logerror("-------------- (DISPLAY INT @ %d) ----------------\n", m_screen->vpos());
+ //logerror("-------------- (DISPLAY INT @ %d) ----------------\n", m_screen->vpos());
VIDEO_INTSTATE |= VIDEOINT_SCANLINE;
/* update the interrupt state */