Show
Ignore:
Timestamp:
10/10/09 03:20:47 (3 years ago)
Author:
brandonlw
Message:

I'm reaching a point where I really need to be adding oncalc debugging tools, so I guess I'll start working on the system monitor and a basic menu system, rebuilding the APPS and PRGM menus to start with.
From there I can get a Calcsys-style hex editor in there and oncalc usb8x/USBTools-style logging.
Heck, maybe I can even transfer Calcsys TO it and execute at least part of it.
It's a lot of work and kind of off-track, but it's the only way I'm going to diagnose the dual booting and linking problems.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/page00/intmisc.asm

    r12 r47  
    55 
    66 PUBLIC CheckLowBatteriesTurnOff,_ZERO_PORT_3,_OUT_PORT_3,PowerOff,UpdateAPD,resetAPDTimer 
    7  EXTERN SaveOScreen,LCDDelay 
     7 EXTERN SaveOScreen,LCDDelay,CalculateOSChecksum 
    88 
    99PowerOff: 
     
    1616       call LCDDelay 
    1717       out (LCDinstPort),a 
     18       call CalculateOSChecksum 
     19       ld (RAMChecksum),hl 
    1820       ld a,STATE_MODE0_DEFAULT 
    1921       out (interruptStatusPort),a