summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/mame/apple/apple2video.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/apple/apple2video.cpp b/src/mame/apple/apple2video.cpp
index 01bdb0c2ce3..b37e555d4a1 100755
--- a/src/mame/apple/apple2video.cpp
+++ b/src/mame/apple/apple2video.cpp
@@ -687,7 +687,7 @@ void a2_video_device::dhgr_update(screen_device &screen, bitmap_ind16 &bitmap, c
words[col] = (vaux_row[col] & 0x7f) + ((vram_row[col] & 0x7f) << 7);
}
- if (rgbmode == 0)
+ if (monochrome)
{
render_line(p, words, startcol, stopcol, monochrome, true);
}