mirror of
https://github.com/pevans/erc-c.git
synced 2024-11-23 23:32:45 +00:00
Always notify the screen of a refresh required
This commit is contained in:
parent
19d006e9a3
commit
dc8a431f87
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user