Added BPB to pre-2.0 DOS disks, for consistency and mounting support
This commit is contained in:
parent
3a0ae6b3fc
commit
b42c858c44
10 changed files with 58 additions and 32 deletions
|
|
@ -1070,7 +1070,9 @@ class Bus extends Component {
|
|||
return file.getSymbol(bto.obj.offFile + off, fNearest);
|
||||
}
|
||||
if (!fSymbol || fNearest) {
|
||||
return bto.obj.idComponent + '+' + Str.toHexLong(bto.off + off);
|
||||
if (bto.obj.idComponent) {
|
||||
return bto.obj.idComponent + '+' + Str.toHexLong(bto.off + off);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue