1 // (c) Copyright 2006-2007 notaz, All rights reserved.
\r
2 // Free for non-commercial use.
\r
4 // For commercial use, separate licencing terms must be obtained.
\r
9 enum TPicoGameState {
\r
19 extern unsigned char gfx_buffer[321*240*2*2];
\r
20 extern char romFileName[];
\r
21 extern int engineState;
\r
24 void emu_Init(void);
\r
25 void emu_Deinit(void);
\r
26 void emu_Loop(void);
\r
27 void emu_ResetGame(void);
\r
28 void emu_forcedFrame(void);
\r
30 void emu_stateCb(const char *str);
\r