Changeset 29 for trunk/page00/util.asm

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/util.asm

    r18 r29  
    1414FPAdd: 
    1515OP1ToOP2: 
    16 LCDDelay: 
    1716FindSym: 
    1817Placeholder0003h: 
     
    2120Placeholder004Eh: 
    2221Placeholder005Fh: 
     22       ret 
     23 
     24LCDDelay: 
     25       push af 
     26$$:    in a,(2) 
     27       and 2 
     28       jr z,$B 
     29       pop af 
    2330       ret 
    2431