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

Add the screenshot packet response so we can start taking screenshots, and add some more to the proposed boot loader

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/page00/display.asm

    r28 r29  
    33 
    44 PUBLIC AnimateRunIndicator,DispHexA,PutS,PutC,curBlink,SaveOScreen,DispHexHL,EraseEOL,ClrLCDFull 
     5 PUBLIC _LCD_COMMAND,SetXAutoIncrementMode,SetYAutoIncrementMode 
    56 EXTERN IsAtEditTail,IsAtBtm,LCDDelay 
    67 
    78 include "includes\os2.inc" 
     9 
     10_LCD_COMMAND: 
     11       call LCDDelay 
     12       out (LCDinstPort),a 
     13       ret 
    814 
    915ClrLCDFull: 
     
    1723       ld b,128 
    1824       ld a,0B8h 
    19        jr $F 
    2025       di 
    2126$$:    push bc