|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
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) | |
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.
| uint32_t cd_toc_t::entry[99] |
TOC space for 99 tracks.
| uint32_t cd_toc_t::first |
Point A0 information (1st track)
| uint32_t cd_toc_t::last |
Point A1 information (last track)
| uint32_t cd_toc_t::leadout_sector |
Point A2 information (leadout)