added dos_type defines
git-svn-id: svn://svn.cc65.org/cc65/trunk@1360 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -1085,6 +1085,15 @@ diopp_track = 1 ; track / cylinder
|
|||||||
diopp_sector = 3 ; sector
|
diopp_sector = 3 ; sector
|
||||||
diopp_size = 5 ; size of structure
|
diopp_size = 5 ; size of structure
|
||||||
|
|
||||||
|
;-------------------------------------------------------------------------
|
||||||
|
; VALUES for dos_type
|
||||||
|
;-------------------------------------------------------------------------
|
||||||
|
|
||||||
|
ATARIDOS = 0
|
||||||
|
SPARTADOS = 1
|
||||||
|
OSADOS = 2 ; OS/A+
|
||||||
|
MYDOS = 3
|
||||||
|
|
||||||
;-------------------------------------------------------------------------
|
;-------------------------------------------------------------------------
|
||||||
; End of atari.inc
|
; End of atari.inc
|
||||||
;-------------------------------------------------------------------------
|
;-------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user