Changeset 65 for trunk/page00/boot.asm
- Timestamp:
- 11/09/09 00:05:59 (3 years ago)
- Files:
-
- 1 modified
-
trunk/page00/boot.asm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/page00/boot.asm
r63 r65 542 542 set onRunning,(iy+onFlags) 543 543 res indicOnly,(iy+indicFlags) 544 res textInverse,(iy+textFlags) 545 res textInsMode,(iy+textFlags) 544 546 set indicRun,(iy+indicFlags) 545 547 set curAble,(iy+curFlags) … … 557 559 ld hl,sRAMCleared 558 560 call PutS 561 ld hl,0 562 ld (curRow),hl 559 563 set appTextSave,(iy+appFlags) 560 564 call savepartialWin 561 ld hl,0562 ld (curRow),hl563 565 B_CALL GetKey 564 566 push af
