mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
Clean up bleed
This commit is contained in:
parent
df5f3a6058
commit
6af6ddd4a4
6
js/gl.ts
6
js/gl.ts
@ -539,6 +539,12 @@ export class HiresPageGL implements HiresPage {
|
||||
}
|
||||
}
|
||||
}
|
||||
if (!this._refreshing && !doubleHiresMode && bank === 0) {
|
||||
this._refreshing = true;
|
||||
const after = addr + 1;
|
||||
this._write(after >> 8, after & 0xff, this._buffer[0][after & 0x1fff], 0);
|
||||
this._refreshing = false;
|
||||
}
|
||||
}
|
||||
|
||||
refresh() {
|
||||
|
Loading…
Reference in New Issue
Block a user