MODEL_5170_REV3 boots without errors now
However, performance will suffer until I can implement RTC interrupts; also, there may be a problem exposed by the BIOS memory test following a soft reset
This commit is contained in:
parent
093099d980
commit
997db9787b
15 changed files with 1557 additions and 1282 deletions
|
|
@ -2781,6 +2781,7 @@ if (DEBUGGER) {
|
|||
if (iColon < 0) {
|
||||
if (seg != null) {
|
||||
off = this.parseValue(sAddr);
|
||||
addr = null;
|
||||
} else {
|
||||
addr = this.parseValue(sAddr);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue