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
6 extern unsigned char gfx_buffer[321*240*2*2];
\r
9 void emu_Deinit(void);
\r
10 void emu_Loop(void);
\r
11 void emu_ResetGame(void);
\r
13 void emu_stateCb(const char *str);
\r