Changeset 33

Show
Ignore:
Timestamp:
08/02/09 05:04:44 (3 years ago)
Author:
brandonlw
Message:

Miscellaneous other changes
I think I'm at a good stopping point tonight.

Location:
trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/OS2.zws

    r22 r33  
    5454SOURCE = page1d\1dbase.asm 
    5555SOURCE = includes\os2.inc 
     56SOURCE = includes\internal.inc 
    5657#end 
    5758 
  • trunk/page1C/linkprotocol.asm

    r31 r33  
    1414       ld hl,0 
    1515       ld (header+2),hl 
    16        jr Send4Bytes 
     16       call Send4Bytes 
     17       call Get4BytesNC 
     18       ld a,(header+1) 
     19       cp 56h 
     20       ret z 
     21       jp JErrorNo 
    1722 
    1823SendCommandA: 
  • trunk/page1C/silentlink.asm

    r31 r33  
    99 EXTERN DispHexA,LdHLInd,SendAcknowledge,ReceiveHeaderPacket,SendSkipExitPacket,Get4BytesNC,SendCommandA 
    1010 EXTERN Send4Bytes,SendCAndAddToChecksum,LCDDelay,_LCD_COMMAND,SendAByte,SetXAutoIncrementMode 
    11  EXTERN SetYAutoIncrementMode,SendContinue,ReceiveDataPacket 
     11 EXTERN SetYAutoIncrementMode,SendContinue,ReceiveDataPacket,DispHexHL 
    1212 
    1313keyscnlnk: 
     
    171171;TODO: actually implement all of this 
    172172ReceiveOSPage: 
     173       ld hl,(curRow) 
     174       push hl 
     175       ld hl,7 
     176       ld (curRow),hl 
     177       ld a,(ioData+8) 
     178       call DispHexA 
     179       ld hl,(ioData+6) 
     180       call DispHexHL 
     181       pop hl 
     182       ld (curRow),hl 
    173183       call SendContinue 
    174184       ld bc,(ioData)