summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/apricot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/apricot.c')
-rw-r--r--src/mess/drivers/apricot.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mess/drivers/apricot.c b/src/mess/drivers/apricot.c
index 54297737dfe..36e68475fcc 100644
--- a/src/mess/drivers/apricot.c
+++ b/src/mess/drivers/apricot.c
@@ -186,7 +186,6 @@ static const wd17xx_interface apricot_wd17xx_intf =
UINT32 apricot_state::screen_update_apricot(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect)
{
-
if (!m_display_on)
m_crtc->screen_update( screen, bitmap, cliprect);
else