mirror of
https://github.com/pevans/erc-c.git
synced 2025-01-18 10:30:37 +00:00
Always notify the screen of a refresh required
This commit is contained in:
parent
19d006e9a3
commit
dc8a431f87
@ -99,10 +99,8 @@ SEGMENT_WRITER(apple2_dbuf_write)
|
||||
// 80STORE is low.
|
||||
segment->memory[addr] = value;
|
||||
|
||||
if (mach->display_mode & DISPLAY_TEXT) {
|
||||
apple2_notify_refresh(mach);
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* Map the text page 1 and hires graphics page 1 addresses to the dbuf
|
||||
|
Loading…
x
Reference in New Issue
Block a user