X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Flinux%2F940ctl_ym2612.c;h=ee63458df0be995bdf3648f5f8920214f738bc17;hb=95dc5c5e5e053ae616754c1205e480822a730ed2;hp=86435e469c0ef00abd03b51297d0b8d9651b6606;hpb=e11c55481f1703298b3e7e213f73cec8a136f974;p=picodrive.git diff --git a/platform/linux/940ctl_ym2612.c b/platform/linux/940ctl_ym2612.c index 86435e4..ee63458 100644 --- a/platform/linux/940ctl_ym2612.c +++ b/platform/linux/940ctl_ym2612.c @@ -13,7 +13,7 @@ #include "../gp2x/emu.h" #include "../gp2x/menu.h" #include "../gp2x/code940/940shared.h" -#include "../gp2x/helix/pub/mp3dec.h" +#include "../common/helix/pub/mp3dec.h" #include "../../Pico/PicoInt.h" @@ -40,19 +40,6 @@ int YM2612Write_940(unsigned int a, unsigned int v) return 0; // cause the engine to do updates once per frame only } -UINT8 YM2612Read_940(void) -{ - return YM2612Read_(); -} - - -int YM2612PicoTick_940(int n) -{ - YM2612PicoTick_(n); - - return 0; -} - void YM2612PicoStateLoad_940(void) { @@ -224,16 +211,3 @@ int mp3_get_offset(void) } -/* unimplemented... */ -void mix_16h_to_32(int *dest_buf, short *mp3_buf, int count) -{ -} - -void mix_16h_to_32_s1(int *dest_buf, short *mp3_buf, int count) -{ -} - -void mix_16h_to_32_s2(int *dest_buf, short *mp3_buf, int count) -{ -} -