Changeset 65 for trunk/page00/boot.asm

Show
Ignore:
Timestamp:
11/09/09 00:05:59 (3 years ago)
Author:
brandonlw
Message:

Increase build number
Attempt to fix an insert mode bug just after resetting RAM

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/page00/boot.asm

    r63 r65  
    542542       set onRunning,(iy+onFlags) 
    543543       res indicOnly,(iy+indicFlags) 
     544       res textInverse,(iy+textFlags) 
     545       res textInsMode,(iy+textFlags) 
    544546       set indicRun,(iy+indicFlags) 
    545547       set curAble,(iy+curFlags) 
     
    557559       ld hl,sRAMCleared 
    558560       call PutS 
     561       ld hl,0 
     562       ld (curRow),hl 
    559563       set appTextSave,(iy+appFlags) 
    560564       call savepartialWin 
    561        ld hl,0 
    562        ld (curRow),hl 
    563565       B_CALL GetKey 
    564566       push af