From acb0917556fc33681c1df5a530cf754193e67705 Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Sun, 7 Aug 2011 20:01:04 +0000 Subject: Submit initial patch from FS#12176. Adds support for several new game music formats (AY, GBS, HES, KSS, SGC, VGM and VGZ) and replaces the current NSF and NSFE with a new implementation based on a port of the Game Music Emu library 'GME'. This first submit does not cover the full functionality provided by the author's original patch: Coleco-SGV is not supported, some GME-specific m3u-support has been removed and IRAM is not used yet. Further changes are very likely to follow this submit. Thanks to Mauricio Garrido. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30264 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libgme/SGCSOURCES | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 apps/codecs/libgme/SGCSOURCES (limited to 'apps/codecs/libgme/SGCSOURCES') diff --git a/apps/codecs/libgme/SGCSOURCES b/apps/codecs/libgme/SGCSOURCES new file mode 100644 index 0000000000..72b06efef9 --- /dev/null +++ b/apps/codecs/libgme/SGCSOURCES @@ -0,0 +1,10 @@ +sgc_cpu.c +sgc_emu.c +sms_apu.c +sms_fm_apu.c +ym2413_emu.c +z80_cpu.c +blip_buffer.c +multi_buffer.c +rom_data.c +emu2413.c -- cgit v1.2.3