summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/dkong.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/dkong.c')
-rw-r--r--src/mame/video/dkong.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/dkong.c b/src/mame/video/dkong.c
index 484be075692..a17b45b527a 100644
--- a/src/mame/video/dkong.c
+++ b/src/mame/video/dkong.c
@@ -876,7 +876,7 @@ TIMER_CALLBACK_MEMBER(dkong_state::scanline_callback)
radarscp_scanline(scanline);
/* update any video up to the current scanline */
-// m_screen->update_now();
+// m_screen->update_now();
m_screen->update_partial(m_screen->vpos());
scanline = (scanline+1) % VTOTAL;