some warnings fixed, nsf fixed, palettes, more code backported
[fceu.git] / cheat.h
diff --git a/cheat.h b/cheat.h
index e930f52..c951d82 100644 (file)
--- a/cheat.h
+++ b/cheat.h
@@ -1,6 +1,7 @@
 void FCEU_CheatResetRAM(void);
 void FCEU_CheatAddRAM(int s, uint32 A, uint8 *p);
 
-void LoadGameCheats(void);
-void FlushGameCheats(void);
-void ApplyPeriodicCheats(void);
+void FCEU_LoadGameCheats(FILE *override);
+void FCEU_FlushGameCheats(FILE *override, int nosave);
+void FCEU_ApplyPeriodicCheats(void);
+void FCEU_PowerCheats(void);