1
0
mirror of https://github.com/cc65/cc65.git synced 2025-02-25 16:29:08 +00:00

sst_xxx defines for dio functions

git-svn-id: svn://svn.cc65.org/cc65/trunk@380 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cpg 2000-10-18 23:43:25 +00:00
parent b296a66b3b
commit 5747fcd976

View File

@ -1034,6 +1034,21 @@ ATDRW = $1D ;DOWN-ARROW
ATLRW = $1E ;LEFT-ARROW
ATRRW = $1F ;RIGHT-ARROW
;-------------------------------------------------------------------------
; OFFSETS INTO SECTSIZETAB (DIO functions)
;-------------------------------------------------------------------------
sst_flag = 0 ; length 1
sst_sectsize = 1 ; 2
sst_driveno = 3 ; 1 (drive #)
;sst_id = 3 ; 1 (to make size power of 2, used as
;; test for valid pointer, must contain
;; $CD)
;SSTIDVAL = $CD
sst_size = 4 ; size of one entry
; if changed, adapt diopncls.s
;-------------------------------------------------------------------------
; End of atari.inc
;-------------------------------------------------------------------------