
*
* Device parameters control block - OMTI 20C Controller
*
DP_TABLE  equ *
DP_width  fcb 0 Step Pulse Width
DP_period fcb 0 Time between pulses
DP_mode   fcb 0 Stepping mode (0->buffered)
DP_heads  fcb 0 Number of heads (-1)
DP_cyls   fdb 0 Number of cylinders (-1)
DP_wsi    fcb 0 Write Precomp cylinder
DP_type   fcb 0 Drive type
DP_sectrk fcb 0 Sectors/Track
          fcb 0 ** Filler **
*
* Seek table - Used to translate Xebec seeks to OMTI
*
seek_tbl equ *
 fcb $09,$3C 0
 fcb $09,$3C 1
 fcb $09,$3C 2
 fcb $09,$3C 3
 fcb $02,$04 4
 fcb $02,$00 5
 fcb $02,$00 6
 fcb $02,$00 7

