drc: support ms ABI
[picodrive.git] / platform / gizmondo / emu.h
index 581672a..c7d58c0 100644 (file)
@@ -1,31 +1,4 @@
-// (c) Copyright 2006-2007 notaz, All rights reserved.\r
-// Free for non-commercial use.\r
-\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
 \r
 void emu_stateCb(const char *str);\r
 \r