X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fgizmondo%2Femu.h;h=c7d58c0ff77a12e1cacb202a32dfa29c644bd288;hb=e8b6193660a3227fcd113a1eb82ed48727ca8195;hp=581672ab5c368e6b79c328a5318ec815cda8e4e4;hpb=c77ca79e899d9cff96f90a2c5b6a866cf02ed47e;p=picodrive.git diff --git a/platform/gizmondo/emu.h b/platform/gizmondo/emu.h index 581672a..c7d58c0 100644 --- a/platform/gizmondo/emu.h +++ b/platform/gizmondo/emu.h @@ -1,31 +1,4 @@ -// (c) Copyright 2006-2007 notaz, All rights reserved. -// Free for non-commercial use. - -// For commercial use, separate licencing terms must be obtained. - - - -// engine states -enum TPicoGameState { - PGS_Paused = 1, - PGS_Running, - PGS_Quit, - PGS_KeyConfig, - PGS_ReloadRom, - PGS_Menu, - PGS_RestartRun, -}; - extern unsigned char gfx_buffer[321*240*2*2]; -extern char romFileName[]; -extern int engineState; - - -void emu_Init(void); -void emu_Deinit(void); -void emu_Loop(void); -void emu_ResetGame(void); -void emu_forcedFrame(void); void emu_stateCb(const char *str);