KallistiOS git master
Independent SDK for the Sega Dreamcast
|
TOC structure returned by the BIOS. More...
#include <dc/cdrom.h>
Data Fields | |
uint32 | entry [99] |
TOC space for 99 tracks. | |
uint32 | first |
Point A0 information (1st track) | |
uint32 | last |
Point A1 information (last track) | |
uint32 | leadout_sector |
Point A2 information (leadout) | |
TOC structure returned by the BIOS.
This is the structure that the CMD_GETTOC2 syscall command will return for the TOC. Note the data is in FAD, not LBA/LSN.
uint32 CDROM_TOC::entry[99] |
TOC space for 99 tracks.
uint32 CDROM_TOC::first |
Point A0 information (1st track)
uint32 CDROM_TOC::last |
Point A1 information (last track)
uint32 CDROM_TOC::leadout_sector |
Point A2 information (leadout)