Initial commit - http://sourceforge.net/p/fceumm/code/160/
This commit is contained in:
7
src/cheat.h
Normal file
7
src/cheat.h
Normal file
@@ -0,0 +1,7 @@
|
||||
void FCEU_CheatResetRAM(void);
|
||||
void FCEU_CheatAddRAM(int s, uint32 A, uint8 *p);
|
||||
|
||||
void FCEU_LoadGameCheats(FILE *override);
|
||||
void FCEU_FlushGameCheats(FILE *override, int nosave);
|
||||
void FCEU_ApplyPeriodicCheats(void);
|
||||
void FCEU_PowerCheats(void);
|
||||
Reference in New Issue
Block a user