summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/ygv608.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/ygv608.cpp')
-rw-r--r--src/mame/video/ygv608.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/ygv608.cpp b/src/mame/video/ygv608.cpp
index 9f2bb2fd694..e3e6f523213 100644
--- a/src/mame/video/ygv608.cpp
+++ b/src/mame/video/ygv608.cpp
@@ -1964,8 +1964,8 @@ WRITE8_MEMBER( ygv608_device::screen_ctrl_10_w )
// check mosaic
m_mosaic_bplane = (data & 0xc) >> 2;
m_mosaic_aplane = data & 3;
-// if(m_mosaic_aplane || m_mosaic_bplane)
-// popmessage("Mosaic effect %02x %02x",m_mosaic_aplane,m_mosaic_bplane);
+// if(m_mosaic_aplane || m_mosaic_bplane)
+// popmessage("Mosaic effect %02x %02x",m_mosaic_aplane,m_mosaic_bplane);
}
// R#11R - screen control 11