summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/apple2gs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/video/apple2gs.c')
-rw-r--r--src/mess/video/apple2gs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mess/video/apple2gs.c b/src/mess/video/apple2gs.c
index 4660473b187..ee45789666f 100644
--- a/src/mess/video/apple2gs.c
+++ b/src/mess/video/apple2gs.c
@@ -114,7 +114,6 @@ UINT32 apple2gs_state::screen_update_apple2gs(screen_device &screen, bitmap_ind1
/* call legacy Apple II video rendering at scanline 0 to draw into the off-screen buffer */
if (beamy == 0)
{
-
// check if DHR should be monochrome 560x192
if (m_newvideo & 0x20)
{