2 // OS specific CDROM interface (Mac OS X)
4 // by James L. Hammons & ?
10 // OS X support functions
11 // OS specific implementation of OS agnostic functions
16 WriteLog("CDINTF: Init unimplemented!\n");
24 bool CDIntfReadBlock(uint32 sector, uint8 * buffer)
26 WriteLog("CDINTF: ReadBlock unimplemented!\n");
30 uint32 CDIntfGetNumSessions(void)
32 // Still need relevant code here... !!! FIX !!!
36 void CDIntfSelectDrive(uint32 driveNum)
38 WriteLog("CDINTF: SelectDrive unimplemented!\n");
41 uint32 CDIntfGetCurrentDrive(void)
43 WriteLog("CDINTF: GetCurrentDrive unimplemented!\n");
47 const uint8 * CDIntfGetDriveName(uint32)
49 WriteLog("CDINTF: GetDriveName unimplemented!\n");
53 uint8 CDIntfGetSessionInfo(uint32 session, uint32 offset)
55 WriteLog("CDINTF: GetSessionInfo unimplemented!\n");
59 uint8 CDIntfGetTrackInfo(uint32 track, uint32 offset)
61 WriteLog("CDINTF: GetTrackInfo unimplemented!\n");