Changeset 65

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

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

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/includes/internal.inc

    r63 r65  
    11OS2_VERSION_MAJOR    EQU    00h 
    22OS2_VERSION_MINOR    EQU    01h 
    3 OS2_VERSION_BUILD    EQU    0001h 
     3OS2_VERSION_BUILD    EQU    0002h 
    44OS2_VERSION_STRING   EQU    "0.01" 
    55 
  • 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