summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tunhunt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tunhunt.c')
-rw-r--r--src/mame/video/tunhunt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/video/tunhunt.c b/src/mame/video/tunhunt.c
index fadbf0bad85..21ae3967eb4 100644
--- a/src/mame/video/tunhunt.c
+++ b/src/mame/video/tunhunt.c
@@ -50,7 +50,6 @@
WRITE8_MEMBER(tunhunt_state::tunhunt_videoram_w)
{
-
m_videoram[offset] = data;
m_fg_tilemap->mark_tile_dirty(offset);
}