]> cloudbase.mooo.com Git - z180-stamp-cpm3.git/blobdiff - cbios/drvtbl.180
Add new driver: cfio
[z180-stamp-cpm3.git] / cbios / drvtbl.180
index d8cf0e1ce4f6281b8e7d018c51077084d6e927cc..dc2d59ca9cd98836000d851de82c96d7dd7e51bf 100644 (file)
@@ -1,11 +1,13 @@
-       public @dtbl\r
-       extrn sd0,sd1,sd2,sd3\r
-\r
-       cseg\r
-\r
-@dtbl  dw sd0,sd1,sd2,sd3      ; drives A-D\r
-       dw 0,0,0,0              ; drives E-H non-existant\r
-       dw 0,0,0,0              ; drives I-L\r
-       dw 0,0,0,0              ; drives M-P\r
-\r
-       end\r
+       public @dtbl
+       extrn sd0,sd1,sd2,sd3
+        extrn sd4,sd5,sd6,sd7
+       extrn cf0,cf1,cf2,cf3
+
+        cseg
+
+@dtbl  dw sd0,sd1,sd2,sd3      ; drives A-D
+        dw sd4,sd5,sd6,sd7      ; drives E-H
+       dw cf0,cf1,cf2,cf3      ; drives I-L
+       dw 0,0,0,0              ; drives M-P
+
+        end