Changeset 50 for trunk/page01/01base.asm

Show
Ignore:
Timestamp:
10/11/09 00:52:29 (3 years ago)
Author:
brandonlw
Message:

Remove the explicit link assist disables and re-order some stuff, see if we can get the silent linking working more stably

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/page01/01base.asm

    r48 r50  
    99 
    1010GetKey: 
     11GetKeyStart: 
     12       xor a 
     13GetKeyMainLoop: 
     14       call DisplayShift 
     15       call showCursor 
     16       set apdRunning,(iy+apdFlags) 
     17restartKeyLoop: 
    1118       in a,(statusPort) 
    1219       and STATUS_NON_83P_MASK 
    1320       jr z,GetKeyStart 
    14        ;set linkAssistEnabled,(iy+linkAssistFlags) 
    15        ;in a,(laStatusPort) 
    16        ;xor a 
    17        ;out (laEnPort),a 
    1821       bit 0,(iy+3Eh) 
    1922       jr z,disableLA 
     
    2932       ld a,80h 
    3033       out (8),a 
    31 GetKeyStart: 
    32        xor a 
    33 GetKeyMainLoop: 
    34        call DisplayShift 
    35        call showCursor 
    36        set apdRunning,(iy+apdFlags) 
    37 restartKeyLoop: 
    3834       set enableHW2Timer,(iy+interruptFlags) 
    3935       bit onInterrupt,(iy+onFlags)