KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
cd_toc_t Struct Reference

TOC structure returned by the BIOS. More...

#include <syscalls.h>

Data Fields

uint32_t entry [99]
 TOC space for 99 tracks.
 
uint32_t first
 Point A0 information (1st track)
 
uint32_t last
 Point A1 information (last track)
 
uint32_t leadout_sector
 Point A2 information (leadout)
 

Detailed Description

TOC structure returned by the BIOS.

This is the structure that the CD_CMD_GETTOC2 syscall command will return for the TOC. Note the data is in FAD, not LBA/LSN.

Field Documentation

◆ entry

uint32_t cd_toc_t::entry[99]

TOC space for 99 tracks.

◆ first

uint32_t cd_toc_t::first

Point A0 information (1st track)

◆ last

uint32_t cd_toc_t::last

Point A1 information (last track)

◆ leadout_sector

uint32_t cd_toc_t::leadout_sector

Point A2 information (leadout)


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