]> cloudbase.mooo.com Git - z180-stamp-cpm3.git/blame - cbios/drvtbl.180
sdio: print module identificateion on initialization
[z180-stamp-cpm3.git] / cbios / drvtbl.180
CommitLineData
4fc939ea
L
1 public @dtbl
2 extrn sd0,sd1,sd2,sd3
3 extrn sd4,sd5,sd6,sd7
4 extrn cf0,cf1,cf2,cf3
5
6 cseg
7
8@dtbl dw sd0,sd1,sd2,sd3 ; drives A-D
9 dw sd4,sd5,sd6,sd7 ; drives E-H
10 dw cf0,cf1,cf2,cf3 ; drives I-L
11 dw 0,0,0,0 ; drives M-P
12
13 end