summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/apple2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/video/apple2.c')
-rw-r--r--src/mess/video/apple2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/video/apple2.c b/src/mess/video/apple2.c
index 2d46ffaf82b..1e3c3311354 100644
--- a/src/mess/video/apple2.c
+++ b/src/mess/video/apple2.c
@@ -1209,7 +1209,7 @@ void a2_video_device::hgr_update(screen_device &screen, bitmap_ind16 &bitmap, co
}
else
{
- artifact_map_ptr = &m_hires_artifact_map[((vram_row[col + 1] & 0x80) >> 7) * 16];
+ artifact_map_ptr = &m_hires_artifact_map[((vram_row[col + 1] & 0x80) >> 7) * 16];
}
for (b = 0; b < 7; b++)
{