X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp-cpm3.git/blobdiff_plain/ea5293bb6ce484bf1ec9ab70befe10c3a36a70c2..4fc939ea71f1c4979525f2cb059da81a5e3fb07c:/cbios/drvtbl.180 diff --git a/cbios/drvtbl.180 b/cbios/drvtbl.180 index d8cf0e1..dc2d59c 100644 --- a/cbios/drvtbl.180 +++ b/cbios/drvtbl.180 @@ -1,11 +1,13 @@ - public @dtbl - extrn sd0,sd1,sd2,sd3 - - cseg - -@dtbl dw sd0,sd1,sd2,sd3 ; drives A-D - dw 0,0,0,0 ; drives E-H non-existant - 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