Changeset 31 for trunk/page00/boot.asm

Show
Ignore:
Timestamp:
08/02/09 03:47:17 (3 years ago)
Author:
brandonlw
Message:

Set up the framework for receiving the TI-OS to dual boot

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/page00/boot.asm

    r30 r31  
    465465       set onRunning,(iy+onFlags) 
    466466;Start the OS, minimal as it is 
     467       res receiveTIOS,(iy+linkFlags2) 
    467468       call ClrLCDFull 
    468469       res indicOnly,(iy+indicFlags) 
     
    572573       ld hl,sClearToCancel 
    573574       call PutS 
     575       set receiveTIOS,(iy+linkFlags2)    ;receive the TI-OS to the extra pages instead of just jumping to the boot code 
    574576BootLoaderKeyLoop: 
    575577       B_CALL GetKey