1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-06-24 15:29:32 +00:00

Always notify the screen of a refresh required

This commit is contained in:
Peter Evans 2018-03-13 00:13:59 -05:00
parent 19d006e9a3
commit dc8a431f87

View File

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