changeset 3027:32a23a8c3332

Fix for all ide rbsuper descripters being set for drive 0
author chawks4
date Fri, 12 Dec 2014 20:48:42 -0600
parents 4404f3cf2941
children 3c96aa0d1e9a
files level1/modules/superdesc.asm level2/coco3/bootfiles/makefile level3/coco3/modules/makefile
diffstat 3 files changed, 7 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/level1/modules/superdesc.asm	Thu Dec 11 21:33:57 2014 +0100
+++ b/level1/modules/superdesc.asm	Fri Dec 12 20:48:42 2014 -0600
@@ -176,7 +176,7 @@
 
                IFNE      NULL
 name           FCC       /NULL/
-               FCB       '0+ITDRV+$80
+               FCB       '0+ITDNS+$80
                ELSE
                IFNE      DD
 name           FCS       /DD/
@@ -186,7 +186,7 @@
                IFNE      HB
                FCS       /H/
                ELSE
-               FCB       '0+ITDRV+$80
+               FCB       '0+ITDNS+$80
                ENDC
                ELSE
                IFNE      IDE
@@ -194,7 +194,7 @@
                IFNE      HB
                FCS       /H/
                ELSE
-               FCB       '0+ITDRV+$80
+               FCB       '0+ITDNS+$80
                ENDC
                ELSE
                IFNE      COCOSDC
@@ -202,14 +202,14 @@
                IFNE      HB
                FCS       /H/
                ELSE
-               FCB       '0+ITDRV+$80
+               FCB       '0+ITDNS+$80
                ENDC
                ELSE
 name           FCC       /S/
                IFNE      HB
                FCS       /H/
                ELSE
-               FCB       '0+ITDRV+$80
+               FCB       '0+ITDNS+$80
                ENDC
                ENDC
                ENDC
--- a/level2/coco3/bootfiles/makefile	Thu Dec 11 21:33:57 2014 +0100
+++ b/level2/coco3/bootfiles/makefile	Fri Dec 12 20:48:42 2014 -0600
@@ -170,6 +170,7 @@
 # NitrOS-9 disk bootfile to allow booting from WD1773 disk controller
 BOOTFILE_40D	= $(MD)/krnp2 $(MD)/ioman $(MD)/init \
 		$(MD)/rbf.mn \
+		$(MD)/rbsuper.dr $(MD)/llide.dr $(MD)/i0_ide.dd $(MD)/i1_ide.dd\
                 $(FLOPPY_40D) \
                 $(MD)/ddd0_40d.dd \
 		$(MD)/scf.mn \
--- a/level3/coco3/modules/makefile	Thu Dec 11 21:33:57 2014 +0100
+++ b/level3/coco3/modules/makefile	Fri Dec 12 20:48:42 2014 -0600
@@ -399,7 +399,7 @@
 	$(AS) $< $(ASOUT)$@ $(AFLAGS) -DDD=1 -DDNum=0
 
 y0.dd: rfmdesc.asm
-$(AS) $< $(ASOUT)$@ $(AFLAGS) -DDNum=0
+	$(AS) $< $(ASOUT)$@ $(AFLAGS) -DDNum=0
 
 y1.dd: rfmdesc.asm
 	$(AS) $< $(ASOUT)$@ $(AFLAGS) -DDNum=1