Changeset 69 for trunk

Show
Ignore:
Timestamp:
11/09/09 22:13:19 (3 years ago)
Author:
brandonlw
Message:

Fix a dual booting bug and move the version text up a little bit

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/page00/boot.asm

    r68 r69  
    628628       DB "RAM cleared",0 
    629629DisplayOS2Version: 
    630        ld a,0Fh 
     630       ld a,7 
    631631       ld (penRow),a 
    632632       ld hl,sOS2Ver1 
    633633       call VPutSCenter 
    634        ld a,0Fh+7 
     634       ld a,15 
    635635       ld (penRow),a 
    636636       ld hl,sOS2Ver2 
     
    10491049       B_CALL PutS 
    10501050       set receiveTIOS,(iy+linkFlags2)    ;receive the TI-OS to the extra pages instead of just jumping to the boot code 
     1051       ld a,iNormal 
     1052       out (interruptEnPort),a 
    10511053BootLoaderKeyLoop: 
    10521054       B_CALL GetKey