X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2F940ctl.c;h=f6073d0edf68d63afedde228d968dedf4d84f022;hb=8e77275edade55d89b0723a60ab4ef1e2ec288de;hp=462482243c1afff84c01a5f361b8ca54f4edab1e;hpb=fa5e045bdc817112c1abf19e65e2d3481d51c48a;p=libpicofe.git diff --git a/gp2x/940ctl.c b/gp2x/940ctl.c index 4624822..f6073d0 100644 --- a/gp2x/940ctl.c +++ b/gp2x/940ctl.c @@ -13,7 +13,6 @@ #include "code940/940shared.h" #include "soc_mmsp2.h" #include "soc.h" -#include "emu.h" #include "../common/mp3.h" #include "../common/arm_utils.h" #include "../common/menu.h" @@ -22,7 +21,6 @@ #include "../../pico/sound/ym2612.h" #include "../../pico/sound/mix.h" -extern int reset_timing; static unsigned char *shared_mem = 0; static _940_data_t *shared_data = 0; _940_ctl_t *shared_ctl = 0;