remove sather misreading

This commit is contained in:
Will Scullin 2021-04-17 11:43:53 -07:00
parent 207bed3d27
commit f53e50117e
No known key found for this signature in database
GPG Key ID: 26DCD1042C6638CD
1 changed files with 0 additions and 3 deletions

View File

@ -808,9 +808,6 @@ export default class MMU implements Memory, Restorable<MMUState> {
}
public read(page: byte, off: byte) {
if (page === 0xff && off === 0xfc && this._intcxrom) {
this._initSwitches();
}
return this._readPages[page].read(page, off);
}