mirror of
https://github.com/pevans/erc-c.git
synced 2025-02-17 07:32:05 +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.
|
// 80STORE is low.
|
||||||
segment->memory[addr] = value;
|
segment->memory[addr] = value;
|
||||||
|
|
||||||
if (mach->display_mode & DISPLAY_TEXT) {
|
apple2_notify_refresh(mach);
|
||||||
apple2_notify_refresh(mach);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user