Changeset 56 for trunk/page00/boot.asm

Show
Ignore:
Timestamp:
10/31/09 08:14:55 (3 years ago)
Author:
brandonlw
Message:

Split the hex editor out to another file
Fix the APPS menu key handling

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/page00/boot.asm

    r55 r56  
    518518       call APP_PUSH_ERRORH 
    519519       ld (onSP),sp 
    520        ld a,lcdTurnOn 
    521        out (LCDinstPort),a 
     520       call _LCD_DRIVERON 
    522521       set onRunning,(iy+onFlags) 
    523522       res indicOnly,(iy+indicFlags) 
     
    550549       ld (RAMChecksum),de 
    551550TurnCalculatorOn: 
    552        ld a,lcdTurnOn 
    553        out (LCDinstPort),a 
     551       call _LCD_DRIVERON 
    554552       set onRunning,(iy+onFlags) 
    555553       res indicOnly,(iy+indicFlags)