Topic : TOS - The Operating System Author : Version : tos.hyp (December 19, 2008) Subject : Programmieren/Atari Nodes : 3010 Index Size : 93790 HCP-Version : 5 Compiled on : Atari @charset : atarist @lang : @default : Title @help : @options : +g -i -s +x +zz -t4 @width : 70 View Ref-File5.21.1 CD-ROM definitions TOS /* CD-ROM address types */ #define CDROM_LBA 0x01 #define CDROM_MSF 0x02 /* SUB Q control bits */ #define CDROM_AUDIO_EMPHASIS 0x01 #define CDROM_COPY_PERMITTED 0x02 #define CDROM_DATA_TRACK 0x04 #define CDROM_FOUR_CHANNEL 0x08 /* The leadout track is always 0xAA, regardless of # of tracks on disc */ #define CDROM_LEADOUT 0xAA /* return value from READ SUBCHANNEL DATA */ #define CDROM_AUDIO_INVALID 0x00 /* Audio status not supported */ #define CDROM_AUDIO_PLAY 0x11 /* Audio play operation in progress */ #define CDROM_AUDIO_PAUSED 0x12 /* Audio play operation paused */ #define CDROM_AUDIO_COMPLETED 0x13 /* Audio play successfully completed */ #define CDROM_AUDIO_ERROR 0x14 /* Audio play stopped due to error */ #define CDROM_AUDIO_NO_STATUS 0x15 /* No current audio status to return */ See Also: CD-ROM opcodes for Fcntl