v1.16.4: Time to roll out a few bug fixes and the groundwork for BACKTRACK support
This commit is contained in:
parent
27df5cb029
commit
ad015c1ce6
32 changed files with 7380 additions and 1252 deletions
|
|
@ -321,7 +321,7 @@ ROM.prototype.addROM = function(addr)
|
|||
this.bus.setByteDirect(addr + i, this.abROM[i]);
|
||||
if (BACKTRACK) {
|
||||
bto = this.bus.addBackTrackObject(this, bto, i);
|
||||
this.bus.setBackTrackIndex(addr + i, bto, i);
|
||||
this.bus.writeBackTrackObject(addr + i, bto, i);
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue