├── AUTHORS ├── ChangeLog ├── Makefile.am ├── NEWS ├── README ├── README.VICE ├── THANKS ├── TODO ├── configure.in ├── dac.cc ├── dac.h ├── envelope.cc ├── envelope.h ├── extfilt.cc ├── extfilt.h ├── filter.cc ├── filter.h ├── filter8580new.cc ├── filter8580new.h ├── pot.cc ├── pot.h ├── resid-config.h ├── samp2src.pl ├── sid.cc ├── sid.h ├── siddefs.h.in ├── spline.h ├── version.cc ├── voice.cc ├── voice.h ├── wave.cc ├── wave.h ├── wave6581_PST.dat ├── wave6581_PS_.dat ├── wave6581_P_T.dat ├── wave6581__ST.dat ├── wave8580_PST.dat ├── wave8580_PS_.dat ├── wave8580_P_T.dat └── wave8580__ST.dat /AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libsidplayfp/resid/HEAD/AUTHORS -------------------------------------------------------------------------------- /ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libsidplayfp/resid/HEAD/ChangeLog -------------------------------------------------------------------------------- /Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libsidplayfp/resid/HEAD/Makefile.am -------------------------------------------------------------------------------- /NEWS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libsidplayfp/resid/HEAD/NEWS -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libsidplayfp/resid/HEAD/README -------------------------------------------------------------------------------- /README.VICE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libsidplayfp/resid/HEAD/README.VICE -------------------------------------------------------------------------------- /THANKS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libsidplayfp/resid/HEAD/THANKS -------------------------------------------------------------------------------- /TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libsidplayfp/resid/HEAD/TODO -------------------------------------------------------------------------------- /configure.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libsidplayfp/resid/HEAD/configure.in -------------------------------------------------------------------------------- /dac.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libsidplayfp/resid/HEAD/dac.cc -------------------------------------------------------------------------------- /dac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libsidplayfp/resid/HEAD/dac.h -------------------------------------------------------------------------------- /envelope.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libsidplayfp/resid/HEAD/envelope.cc -------------------------------------------------------------------------------- /envelope.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libsidplayfp/resid/HEAD/envelope.h -------------------------------------------------------------------------------- /extfilt.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libsidplayfp/resid/HEAD/extfilt.cc -------------------------------------------------------------------------------- /extfilt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libsidplayfp/resid/HEAD/extfilt.h -------------------------------------------------------------------------------- /filter.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libsidplayfp/resid/HEAD/filter.cc -------------------------------------------------------------------------------- /filter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libsidplayfp/resid/HEAD/filter.h -------------------------------------------------------------------------------- /filter8580new.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libsidplayfp/resid/HEAD/filter8580new.cc -------------------------------------------------------------------------------- /filter8580new.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libsidplayfp/resid/HEAD/filter8580new.h -------------------------------------------------------------------------------- /pot.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libsidplayfp/resid/HEAD/pot.cc -------------------------------------------------------------------------------- /pot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libsidplayfp/resid/HEAD/pot.h -------------------------------------------------------------------------------- /resid-config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libsidplayfp/resid/HEAD/resid-config.h -------------------------------------------------------------------------------- /samp2src.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libsidplayfp/resid/HEAD/samp2src.pl -------------------------------------------------------------------------------- /sid.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libsidplayfp/resid/HEAD/sid.cc -------------------------------------------------------------------------------- /sid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libsidplayfp/resid/HEAD/sid.h -------------------------------------------------------------------------------- /siddefs.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libsidplayfp/resid/HEAD/siddefs.h.in -------------------------------------------------------------------------------- /spline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libsidplayfp/resid/HEAD/spline.h -------------------------------------------------------------------------------- /version.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libsidplayfp/resid/HEAD/version.cc -------------------------------------------------------------------------------- /voice.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libsidplayfp/resid/HEAD/voice.cc -------------------------------------------------------------------------------- /voice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libsidplayfp/resid/HEAD/voice.h -------------------------------------------------------------------------------- /wave.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libsidplayfp/resid/HEAD/wave.cc -------------------------------------------------------------------------------- /wave.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libsidplayfp/resid/HEAD/wave.h -------------------------------------------------------------------------------- /wave6581_PST.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libsidplayfp/resid/HEAD/wave6581_PST.dat -------------------------------------------------------------------------------- /wave6581_PS_.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libsidplayfp/resid/HEAD/wave6581_PS_.dat -------------------------------------------------------------------------------- /wave6581_P_T.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libsidplayfp/resid/HEAD/wave6581_P_T.dat -------------------------------------------------------------------------------- /wave6581__ST.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libsidplayfp/resid/HEAD/wave6581__ST.dat -------------------------------------------------------------------------------- /wave8580_PST.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libsidplayfp/resid/HEAD/wave8580_PST.dat -------------------------------------------------------------------------------- /wave8580_PS_.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libsidplayfp/resid/HEAD/wave8580_PS_.dat -------------------------------------------------------------------------------- /wave8580_P_T.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libsidplayfp/resid/HEAD/wave8580_P_T.dat -------------------------------------------------------------------------------- /wave8580__ST.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libsidplayfp/resid/HEAD/wave8580__ST.dat --------------------------------------------------------------------------------