KallistiOS  2.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Data Fields
CDROM_TOC Struct Reference

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)

Detailed Description

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.


Field Documentation

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)


The documentation for this struct was generated from the following file: