Changeset 31 for trunk/page00/boot.asm
- Timestamp:
- 08/02/09 03:47:17 (3 years ago)
- Files:
-
- 1 modified
-
trunk/page00/boot.asm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/page00/boot.asm
r30 r31 465 465 set onRunning,(iy+onFlags) 466 466 ;Start the OS, minimal as it is 467 res receiveTIOS,(iy+linkFlags2) 467 468 call ClrLCDFull 468 469 res indicOnly,(iy+indicFlags) … … 572 573 ld hl,sClearToCancel 573 574 call PutS 575 set receiveTIOS,(iy+linkFlags2) ;receive the TI-OS to the extra pages instead of just jumping to the boot code 574 576 BootLoaderKeyLoop: 575 577 B_CALL GetKey
