KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
Drive Disc Types

Disc types within GD-ROM drive. More...

Macros

#define CD_CDDA   0x00
 Audio CD (Red book) or no disc.
 
#define CD_CDROM   0x10
 CD-ROM or CD-R (Yellow book)
 
#define CD_CDROM_XA   0x20
 CD-ROM XA (Yellow book extension)
 
#define CD_CDI   0x30
 CD-i (Green book)
 
#define CD_GDROM   0x80
 GD-ROM.
 
#define CD_FAIL   0xf0
 Need reset syscalls.
 

Detailed Description

Disc types within GD-ROM drive.

These are the values that can be returned as the disc_type parameter from the cdrom_get_status() function.

Macro Definition Documentation

◆ CD_CDDA

#define CD_CDDA   0x00

Audio CD (Red book) or no disc.

◆ CD_CDI

#define CD_CDI   0x30

CD-i (Green book)

◆ CD_CDROM

#define CD_CDROM   0x10

CD-ROM or CD-R (Yellow book)

◆ CD_CDROM_XA

#define CD_CDROM_XA   0x20

CD-ROM XA (Yellow book extension)

◆ CD_FAIL

#define CD_FAIL   0xf0

Need reset syscalls.

◆ CD_GDROM

#define CD_GDROM   0x80

GD-ROM.