X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fgizmondo%2Femu.h;h=c7d58c0ff77a12e1cacb202a32dfa29c644bd288;hb=9db6a54485501b56b0f2f5db4d093c38fe495bda;hp=dcff7a9b98d236ca116ccb8140c1e99f0b79445c;hpb=1fb0dd88aa0c2a05a54f1f3aead0542521285f6c;p=picodrive.git diff --git a/platform/gizmondo/emu.h b/platform/gizmondo/emu.h index dcff7a9..c7d58c0 100644 --- a/platform/gizmondo/emu.h +++ b/platform/gizmondo/emu.h @@ -1,17 +1,4 @@ -// (c) Copyright 2006-2007 notaz, All rights reserved. -// Free for non-commercial use. - -// For commercial use, separate licencing terms must be obtained. - 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_stateCb(const char *str);