Changeset 24 for trunk/page00/boot.asm

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

More linking cleanup

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/page00/boot.asm

    r17 r24  
    273273       call nz,CheckLowBatteriesTurnOff 
    274274       set turnOffIfLowBatteriesFound,(iy+batteryCheckFlags) 
     275$$:    ld a,(laTimer) 
     276       or a 
     277       jr z,$F 
     278       dec a 
     279       ld (laTimer),a 
    275280$$:    bit indicRun,(iy+indicFlags) 
    276281       call nz,AnimateRunIndicator