#include "PA9.h"
Structures de données | |
struct | GH_Buttons |
struct | GH_Pad |
struct | PaddleInfo |
Macros | |
#define | WAIT_CR REG_EXMEMSTAT |
#define | GH_POLL (*(vuint8*)0x0A000000) |
#define | BUTTON_BLUE 8 |
#define | BUTTON_YELLOW 16 |
#define | BUTTON_RED 32 |
#define | BUTTON_GREEN 64 |
#define | UPDATEGHPAD(type, pad) |
#define | PADDLE_LOW (*(vuint8*)0x0A000000) |
#define | PADDLE_HIGH (*(vuint8*)0x0A000001) |
Fonctions | |
bool | PA_DetectGHPad (void) |
bool | PA_InitGHPad (void) |
void | PA_DeInitGHPad (void) |
void | PA_UpdateGHPad (void) |
bool | PA_DetectPaddle (void) |
bool | PA_InitPaddle (void) |
void | PA_DeInitPaddle (void) |
void | PA_UpdatePaddle (void) |
Variables | |
GH_Pad | GHPad |
u16 | GHCompletePad |
u16 | GHExPad |
u16 | GHTempPad |
PaddleInfo | Paddle |
Macros, variables, and prototypes needed for DS controller accessory (Guitar Hero Grip, Taito Paddle, ...) support.