linux port fixed; some cleanups
[picodrive.git] / platform / gizmondo / emu.h
index 86ab426..9aa6c50 100644 (file)
@@ -3,27 +3,7 @@
 \r
 // 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 unsigned char gfx_buffer[321*240*2*2];\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
+void emu_stateCb(const char *str);\r
 \r