head 1.1; branch 1.1.1; access ; symbols start:1.1.1.1 PAlibDoc:1.1.1; locks ; strict; comment @# @; 1.1 date 2005.11.02.08.30.25; author jandujar; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2005.11.02.08.30.25; author jandujar; state Exp; branches ; next ; desc @@ 1.1 log @Initial revision @ text @
Defines | |
#define | PA_InitVBL() PA_StartInt(INT_VBLANK, PA_vblFunc) |
Intiate a basic VBL function. Very usefull for unexperienced users, it updates the OAM (sprites), the Keypad, and the Stylus input every frame. No need to use PA_UpdateOAM, PA_UpdatePad, PA_UpdateStylus, and PA_UpdateRTC ! | |
#define | PA_GetVcount() (REG_VCOUNT&511) |
Get the vertical line count... | |
Functions | |
void | PA_ResetInterrupts (void) |
Reset the interrupt system. Disables all interrupts. | |
void | PA_StartInt (u8 inter, funcpointer interfunc) |
Initiate a given interrupt. | |
void | PA_StopInt (u8 inter) |
Initiate a given interrupt. | |
void | PA_vblFunc (void) |
The standard PAlib VBL function... This will update the pad, the stylus, the RTC, etc... You could/should use this function if you do your own custom VBL... |
|
Initiate a given interrupt.
|
|
Initiate a given interrupt.
|