Search
lxdream.org :: lxdream/src/gdrom/gdrom.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/gdrom/gdrom.h
changeset 1101:78e762cec843
prev1097:d4807997e450
next1109:700c5ab26a63
author nkeynes
date Tue Feb 16 09:29:39 2010 +1000 (14 years ago)
permissions -rw-r--r--
last change Implement BIOS read cd + read toc2 functions
file annotate diff log raw
1.1 --- a/src/gdrom/gdrom.h Sun Jan 31 18:35:06 2010 +1000
1.2 +++ b/src/gdrom/gdrom.h Tue Feb 16 09:29:39 2010 +1000
1.3 @@ -29,6 +29,11 @@
1.4 extern "C" {
1.5 #endif
1.6
1.7 +struct gdrom_toc {
1.8 + uint32_t track[99];
1.9 + uint32_t first, last, leadout;
1.10 +};
1.11 +
1.12 #define GDROM_TOC_SIZE (102*4) /* Size of GDROM TOC structure */
1.13 #define GDROM_SESSION_INFO_SIZE 6 /* Size of GDROM session info structure */
1.14 #define GDROM_SHORT_STATUS_SIZE 14 /* Size of GDROM short status structure */
.