Show
Ignore:
Timestamp:
11/08/09 18:23:13 (3 years ago)
Author:
brandonlw
Message:

More attempts to stabilize dual booting

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/page1C/silentlink.asm

    r59 r60  
    315315       ld hl,(ioData+6) 
    316316;       call DispHexHL 
    317        call EraseEOL 
     317;       call EraseEOL 
    318318       pop hl 
    319319       ld (curRow),hl 
     
    337337       push af 
    338338       push hl 
    339        call DispHexHL       ;*** TESTING 
     339;       call DispHexHL       ;*** TESTING 
    340340       ld b,a 
    341341       ld a,(appSearchPage) 
     
    473473       ld (3FFEh+8000h),hl 
    474474       ;Find the jump to the boot code and modify it to be appropriate for the model 
    475        ld de,8000h 
    476        add hl,de 
     475       ld hl,8000h 
    477476       push hl 
    478477       pop ix 
     
    546545       jr nz,$B 
    547546       ;Mark the OS as valid 
    548        xor a 
     547       ld a,70h 
    549548       ld b,5Ah 
    550        ld de,0056h 
     549       ld de,4056h 
    551550       B_CALL WriteAByte 
    552551       ld hl,0 
     
    558557       out (7),a 
    559558;       call DispHexHL 
    560        ld a,'Y' 
     559;       ld a,'Y' 
    561560;       call PutC 
    562561       res indicOnly,(iy+indicFlags) 
     
    571570       call APP_POP_ERRORH 
    572571       ;Seems like the most sensible thing to do after receiving the TI-OS is just shut off 
    573        call PowerOff 
    574572receiveTIOSHandler: 
    575573       jr keyscnlnkEnd