•  Back 
  •  GEMDOS-Strukturen 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help page 
  •  Show info about hypertext 
  •  View a new file 
Topic       : TOS - das Betriebssystem
Author      : 
Version     : tos.hyp (5. März 2013)
Subject     : Programmieren/Atari
Nodes       : 3001
Index Size  : 93602
HCP-Version : 5
Compiled on : Atari
@charset    : atarist
@lang       : 
@default    : Titel
@help       : 
@options    : +g -i -s +x +zz -t4
@width      : 70
View Ref-File5.20.1  CD-ROM Definitionen                                        TOS

/* Adressierungs-Typen */

#define CDROM_LBA               0x01
#define CDROM_MSF               0x02

/* SUB-Q Kontroll-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

/* Rückgabewerte von 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  */

Querverweis: CD-ROM Opcodes für Fcntl