Changeset 30 for trunk/page01/01base.asm

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

Not only do remote screenshot requests work, but the framework is set up to start receiving a copy of the TI-OS

Files:
1 modified

Legend:

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

    r27 r30  
    88 
    99GetKey: 
    10        in a,(2) 
    11        and 80h 
     10       in a,(statusPort) 
     11       and STATUS_NON_83P_MASK 
    1212       jr z,GetKeyStart 
    1313       set linkAssistEnabled,(iy+linkAssistFlags) 
     
    6464       jr GetKeyMainLoop 
    6565receivingData: 
    66        ld hl,(curRow) 
    67        push hl 
    68        ld hl,2 
    69        ld (curRow),hl 
    70        call EraseEOL 
    7166       B_CALL keyscnlnk 
    72        pop hl 
    73        ld (curRow),hl 
    7467       call GetCSC 
    7568       ld a,(kbdKey)