From 26389b2bed4398d142fc8246000708c89b440d7f Mon Sep 17 00:00:00 2001 From: mooglyguy Date: Thu, 5 Apr 2018 20:17:49 +0200 Subject: Because people would rather complain about compile errors that I somehow don't get, rather than just applying the obvious fix --- src/mame/video/super80.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mame/video/super80.cpp b/src/mame/video/super80.cpp index 9b4bd500bfa..b88b4f4c064 100644 --- a/src/mame/video/super80.cpp +++ b/src/mame/video/super80.cpp @@ -174,7 +174,6 @@ uint32_t super80_state::screen_update_super80e(screen_device &screen, bitmap_ind const uint8_t options = m_io_config->read(); bool screen_on = BIT(m_portf0, 2) || !BIT(options, 2); /* bit 2 of port F0 is high, OR user turned on config switch */ - screen_on++; uint8_t fg = 0; if (screen_on) -- cgit v1.2.3