apple2video: Better fix for the previous issue. Now also covers IIgs mono DHR and B&W monitor modes. [R. Belmont]

This commit is contained in:
arbee 2023-03-22 21:06:19 -04:00
parent a85f5932fd
commit 2ea68c9c44

View File

@ -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);
}