dcff7a9b98d236ca116ccb8140c1e99f0b79445c
[picodrive.git] / platform / gizmondo / emu.h
1 // (c) Copyright 2006-2007 notaz, All rights reserved.\r
2 // Free for non-commercial use.\r
3 \r
4 // For commercial use, separate licencing terms must be obtained.\r
5 \r
6 extern unsigned char gfx_buffer[321*240*2*2];\r
7 extern char romFileName[];\r
8 extern int engineState;\r
9 \r
10 \r
11 void emu_Init(void);\r
12 void emu_Deinit(void);\r
13 void emu_Loop(void);\r
14 void emu_ResetGame(void);\r
15 \r
16 void emu_stateCb(const char *str);\r
17 \r