2008-09-17 01:54:21 +00:00
|
|
|
/****************************************************************************
|
2008-09-17 02:27:55 +00:00
|
|
|
* Visual Boy Advance GX
|
2008-09-17 01:54:21 +00:00
|
|
|
*
|
|
|
|
* Tantric September 2008
|
|
|
|
*
|
|
|
|
* vbasupport.h
|
|
|
|
*
|
|
|
|
* VBA support code
|
|
|
|
***************************************************************************/
|
|
|
|
|
2008-09-16 05:42:21 +00:00
|
|
|
#include "System.h"
|
|
|
|
|
|
|
|
extern struct EmulatedSystem emulator;
|
|
|
|
extern u32 loadtimeradjust;
|
2008-09-29 07:35:26 +00:00
|
|
|
bool LoadVBAROM(int method);
|
2008-09-16 05:42:21 +00:00
|
|
|
void InitialisePalette();
|
2008-09-29 07:35:26 +00:00
|
|
|
bool LoadBatteryOrState(int method, int action, bool silent);
|
|
|
|
bool SaveBatteryOrState(int method, int action, bool silent);
|