further prep for Wiz port. Cleanups, rm cpuctrl mmuhack; add warm
[libpicofe.git] / gp2x / emu.h
index 8eddd1f..20342d1 100644 (file)
@@ -4,27 +4,9 @@
 // For commercial use, separate licencing terms must be obtained.\r
 \r
 \r
-\r
-// engine states\r
-enum TPicoGameState {\r
-       PGS_Paused = 1,\r
-       PGS_Running,\r
-       PGS_Quit,\r
-       PGS_KeyConfig,\r
-       PGS_ReloadRom,\r
-       PGS_Menu,\r
-       PGS_RestartRun,\r
-};\r
-\r
-extern char romFileName[];\r
-extern int engineState;\r
-\r
-\r
 void emu_Init(void);\r
 void emu_Deinit(void);\r
 void emu_Loop(void);\r
-void emu_ResetGame(void);\r
-void emu_forcedFrame(void);\r
 \r
 void osd_text(int x, int y, const char *text);\r
 \r