- Timestamp:
- 11/09/09 22:13:19 (3 years ago)
- Files:
-
- 1 modified
-
trunk/page00/boot.asm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/page00/boot.asm
r68 r69 628 628 DB "RAM cleared",0 629 629 DisplayOS2Version: 630 ld a, 0Fh630 ld a,7 631 631 ld (penRow),a 632 632 ld hl,sOS2Ver1 633 633 call VPutSCenter 634 ld a, 0Fh+7634 ld a,15 635 635 ld (penRow),a 636 636 ld hl,sOS2Ver2 … … 1049 1049 B_CALL PutS 1050 1050 set receiveTIOS,(iy+linkFlags2) ;receive the TI-OS to the extra pages instead of just jumping to the boot code 1051 ld a,iNormal 1052 out (interruptEnPort),a 1051 1053 BootLoaderKeyLoop: 1052 1054 B_CALL GetKey
