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
|
|
@ -2813,7 +2813,7 @@ ChipSet.prototype.advanceDMA = function(channel, fInit)
|
|||
chipset.println('loading ' + obj.file.sPath + '[' + obj.offFile + '] at %' + str.toHex(addrCur));
|
||||
}
|
||||
bto = chipset.bus.addBackTrackObject(obj, bto, off);
|
||||
chipset.bus.setBackTrackIndex(addrCur, bto, off);
|
||||
chipset.bus.writeBackTrackObject(addrCur, bto, off);
|
||||
}
|
||||
}
|
||||
fAsyncRequest = fAsync;
|
||||
|
|
|
|||
Loading…
Reference in a new issue