Mercurial > hg > Members > kono > nitros9-code
annotate bootman/llbt_1773.a @ 2786:e333ec1907ef lwtools-port
Updated makefile(s) so correct coco1 dw boot and dwio.sb files are used.
Updated level1/coco1/modules/makefile so that boot_dw_coco1
and dwio_coco1.sb get created.
Updated level1/coco1/bootfiles/makefile added detection of PORT
status so if coco1 is detected then dwio_coco1.sb and
boot_dw_coco1 are used in place of dwio.sb and boot_dw.
author | drencor-xeen |
---|---|
date | Sun, 27 Jan 2013 00:14:03 -0600 |
parents | 2db06bc0742a |
children |
rev | line source |
---|---|
2163 | 1 NAM llbt_1773 |
2 TTL WD1773 low-level booter | |
3 | |
4 PSECT llbt_1773,0,0,0,0,llbt_1773 | |
5 | |
6 VSECT | |
7 ENDSECT | |
8 | |
9 llbt_1773: | |
10 lbsr llinit | |
11 lbsr llread | |
12 lbsr llwrite | |
13 lbsr llterm | |
14 lbsr llinfo | |
15 | |
16 llinit | |
17 llread | |
18 llwrite | |
19 llterm | |
20 rts | |
21 | |
22 llinfo leax info,pcr | |
23 rts | |
24 | |
25 info fcc "Floppy disk drive" | |
26 fcb 0 | |
27 | |
28 endsect |