1
0
Fork 0
forked from len0rd/rockbox

codecs: Add support for the 'VTX' ZX Spectrum chiptunes format.

This codec requires floating point.

Original author:  Peter Sovietov
Ported to Rockbox:  Roman Skylarov
Further integration and bugfixes:  Solomon Peachy

Change-Id: I781ecd3592dfcdbbc694063334350342534f1d6c
This commit is contained in:
Solomon Peachy 2020-09-26 17:19:07 -04:00
parent 278522f811
commit 4231c2c83f
29 changed files with 1642 additions and 41 deletions

View file

@ -34,6 +34,9 @@ wav64.c
tta.c
wmapro.c
ay.c
#ifdef HAVE_FPU
vtx.c
#endif
gbs.c
hes.c
nsf.c