summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/psychic5.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/psychic5.c')
-rw-r--r--src/mame/video/psychic5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/psychic5.c b/src/mame/video/psychic5.c
index 6950623770b..504943a4bca 100644
--- a/src/mame/video/psychic5.c
+++ b/src/mame/video/psychic5.c
@@ -129,7 +129,7 @@ WRITE8_MEMBER(psychic5_state::fg_videoram_w)
}
WRITE8_MEMBER( psychic5_state::bg_videoram_w )
-{
+{
m_bg_videoram[offset] = data;
m_bg_tilemap->mark_tile_dirty(offset >> 1);
}