Changeset 44 for trunk/page00/boot.asm

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

Miscellaneous stuff for dual booting

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/page00/boot.asm

    r43 r44  
    731731       jr $B 
    732732SwitchOS: 
     733       B_CALL ClrLCDFull 
     734       ld hl,0 
     735       ld (curRow),hl 
     736       ld hl,sSwitching 
     737       B_CALL PutS 
    733738       di 
    734739       call UniversalUnlockFlash-BootLoader+userMem 
     
    10791084       DB LlBrack,"Y=] to switch",0CEh,0 
    10801085sClearToCancel: 
    1081        DB LlBrack,"CLEAR] to exit",0CEh,0 
     1086       DB LlBrack,"CLEAR] to exit",0 
    10821087sStartTransfer: 
    10831088       DB "TI-OS not found." 
     
    10861091       DB "to enable dual  " 
    10871092       DB "booting.",0 
     1093sSwitching: 
     1094       DB "Switching...",0 
    10881095BootLoaderEnd: 
    10891096