summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tp84.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tp84.c')
-rw-r--r--src/mame/video/tp84.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/tp84.c b/src/mame/video/tp84.c
index cf95dafbc4f..80b3d00a95f 100644
--- a/src/mame/video/tp84.c
+++ b/src/mame/video/tp84.c
@@ -106,7 +106,7 @@ PALETTE_INIT_MEMBER(tp84_state, tp84)
WRITE8_MEMBER(tp84_state::tp84_spriteram_w)
{
/* the game multiplexes the sprites, so update now */
-// m_screen->update_now();
+// m_screen->update_now();
m_screen->update_partial(m_screen->vpos());
m_spriteram[offset] = data;
}