Clean up bleed

This commit is contained in:
Will Scullin 2021-04-20 19:40:26 -07:00
parent df5f3a6058
commit 6af6ddd4a4
No known key found for this signature in database
GPG Key ID: 26DCD1042C6638CD
1 changed files with 6 additions and 0 deletions

View File

@ -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() {