7f75f5eb1e
*Due space limitations only the debug version of kenobigc is supported, this means there is a bit less space for cheats. git-svn-id: svn://localhost/Users/andi/Downloads/code/trunk@2 be6c1b03-d731-4111-a574-e37d80d43941
17 lines
348 B
C
17 lines
348 B
C
#ifndef _DRIVE_
|
|
#define _DRIVE_
|
|
|
|
#include "global.h"
|
|
#include "HW.h"
|
|
#include "memory.h"
|
|
|
|
void DVDLowReset( void );
|
|
u32 DVDEnableAudioStreaming( u32 Enable );
|
|
u32 DVDLowGetError( void );
|
|
u32 DVDLowStopMotor( void );
|
|
u32 LowReadDiscID( void *data );
|
|
u32 LowRead( void *data, u32 Offset, u32 Length );
|
|
u32 DVDLowSeek( void );
|
|
|
|
#endif
|