X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=linux%2F940ctl_ym2612.c;h=50b32e3b74dcb7044537e55e2bbdf665cbfe67c1;hb=fa8d133192876a802fbac43c0a0bfe4f5f85b682;hp=b6b593ac712b6861bc3c01902d298d202e3f940a;hpb=1b32174aacc74b944a1d090b2d2af5a34d35cfab;p=libpicofe.git diff --git a/linux/940ctl_ym2612.c b/linux/940ctl_ym2612.c index b6b593a..50b32e3 100644 --- a/linux/940ctl_ym2612.c +++ b/linux/940ctl_ym2612.c @@ -1,4 +1,5 @@ /* faked 940 code just uses local copy of ym2612 */ +/* TODO: rm this */ #include #include #include @@ -8,13 +9,12 @@ #include #include -#include "../../Pico/sound/ym2612.h" -#include "../gp2x/gp2x.h" +#include "../../pico/sound/ym2612.h" +//#include "../gp2x/gp2x.h" #include "../gp2x/emu.h" -#include "../gp2x/menu.h" #include "../gp2x/code940/940shared.h" #include "../common/helix/pub/mp3dec.h" -#include "../../Pico/PicoInt.h" +#include "../../pico/pico_int.h" // static _940_data_t shared_data_;