X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2Femu.c;h=585c1d5544c6631df7e56c22c0e2fcaff2bda2a1;hb=d572cbad9886a04f8c51edb825dc6aaec9b02e23;hp=69a464ea12216ddfe096331e655d6a06de1c75b1;hpb=9c0d458840d6eb0216232eabd3ca29b57f638c92;p=libpicofe.git diff --git a/gp2x/emu.c b/gp2x/emu.c index 69a464e..585c1d5 100644 --- a/gp2x/emu.c +++ b/gp2x/emu.c @@ -16,6 +16,7 @@ #include "emu.h" #include "gp2x.h" +#include "soc.h" #include "../common/menu.h" #include "../common/arm_utils.h" #include "../common/fonts.h" @@ -40,8 +41,6 @@ #endif -int select_exits = 0; - extern int crashed_940; static short __attribute__((aligned(4))) sndBuffer[2*44100/50]; @@ -1017,7 +1016,7 @@ const char *plat_get_credits(void) "Reesy & FluBBa: DrZ80 core\n" "MAME devs: YM2612 and SN76496 cores\n" "rlyeh and others: minimal SDK\n" - "Squidge: squidgehack\n" + "Squidge: mmuhack\n" "Dzz: ARM940 sample\n" "GnoStiC / Puck2099: USB joy code\n" "craigix: GP2X hardware\n"