Started integrating Windows Debugger segment load info with PCjs Debugger symbol tables

This commit is contained in:
Jeff Parsons 2015-09-08 11:05:09 -07:00
commit 1d0b7974fc
19 changed files with 342 additions and 347 deletions

View file

@ -182,7 +182,7 @@ ROM.prototype.powerUp = function(data, fRepower)
{
if (this.aSymbols) {
if (this.dbg) {
this.dbg.addSymbols(this.addrROM, this.sizeROM, this.aSymbols);
this.dbg.addSymbols(this.addrROM >>> 4, this.addrROM, this.sizeROM, this.aSymbols);
}
/*
* Our only role in the handling of symbols is to hand them off to the Debugger at our