Revert slot 3 rom change

This commit is contained in:
Will Scullin 2021-03-09 06:37:34 -08:00
parent 63e49696b8
commit 5f0d07623d
No known key found for this signature in database
GPG Key ID: 26DCD1042C6638CD
1 changed files with 0 additions and 4 deletions

View File

@ -394,10 +394,6 @@ export default class MMU implements Memory, Restorable<MMUState> {
this._readPages[idx] = this._pages[idx][1];
this._writePages[idx] = this._pages[idx][1];
}
if (this._slot3rom) {
this._readPages[0xc3] = this._pages[0xc3][0];
this._writePages[0xc3] = this._pages[0xc3][0];
}
} else {
for (let idx = 0xc1; idx < 0xd0; idx++) {
this._readPages[idx] = this._pages[idx][0];