X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp-cpm3.git/blobdiff_plain/b625464d4bbdadce5b262e6b1b8d5eca16fa227d..4fc939ea71f1c4979525f2cb059da81a5e3fb07c:/cbios/drvtbl.180 diff --git a/cbios/drvtbl.180 b/cbios/drvtbl.180 index 52590e7..dc2d59c 100644 --- a/cbios/drvtbl.180 +++ b/cbios/drvtbl.180 @@ -1,12 +1,13 @@ - public @dtbl - extrn sd0,sd1,sd2,sd3 - extrn sd4,sd5,sd6,sd7 - - cseg - -@dtbl dw sd0,sd1,sd2,sd3 ; drives A-D - dw sd4,sd5,sd6,sd7 ; drives E-H - dw 0,0,0,0 ; drives I-L - dw 0,0,0,0 ; drives M-P - - end + 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