X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp-cpm3.git/blobdiff_plain/ea5293bb6ce484bf1ec9ab70befe10c3a36a70c2..830b73bf0153777e6ae76ca44d64718a53b0b1b5:/cbios/drvtbl.180 diff --git a/cbios/drvtbl.180 b/cbios/drvtbl.180 index d8cf0e1..41d8cfb 100644 --- a/cbios/drvtbl.180 +++ b/cbios/drvtbl.180 @@ -1,11 +1,13 @@ public @dtbl extrn sd0,sd1,sd2,sd3 + extrn sd4,sd5,sd6,sd7 + extrn cf0,cf1,cf2,cf3 - cseg + 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 sd4,sd5,sd6,sd7 ; drives E-H + dw cf0,cf1,cf2,cf3 ; drives I-L dw 0,0,0,0 ; drives M-P - end + end