forked from len0rd/rockbox
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
This commit is contained in:
parent
93c6f1329a
commit
acb0917556
149 changed files with 33133 additions and 4431 deletions
15
apps/codecs/libgme/NSFSOURCES
Normal file
15
apps/codecs/libgme/NSFSOURCES
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
nes_apu.c
|
||||
nes_cpu.c
|
||||
nes_fds_apu.c
|
||||
nes_fme7_apu.c
|
||||
nes_namco_apu.c
|
||||
nes_oscs.c
|
||||
nes_vrc6_apu.c
|
||||
nes_vrc7_apu.c
|
||||
nsf_cpu.c
|
||||
nsf_emu.c
|
||||
nsfe_info.c
|
||||
blip_buffer.c
|
||||
multi_buffer.c
|
||||
rom_data.c
|
||||
emu2413.c
|
||||
Loading…
Add table
Add a link
Reference in a new issue