2008-09-17 03:54:21 +02:00
|
|
|
/****************************************************************************
|
2008-09-17 04:27:55 +02:00
|
|
|
* Visual Boy Advance GX
|
2008-09-17 03:54:21 +02:00
|
|
|
*
|
|
|
|
* Tantric September 2008
|
|
|
|
*
|
|
|
|
* vbasupport.h
|
|
|
|
*
|
|
|
|
* VBA support code
|
|
|
|
***************************************************************************/
|
|
|
|
|
2008-09-16 07:42:21 +02:00
|
|
|
#include "System.h"
|
|
|
|
|
|
|
|
extern struct EmulatedSystem emulator;
|
|
|
|
extern u32 loadtimeradjust;
|
|
|
|
int loadVBAROM(char filename[]);
|
|
|
|
void InitialisePalette();
|
2008-09-17 03:54:21 +02:00
|
|
|
bool LoadBattery(int method, bool silent);
|
|
|
|
bool SaveBattery(int method, bool silent);
|
|
|
|
bool LoadState(int method, bool silent);
|
|
|
|
bool SaveState(int method, bool silent);
|