Changeset 52 for trunk/page00/util.asm

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

Take a shot at 73 compatibility

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/page00/util.asm

    r50 r52  
    279279LCDDelay: 
    280280       push af 
     281       call NZIf83Plus 
     282       jr nz,LCDDelayDone 
    281283$$:    in a,(statusPort) 
    282284       and 2 
    283285       jr z,$B 
     286LCDDelayDone: 
    284287       pop af 
    285288       ret