mirror of
https://github.com/cc65/cc65.git
synced 2024-11-04 17:04:58 +00:00
20 lines
664 B
PHP
20 lines
664 B
PHP
|
|
||
|
;-------------------------------------------------------------------------
|
||
|
; OFFSETS INTO SECTSIZETAB (DIO functions)
|
||
|
;-------------------------------------------------------------------------
|
||
|
|
||
|
sst_flag = 0 ; length 1
|
||
|
sst_sectsize = 1 ; 2
|
||
|
sst_driveno = 3 ; 1 (drive #)
|
||
|
sst_size = 4 ; size of one entry
|
||
|
; if changed, adapt diopncls.s
|
||
|
|
||
|
;-------------------------------------------------------------------------
|
||
|
; OFFSETS INTO dio_phys_pos
|
||
|
;-------------------------------------------------------------------------
|
||
|
|
||
|
diopp_head = 0 ; head
|
||
|
diopp_track = 1 ; track / cylinder
|
||
|
diopp_sector = 3 ; sector
|
||
|
diopp_size = 5 ; size of structure
|