KallistiOS git master
Independent SDK for the Sega Dreamcast
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Read Sector Part

Whether to read data or whole sector More...

Macros

#define CDROM_READ_WHOLE_SECTOR   0x1000
 Read the whole sector.
 
#define CDROM_READ_DATA_AREA   0x2000
 Read the data area.
 

Detailed Description

Whether to read data or whole sector

Parts of the a CD-ROM sector to read. These are possible values for the third parameter word sent with the change data type syscall.

Macro Definition Documentation

◆ CDROM_READ_DATA_AREA

#define CDROM_READ_DATA_AREA   0x2000

Read the data area.

◆ CDROM_READ_WHOLE_SECTOR

#define CDROM_READ_WHOLE_SECTOR   0x1000

Read the whole sector.