Protypical implementation of DPT copying

This commit is contained in:
Nero 2020-10-24 22:50:23 +00:00
parent 33f4fe37a8
commit dc6035fe9d
4 changed files with 80 additions and 21 deletions

View file

@ -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