mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-23 16:34:07 +00:00
10 lines
127 B
NASM
10 lines
127 B
NASM
public @dtbl
|
|
extrn fdsd0,fdsd1
|
|
|
|
cseg
|
|
|
|
@dtbl dw fdsd0,fdsd1
|
|
dw 0,0,0,0,0,0,0,0,0,0,0,0,0,0 ; drives C-P non-existant
|
|
|
|
end
|