From dc8a431f8702ab562f182b93e2f015b0ddae7bb3 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Tue, 13 Mar 2018 00:13:59 -0500 Subject: [PATCH] Always notify the screen of a refresh required --- src/apple2.dbuf.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/apple2.dbuf.c b/src/apple2.dbuf.c index 786a01d..485119f 100644 --- a/src/apple2.dbuf.c +++ b/src/apple2.dbuf.c @@ -99,9 +99,7 @@ SEGMENT_WRITER(apple2_dbuf_write) // 80STORE is low. segment->memory[addr] = value; - if (mach->display_mode & DISPLAY_TEXT) { - apple2_notify_refresh(mach); - } + apple2_notify_refresh(mach); } /*