Protypical implementation of DPT copying
This commit is contained in:
parent
33f4fe37a8
commit
dc6035fe9d
4 changed files with 80 additions and 21 deletions
18
inc/dpt.asm
18
inc/dpt.asm
|
@ -1,13 +1,5 @@
|
|||
struc dpt
|
||||
.steprate resb 1
|
||||
.dmahdld resb 1
|
||||
.motoroff resb 1
|
||||
.sectorsize resb 1
|
||||
.lastsector resb 1
|
||||
.gaplen resb 1
|
||||
.dtl resb 1
|
||||
.gapfmt resb 1
|
||||
.fillchar resb 1
|
||||
.hdsettle resb 1
|
||||
.motoron resb 1
|
||||
endstruc
|
||||
DPTMTT equ 2
|
||||
DPTSS equ 3
|
||||
DPTSPT equ 4
|
||||
|
||||
DPTSIZE equ 11
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue