Changeset 48 for trunk/page01/01base.asm

Show
Ignore:
Timestamp:
10/10/09 22:20:11 (3 years ago)
Author:
brandonlw
Message:

Finally fixed that LCD-still-off-when-turning-on problem, and we're now impervious to battery pulls
We finally have a way to start implementing reset-specific things, like setting up the various floating-point and operator stacks, as well as the beginnings of variable storage

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/page01/01base.asm

    r47 r48  
    3636       set apdRunning,(iy+apdFlags) 
    3737restartKeyLoop: 
     38       set enableHW2Timer,(iy+interruptFlags) 
    3839       bit onInterrupt,(iy+onFlags) 
    3940       res onInterrupt,(iy+onFlags) 
     
    4546       or a 
    4647       jr nz,scanCodeFound 
    47        call HandleLinkKeyActivity 
     48$$:    call HandleLinkKeyActivity 
     49       bit hw2TimerSkipped,(iy+linkKeyFlags) 
     50       jr nz,$B 
    4851       in a,(2) 
    4952       and 80h