├── .gitattributes ├── .github └── workflows │ ├── GHA.yml │ └── action-build-libvgm │ ├── action.yml │ ├── build.sh │ ├── configure.sh │ └── install.sh ├── .gitignore ├── CMakeLists.txt ├── Compiling.txt ├── Dockerfile ├── Makefile ├── _stdbool.h ├── audemutest.c ├── audio ├── AudDrv_ALSA.c ├── AudDrv_CoreAudio.c ├── AudDrv_DSound.cpp ├── AudDrv_OSS.c ├── AudDrv_Pulse.c ├── AudDrv_SADA.c ├── AudDrv_WASAPI.cpp ├── AudDrv_WaveWriter.c ├── AudDrv_WinMM.c ├── AudDrv_XAudio2.cpp ├── AudDrv_libao.c ├── AudioStream.c ├── AudioStream.h ├── AudioStream_LstFuncs.h ├── AudioStream_SpcDrvFuns.h ├── AudioStructs.h └── CMakeLists.txt ├── audiotest.c ├── cmake ├── config.cmake.in ├── joinpaths │ ├── Info.txt │ └── JoinPaths.cmake ├── libvgm.pc.in ├── sanitizers │ ├── FindASan.cmake │ ├── FindMSan.cmake │ ├── FindSanitizers.cmake │ ├── FindTSan.cmake │ ├── FindUBSan.cmake │ ├── Info.txt │ ├── asan-wrapper │ └── sanitize-helpers.cmake └── utils.cmake ├── common_def.h ├── emu ├── CMakeLists.txt ├── EmuCores.h ├── EmuHelper.h ├── EmuStructs.h ├── RatioCntr.h ├── Resampler.c ├── Resampler.h ├── SoundDevs.h ├── SoundEmu.c ├── SoundEmu.h ├── cores │ ├── 2151intf.c │ ├── 2151intf.h │ ├── 2413intf.c │ ├── 2413intf.h │ ├── 2612intf.c │ ├── 2612intf.h │ ├── 262intf.c │ ├── 262intf.h │ ├── Ootake_PSG.c │ ├── Ootake_PSG.h │ ├── Ootake_PSG_private.h │ ├── adlibemu.h │ ├── adlibemu_opl2.c │ ├── adlibemu_opl3.c │ ├── adlibemu_opl_inc.c │ ├── adlibemu_opl_inc.h │ ├── ay8910.c │ ├── ay8910.h │ ├── ayintf.c │ ├── ayintf.h │ ├── bsmt2000.c │ ├── bsmt2000.h │ ├── c140.c │ ├── c140.h │ ├── c219.c │ ├── c219.h │ ├── c352.c │ ├── c352.h │ ├── c6280_mame.c │ ├── c6280_mame.h │ ├── c6280intf.c │ ├── c6280intf.h │ ├── emu2149.c │ ├── emu2149.h │ ├── emu2149_private.h │ ├── emu2413.c │ ├── emu2413.h │ ├── emu2413_private.h │ ├── emutypes.h │ ├── es5503.c │ ├── es5503.h │ ├── es5506.c │ ├── es5506.h │ ├── fmopl.c │ ├── fmopl.h │ ├── fmopn.c │ ├── fmopn.h │ ├── fmopn_2608rom.h │ ├── gb.c │ ├── gb.h │ ├── iremga20.c │ ├── iremga20.h │ ├── k005289.c │ ├── k005289.h │ ├── k007232.c │ ├── k007232.h │ ├── k051649.c │ ├── k051649.h │ ├── k053260.c │ ├── k053260.h │ ├── k054539.c │ ├── k054539.h │ ├── mikey.c │ ├── mikey.h │ ├── msm5205.c │ ├── msm5205.h │ ├── msm5232.c │ ├── msm5232.h │ ├── multipcm.c │ ├── multipcm.h │ ├── nes_apu.c │ ├── nes_apu.h │ ├── nes_defs.h │ ├── nesintf.c │ ├── nesintf.h │ ├── np_nes_apu.c │ ├── np_nes_apu.h │ ├── np_nes_dmc.c │ ├── np_nes_dmc.h │ ├── np_nes_fds.c │ ├── np_nes_fds.h │ ├── nukedopl3.c │ ├── nukedopl3.h │ ├── nukedopl3_int.h │ ├── nukedopll.c │ ├── nukedopll.h │ ├── nukedopll_int.h │ ├── nukedopm.c │ ├── nukedopm.h │ ├── nukedopm_int.h │ ├── okiadpcm.c │ ├── okiadpcm.h │ ├── okim6258.c │ ├── okim6258.h │ ├── okim6295.c │ ├── okim6295.h │ ├── oplintf.c │ ├── oplintf.h │ ├── opll_2413tone.h │ ├── opll_281btone.h │ ├── opll_vrc7tone.h │ ├── opnintf.c │ ├── opnintf.h │ ├── pokey.c │ ├── pokey.h │ ├── pwm.c │ ├── pwm.h │ ├── qsound_ctr.c │ ├── qsound_ctr.h │ ├── qsound_mame.c │ ├── qsound_mame.h │ ├── qsoundintf.c │ ├── qsoundintf.h │ ├── rf5c68.c │ ├── rf5c68.h │ ├── rf5cintf.c │ ├── rf5cintf.h │ ├── saa1099_mame.c │ ├── saa1099_mame.h │ ├── saa1099_vb.c │ ├── saa1099_vb.h │ ├── saaintf.c │ ├── saaintf.h │ ├── scd_pcm.c │ ├── scd_pcm.h │ ├── scsp.c │ ├── scsp.h │ ├── scspdsp.c │ ├── scspdsp.h │ ├── scsplfo.c │ ├── segapcm.c │ ├── segapcm.h │ ├── sn76489.c │ ├── sn76489.h │ ├── sn76489_private.h │ ├── sn76496.c │ ├── sn76496.h │ ├── sn764intf.c │ ├── sn764intf.h │ ├── upd7759.c │ ├── upd7759.h │ ├── vsu.c │ ├── vsu.h │ ├── ws_audio.c │ ├── ws_audio.h │ ├── ws_initialIo.h │ ├── x1_010.c │ ├── x1_010.h │ ├── ym2151.c │ ├── ym2151.h │ ├── ym2413.c │ ├── ym2413.h │ ├── ym2612.c │ ├── ym2612.h │ ├── ym2612_int.h │ ├── ym3438.c │ ├── ym3438.h │ ├── ym3438_int.h │ ├── ymdeltat.c │ ├── ymdeltat.h │ ├── ymf262.c │ ├── ymf262.h │ ├── ymf271.c │ ├── ymf271.h │ ├── ymf278b.c │ ├── ymf278b.h │ ├── ymz280b.c │ └── ymz280b.h ├── dac_control.c ├── dac_control.h ├── logging.c ├── logging.h ├── panning.c ├── panning.h └── snddef.h ├── emutest.c ├── libAudio.vcxproj ├── libAudio.vcxproj.filters ├── libEmu.vcxproj ├── libEmu.vcxproj.filters ├── libVgmTest.sln ├── libVgmTest.vcxproj ├── libVgmTest.vcxproj.filters ├── libs ├── cmake_modules │ ├── FindIconv.cmake │ └── FindLibAO.cmake ├── iconv │ ├── Info.txt │ ├── include │ │ └── iconv.h │ └── lib │ │ ├── libiconv.exp │ │ └── libiconv.lib ├── include │ ├── zconf.h │ └── zlib.h ├── include_mingw │ ├── Note.txt │ ├── XAudio2.h │ ├── audiodefs.h │ ├── comdecl.h │ ├── sal_stub.h │ └── xma2defs.h ├── include_vc │ ├── XAudio2.h │ ├── audiodefs.h │ ├── comdecl.h │ └── xma2defs.h ├── include_vc6 │ └── sal.h └── lib │ ├── zdll.lib │ ├── zlib.def │ ├── zlib.lib │ ├── zlib.txt │ ├── zlib64.lib │ ├── zlib64d.lib │ └── zlibd.lib ├── player.cpp ├── player ├── CMakeLists.txt ├── dblk_compr.c ├── dblk_compr.h ├── droplayer.cpp ├── droplayer.hpp ├── gymplayer.cpp ├── gymplayer.hpp ├── helper.c ├── helper.h ├── playera.cpp ├── playera.hpp ├── playerbase.cpp ├── playerbase.hpp ├── s98player.cpp ├── s98player.hpp ├── vgmplayer.cpp ├── vgmplayer.hpp └── vgmplayer_cmdhandler.cpp ├── stdtype.h ├── utils ├── CMakeLists.txt ├── DataLoader.c ├── DataLoader.h ├── FileLoader.c ├── FileLoader.h ├── MemoryLoader.c ├── MemoryLoader.h ├── OSMutex.h ├── OSMutex_POSIX.c ├── OSMutex_Win.c ├── OSSignal.h ├── OSSignal_POSIX.c ├── OSSignal_Win.c ├── OSThread.h ├── OSThread_POSIX.c ├── OSThread_Win.c ├── StrUtils-CPConv_IConv.c ├── StrUtils-CPConv_Win.c └── StrUtils.h ├── vgm2wav.cpp ├── vgm_dbcompr_bench.c └── vgmtest.c /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/workflows/GHA.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/.github/workflows/GHA.yml -------------------------------------------------------------------------------- /.github/workflows/action-build-libvgm/action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/.github/workflows/action-build-libvgm/action.yml -------------------------------------------------------------------------------- /.github/workflows/action-build-libvgm/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/.github/workflows/action-build-libvgm/build.sh -------------------------------------------------------------------------------- /.github/workflows/action-build-libvgm/configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/.github/workflows/action-build-libvgm/configure.sh -------------------------------------------------------------------------------- /.github/workflows/action-build-libvgm/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/.github/workflows/action-build-libvgm/install.sh -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/.gitignore -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /Compiling.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/Compiling.txt -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/Dockerfile -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/Makefile -------------------------------------------------------------------------------- /_stdbool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/_stdbool.h -------------------------------------------------------------------------------- /audemutest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/audemutest.c -------------------------------------------------------------------------------- /audio/AudDrv_ALSA.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/audio/AudDrv_ALSA.c -------------------------------------------------------------------------------- /audio/AudDrv_CoreAudio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/audio/AudDrv_CoreAudio.c -------------------------------------------------------------------------------- /audio/AudDrv_DSound.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/audio/AudDrv_DSound.cpp -------------------------------------------------------------------------------- /audio/AudDrv_OSS.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/audio/AudDrv_OSS.c -------------------------------------------------------------------------------- /audio/AudDrv_Pulse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/audio/AudDrv_Pulse.c -------------------------------------------------------------------------------- /audio/AudDrv_SADA.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/audio/AudDrv_SADA.c -------------------------------------------------------------------------------- /audio/AudDrv_WASAPI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/audio/AudDrv_WASAPI.cpp -------------------------------------------------------------------------------- /audio/AudDrv_WaveWriter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/audio/AudDrv_WaveWriter.c -------------------------------------------------------------------------------- /audio/AudDrv_WinMM.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/audio/AudDrv_WinMM.c -------------------------------------------------------------------------------- /audio/AudDrv_XAudio2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/audio/AudDrv_XAudio2.cpp -------------------------------------------------------------------------------- /audio/AudDrv_libao.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/audio/AudDrv_libao.c -------------------------------------------------------------------------------- /audio/AudioStream.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/audio/AudioStream.c -------------------------------------------------------------------------------- /audio/AudioStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/audio/AudioStream.h -------------------------------------------------------------------------------- /audio/AudioStream_LstFuncs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/audio/AudioStream_LstFuncs.h -------------------------------------------------------------------------------- /audio/AudioStream_SpcDrvFuns.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/audio/AudioStream_SpcDrvFuns.h -------------------------------------------------------------------------------- /audio/AudioStructs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/audio/AudioStructs.h -------------------------------------------------------------------------------- /audio/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/audio/CMakeLists.txt -------------------------------------------------------------------------------- /audiotest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/audiotest.c -------------------------------------------------------------------------------- /cmake/config.cmake.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/cmake/config.cmake.in -------------------------------------------------------------------------------- /cmake/joinpaths/Info.txt: -------------------------------------------------------------------------------- 1 | CMake path joining from https://github.com/jtojnar/cmake-snips 2 | -------------------------------------------------------------------------------- /cmake/joinpaths/JoinPaths.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/cmake/joinpaths/JoinPaths.cmake -------------------------------------------------------------------------------- /cmake/libvgm.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/cmake/libvgm.pc.in -------------------------------------------------------------------------------- /cmake/sanitizers/FindASan.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/cmake/sanitizers/FindASan.cmake -------------------------------------------------------------------------------- /cmake/sanitizers/FindMSan.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/cmake/sanitizers/FindMSan.cmake -------------------------------------------------------------------------------- /cmake/sanitizers/FindSanitizers.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/cmake/sanitizers/FindSanitizers.cmake -------------------------------------------------------------------------------- /cmake/sanitizers/FindTSan.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/cmake/sanitizers/FindTSan.cmake -------------------------------------------------------------------------------- /cmake/sanitizers/FindUBSan.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/cmake/sanitizers/FindUBSan.cmake -------------------------------------------------------------------------------- /cmake/sanitizers/Info.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/cmake/sanitizers/Info.txt -------------------------------------------------------------------------------- /cmake/sanitizers/asan-wrapper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/cmake/sanitizers/asan-wrapper -------------------------------------------------------------------------------- /cmake/sanitizers/sanitize-helpers.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/cmake/sanitizers/sanitize-helpers.cmake -------------------------------------------------------------------------------- /cmake/utils.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/cmake/utils.cmake -------------------------------------------------------------------------------- /common_def.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/common_def.h -------------------------------------------------------------------------------- /emu/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/CMakeLists.txt -------------------------------------------------------------------------------- /emu/EmuCores.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/EmuCores.h -------------------------------------------------------------------------------- /emu/EmuHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/EmuHelper.h -------------------------------------------------------------------------------- /emu/EmuStructs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/EmuStructs.h -------------------------------------------------------------------------------- /emu/RatioCntr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/RatioCntr.h -------------------------------------------------------------------------------- /emu/Resampler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/Resampler.c -------------------------------------------------------------------------------- /emu/Resampler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/Resampler.h -------------------------------------------------------------------------------- /emu/SoundDevs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/SoundDevs.h -------------------------------------------------------------------------------- /emu/SoundEmu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/SoundEmu.c -------------------------------------------------------------------------------- /emu/SoundEmu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/SoundEmu.h -------------------------------------------------------------------------------- /emu/cores/2151intf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/2151intf.c -------------------------------------------------------------------------------- /emu/cores/2151intf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/2151intf.h -------------------------------------------------------------------------------- /emu/cores/2413intf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/2413intf.c -------------------------------------------------------------------------------- /emu/cores/2413intf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/2413intf.h -------------------------------------------------------------------------------- /emu/cores/2612intf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/2612intf.c -------------------------------------------------------------------------------- /emu/cores/2612intf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/2612intf.h -------------------------------------------------------------------------------- /emu/cores/262intf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/262intf.c -------------------------------------------------------------------------------- /emu/cores/262intf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/262intf.h -------------------------------------------------------------------------------- /emu/cores/Ootake_PSG.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/Ootake_PSG.c -------------------------------------------------------------------------------- /emu/cores/Ootake_PSG.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/Ootake_PSG.h -------------------------------------------------------------------------------- /emu/cores/Ootake_PSG_private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/Ootake_PSG_private.h -------------------------------------------------------------------------------- /emu/cores/adlibemu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/adlibemu.h -------------------------------------------------------------------------------- /emu/cores/adlibemu_opl2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/adlibemu_opl2.c -------------------------------------------------------------------------------- /emu/cores/adlibemu_opl3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/adlibemu_opl3.c -------------------------------------------------------------------------------- /emu/cores/adlibemu_opl_inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/adlibemu_opl_inc.c -------------------------------------------------------------------------------- /emu/cores/adlibemu_opl_inc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/adlibemu_opl_inc.h -------------------------------------------------------------------------------- /emu/cores/ay8910.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/ay8910.c -------------------------------------------------------------------------------- /emu/cores/ay8910.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/ay8910.h -------------------------------------------------------------------------------- /emu/cores/ayintf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/ayintf.c -------------------------------------------------------------------------------- /emu/cores/ayintf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/ayintf.h -------------------------------------------------------------------------------- /emu/cores/bsmt2000.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/bsmt2000.c -------------------------------------------------------------------------------- /emu/cores/bsmt2000.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/bsmt2000.h -------------------------------------------------------------------------------- /emu/cores/c140.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/c140.c -------------------------------------------------------------------------------- /emu/cores/c140.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/c140.h -------------------------------------------------------------------------------- /emu/cores/c219.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/c219.c -------------------------------------------------------------------------------- /emu/cores/c219.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/c219.h -------------------------------------------------------------------------------- /emu/cores/c352.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/c352.c -------------------------------------------------------------------------------- /emu/cores/c352.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/c352.h -------------------------------------------------------------------------------- /emu/cores/c6280_mame.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/c6280_mame.c -------------------------------------------------------------------------------- /emu/cores/c6280_mame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/c6280_mame.h -------------------------------------------------------------------------------- /emu/cores/c6280intf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/c6280intf.c -------------------------------------------------------------------------------- /emu/cores/c6280intf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/c6280intf.h -------------------------------------------------------------------------------- /emu/cores/emu2149.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/emu2149.c -------------------------------------------------------------------------------- /emu/cores/emu2149.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/emu2149.h -------------------------------------------------------------------------------- /emu/cores/emu2149_private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/emu2149_private.h -------------------------------------------------------------------------------- /emu/cores/emu2413.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/emu2413.c -------------------------------------------------------------------------------- /emu/cores/emu2413.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/emu2413.h -------------------------------------------------------------------------------- /emu/cores/emu2413_private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/emu2413_private.h -------------------------------------------------------------------------------- /emu/cores/emutypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/emutypes.h -------------------------------------------------------------------------------- /emu/cores/es5503.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/es5503.c -------------------------------------------------------------------------------- /emu/cores/es5503.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/es5503.h -------------------------------------------------------------------------------- /emu/cores/es5506.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/es5506.c -------------------------------------------------------------------------------- /emu/cores/es5506.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/es5506.h -------------------------------------------------------------------------------- /emu/cores/fmopl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/fmopl.c -------------------------------------------------------------------------------- /emu/cores/fmopl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/fmopl.h -------------------------------------------------------------------------------- /emu/cores/fmopn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/fmopn.c -------------------------------------------------------------------------------- /emu/cores/fmopn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/fmopn.h -------------------------------------------------------------------------------- /emu/cores/fmopn_2608rom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/fmopn_2608rom.h -------------------------------------------------------------------------------- /emu/cores/gb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/gb.c -------------------------------------------------------------------------------- /emu/cores/gb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/gb.h -------------------------------------------------------------------------------- /emu/cores/iremga20.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/iremga20.c -------------------------------------------------------------------------------- /emu/cores/iremga20.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/iremga20.h -------------------------------------------------------------------------------- /emu/cores/k005289.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/k005289.c -------------------------------------------------------------------------------- /emu/cores/k005289.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/k005289.h -------------------------------------------------------------------------------- /emu/cores/k007232.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/k007232.c -------------------------------------------------------------------------------- /emu/cores/k007232.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/k007232.h -------------------------------------------------------------------------------- /emu/cores/k051649.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/k051649.c -------------------------------------------------------------------------------- /emu/cores/k051649.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/k051649.h -------------------------------------------------------------------------------- /emu/cores/k053260.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/k053260.c -------------------------------------------------------------------------------- /emu/cores/k053260.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/k053260.h -------------------------------------------------------------------------------- /emu/cores/k054539.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/k054539.c -------------------------------------------------------------------------------- /emu/cores/k054539.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/k054539.h -------------------------------------------------------------------------------- /emu/cores/mikey.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/mikey.c -------------------------------------------------------------------------------- /emu/cores/mikey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/mikey.h -------------------------------------------------------------------------------- /emu/cores/msm5205.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/msm5205.c -------------------------------------------------------------------------------- /emu/cores/msm5205.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/msm5205.h -------------------------------------------------------------------------------- /emu/cores/msm5232.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/msm5232.c -------------------------------------------------------------------------------- /emu/cores/msm5232.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/msm5232.h -------------------------------------------------------------------------------- /emu/cores/multipcm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/multipcm.c -------------------------------------------------------------------------------- /emu/cores/multipcm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/multipcm.h -------------------------------------------------------------------------------- /emu/cores/nes_apu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/nes_apu.c -------------------------------------------------------------------------------- /emu/cores/nes_apu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/nes_apu.h -------------------------------------------------------------------------------- /emu/cores/nes_defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/nes_defs.h -------------------------------------------------------------------------------- /emu/cores/nesintf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/nesintf.c -------------------------------------------------------------------------------- /emu/cores/nesintf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/nesintf.h -------------------------------------------------------------------------------- /emu/cores/np_nes_apu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/np_nes_apu.c -------------------------------------------------------------------------------- /emu/cores/np_nes_apu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/np_nes_apu.h -------------------------------------------------------------------------------- /emu/cores/np_nes_dmc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/np_nes_dmc.c -------------------------------------------------------------------------------- /emu/cores/np_nes_dmc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/np_nes_dmc.h -------------------------------------------------------------------------------- /emu/cores/np_nes_fds.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/np_nes_fds.c -------------------------------------------------------------------------------- /emu/cores/np_nes_fds.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/np_nes_fds.h -------------------------------------------------------------------------------- /emu/cores/nukedopl3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/nukedopl3.c -------------------------------------------------------------------------------- /emu/cores/nukedopl3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/nukedopl3.h -------------------------------------------------------------------------------- /emu/cores/nukedopl3_int.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/nukedopl3_int.h -------------------------------------------------------------------------------- /emu/cores/nukedopll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/nukedopll.c -------------------------------------------------------------------------------- /emu/cores/nukedopll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/nukedopll.h -------------------------------------------------------------------------------- /emu/cores/nukedopll_int.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/nukedopll_int.h -------------------------------------------------------------------------------- /emu/cores/nukedopm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/nukedopm.c -------------------------------------------------------------------------------- /emu/cores/nukedopm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/nukedopm.h -------------------------------------------------------------------------------- /emu/cores/nukedopm_int.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/nukedopm_int.h -------------------------------------------------------------------------------- /emu/cores/okiadpcm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/okiadpcm.c -------------------------------------------------------------------------------- /emu/cores/okiadpcm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/okiadpcm.h -------------------------------------------------------------------------------- /emu/cores/okim6258.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/okim6258.c -------------------------------------------------------------------------------- /emu/cores/okim6258.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/okim6258.h -------------------------------------------------------------------------------- /emu/cores/okim6295.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/okim6295.c -------------------------------------------------------------------------------- /emu/cores/okim6295.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/okim6295.h -------------------------------------------------------------------------------- /emu/cores/oplintf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/oplintf.c -------------------------------------------------------------------------------- /emu/cores/oplintf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/oplintf.h -------------------------------------------------------------------------------- /emu/cores/opll_2413tone.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/opll_2413tone.h -------------------------------------------------------------------------------- /emu/cores/opll_281btone.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/opll_281btone.h -------------------------------------------------------------------------------- /emu/cores/opll_vrc7tone.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/opll_vrc7tone.h -------------------------------------------------------------------------------- /emu/cores/opnintf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/opnintf.c -------------------------------------------------------------------------------- /emu/cores/opnintf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/opnintf.h -------------------------------------------------------------------------------- /emu/cores/pokey.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/pokey.c -------------------------------------------------------------------------------- /emu/cores/pokey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/pokey.h -------------------------------------------------------------------------------- /emu/cores/pwm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/pwm.c -------------------------------------------------------------------------------- /emu/cores/pwm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/pwm.h -------------------------------------------------------------------------------- /emu/cores/qsound_ctr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/qsound_ctr.c -------------------------------------------------------------------------------- /emu/cores/qsound_ctr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/qsound_ctr.h -------------------------------------------------------------------------------- /emu/cores/qsound_mame.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/qsound_mame.c -------------------------------------------------------------------------------- /emu/cores/qsound_mame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/qsound_mame.h -------------------------------------------------------------------------------- /emu/cores/qsoundintf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/qsoundintf.c -------------------------------------------------------------------------------- /emu/cores/qsoundintf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/qsoundintf.h -------------------------------------------------------------------------------- /emu/cores/rf5c68.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/rf5c68.c -------------------------------------------------------------------------------- /emu/cores/rf5c68.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/rf5c68.h -------------------------------------------------------------------------------- /emu/cores/rf5cintf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/rf5cintf.c -------------------------------------------------------------------------------- /emu/cores/rf5cintf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/rf5cintf.h -------------------------------------------------------------------------------- /emu/cores/saa1099_mame.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/saa1099_mame.c -------------------------------------------------------------------------------- /emu/cores/saa1099_mame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/saa1099_mame.h -------------------------------------------------------------------------------- /emu/cores/saa1099_vb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/saa1099_vb.c -------------------------------------------------------------------------------- /emu/cores/saa1099_vb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/saa1099_vb.h -------------------------------------------------------------------------------- /emu/cores/saaintf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/saaintf.c -------------------------------------------------------------------------------- /emu/cores/saaintf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/saaintf.h -------------------------------------------------------------------------------- /emu/cores/scd_pcm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/scd_pcm.c -------------------------------------------------------------------------------- /emu/cores/scd_pcm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/scd_pcm.h -------------------------------------------------------------------------------- /emu/cores/scsp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/scsp.c -------------------------------------------------------------------------------- /emu/cores/scsp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/scsp.h -------------------------------------------------------------------------------- /emu/cores/scspdsp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/scspdsp.c -------------------------------------------------------------------------------- /emu/cores/scspdsp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/scspdsp.h -------------------------------------------------------------------------------- /emu/cores/scsplfo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/scsplfo.c -------------------------------------------------------------------------------- /emu/cores/segapcm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/segapcm.c -------------------------------------------------------------------------------- /emu/cores/segapcm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/segapcm.h -------------------------------------------------------------------------------- /emu/cores/sn76489.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/sn76489.c -------------------------------------------------------------------------------- /emu/cores/sn76489.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/sn76489.h -------------------------------------------------------------------------------- /emu/cores/sn76489_private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/sn76489_private.h -------------------------------------------------------------------------------- /emu/cores/sn76496.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/sn76496.c -------------------------------------------------------------------------------- /emu/cores/sn76496.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/sn76496.h -------------------------------------------------------------------------------- /emu/cores/sn764intf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/sn764intf.c -------------------------------------------------------------------------------- /emu/cores/sn764intf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/sn764intf.h -------------------------------------------------------------------------------- /emu/cores/upd7759.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/upd7759.c -------------------------------------------------------------------------------- /emu/cores/upd7759.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/upd7759.h -------------------------------------------------------------------------------- /emu/cores/vsu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/vsu.c -------------------------------------------------------------------------------- /emu/cores/vsu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/vsu.h -------------------------------------------------------------------------------- /emu/cores/ws_audio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/ws_audio.c -------------------------------------------------------------------------------- /emu/cores/ws_audio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/ws_audio.h -------------------------------------------------------------------------------- /emu/cores/ws_initialIo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/ws_initialIo.h -------------------------------------------------------------------------------- /emu/cores/x1_010.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/x1_010.c -------------------------------------------------------------------------------- /emu/cores/x1_010.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/x1_010.h -------------------------------------------------------------------------------- /emu/cores/ym2151.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/ym2151.c -------------------------------------------------------------------------------- /emu/cores/ym2151.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/ym2151.h -------------------------------------------------------------------------------- /emu/cores/ym2413.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/ym2413.c -------------------------------------------------------------------------------- /emu/cores/ym2413.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/ym2413.h -------------------------------------------------------------------------------- /emu/cores/ym2612.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/ym2612.c -------------------------------------------------------------------------------- /emu/cores/ym2612.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/ym2612.h -------------------------------------------------------------------------------- /emu/cores/ym2612_int.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/ym2612_int.h -------------------------------------------------------------------------------- /emu/cores/ym3438.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/ym3438.c -------------------------------------------------------------------------------- /emu/cores/ym3438.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/ym3438.h -------------------------------------------------------------------------------- /emu/cores/ym3438_int.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/ym3438_int.h -------------------------------------------------------------------------------- /emu/cores/ymdeltat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/ymdeltat.c -------------------------------------------------------------------------------- /emu/cores/ymdeltat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/ymdeltat.h -------------------------------------------------------------------------------- /emu/cores/ymf262.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/ymf262.c -------------------------------------------------------------------------------- /emu/cores/ymf262.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/ymf262.h -------------------------------------------------------------------------------- /emu/cores/ymf271.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/ymf271.c -------------------------------------------------------------------------------- /emu/cores/ymf271.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/ymf271.h -------------------------------------------------------------------------------- /emu/cores/ymf278b.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/ymf278b.c -------------------------------------------------------------------------------- /emu/cores/ymf278b.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/ymf278b.h -------------------------------------------------------------------------------- /emu/cores/ymz280b.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/ymz280b.c -------------------------------------------------------------------------------- /emu/cores/ymz280b.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/cores/ymz280b.h -------------------------------------------------------------------------------- /emu/dac_control.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/dac_control.c -------------------------------------------------------------------------------- /emu/dac_control.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/dac_control.h -------------------------------------------------------------------------------- /emu/logging.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/logging.c -------------------------------------------------------------------------------- /emu/logging.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/logging.h -------------------------------------------------------------------------------- /emu/panning.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/panning.c -------------------------------------------------------------------------------- /emu/panning.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/panning.h -------------------------------------------------------------------------------- /emu/snddef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emu/snddef.h -------------------------------------------------------------------------------- /emutest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/emutest.c -------------------------------------------------------------------------------- /libAudio.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/libAudio.vcxproj -------------------------------------------------------------------------------- /libAudio.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/libAudio.vcxproj.filters -------------------------------------------------------------------------------- /libEmu.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/libEmu.vcxproj -------------------------------------------------------------------------------- /libEmu.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/libEmu.vcxproj.filters -------------------------------------------------------------------------------- /libVgmTest.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/libVgmTest.sln -------------------------------------------------------------------------------- /libVgmTest.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/libVgmTest.vcxproj -------------------------------------------------------------------------------- /libVgmTest.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/libVgmTest.vcxproj.filters -------------------------------------------------------------------------------- /libs/cmake_modules/FindIconv.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/libs/cmake_modules/FindIconv.cmake -------------------------------------------------------------------------------- /libs/cmake_modules/FindLibAO.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/libs/cmake_modules/FindLibAO.cmake -------------------------------------------------------------------------------- /libs/iconv/Info.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/libs/iconv/Info.txt -------------------------------------------------------------------------------- /libs/iconv/include/iconv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/libs/iconv/include/iconv.h -------------------------------------------------------------------------------- /libs/iconv/lib/libiconv.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/libs/iconv/lib/libiconv.exp -------------------------------------------------------------------------------- /libs/iconv/lib/libiconv.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/libs/iconv/lib/libiconv.lib -------------------------------------------------------------------------------- /libs/include/zconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/libs/include/zconf.h -------------------------------------------------------------------------------- /libs/include/zlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/libs/include/zlib.h -------------------------------------------------------------------------------- /libs/include_mingw/Note.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/libs/include_mingw/Note.txt -------------------------------------------------------------------------------- /libs/include_mingw/XAudio2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/libs/include_mingw/XAudio2.h -------------------------------------------------------------------------------- /libs/include_mingw/audiodefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/libs/include_mingw/audiodefs.h -------------------------------------------------------------------------------- /libs/include_mingw/comdecl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/libs/include_mingw/comdecl.h -------------------------------------------------------------------------------- /libs/include_mingw/sal_stub.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/libs/include_mingw/sal_stub.h -------------------------------------------------------------------------------- /libs/include_mingw/xma2defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/libs/include_mingw/xma2defs.h -------------------------------------------------------------------------------- /libs/include_vc/XAudio2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/libs/include_vc/XAudio2.h -------------------------------------------------------------------------------- /libs/include_vc/audiodefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/libs/include_vc/audiodefs.h -------------------------------------------------------------------------------- /libs/include_vc/comdecl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/libs/include_vc/comdecl.h -------------------------------------------------------------------------------- /libs/include_vc/xma2defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/libs/include_vc/xma2defs.h -------------------------------------------------------------------------------- /libs/include_vc6/sal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/libs/include_vc6/sal.h -------------------------------------------------------------------------------- /libs/lib/zdll.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/libs/lib/zdll.lib -------------------------------------------------------------------------------- /libs/lib/zlib.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/libs/lib/zlib.def -------------------------------------------------------------------------------- /libs/lib/zlib.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/libs/lib/zlib.lib -------------------------------------------------------------------------------- /libs/lib/zlib.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/libs/lib/zlib.txt -------------------------------------------------------------------------------- /libs/lib/zlib64.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/libs/lib/zlib64.lib -------------------------------------------------------------------------------- /libs/lib/zlib64d.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/libs/lib/zlib64d.lib -------------------------------------------------------------------------------- /libs/lib/zlibd.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/libs/lib/zlibd.lib -------------------------------------------------------------------------------- /player.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/player.cpp -------------------------------------------------------------------------------- /player/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/player/CMakeLists.txt -------------------------------------------------------------------------------- /player/dblk_compr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/player/dblk_compr.c -------------------------------------------------------------------------------- /player/dblk_compr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/player/dblk_compr.h -------------------------------------------------------------------------------- /player/droplayer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/player/droplayer.cpp -------------------------------------------------------------------------------- /player/droplayer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/player/droplayer.hpp -------------------------------------------------------------------------------- /player/gymplayer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/player/gymplayer.cpp -------------------------------------------------------------------------------- /player/gymplayer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/player/gymplayer.hpp -------------------------------------------------------------------------------- /player/helper.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/player/helper.c -------------------------------------------------------------------------------- /player/helper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/player/helper.h -------------------------------------------------------------------------------- /player/playera.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/player/playera.cpp -------------------------------------------------------------------------------- /player/playera.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/player/playera.hpp -------------------------------------------------------------------------------- /player/playerbase.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/player/playerbase.cpp -------------------------------------------------------------------------------- /player/playerbase.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/player/playerbase.hpp -------------------------------------------------------------------------------- /player/s98player.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/player/s98player.cpp -------------------------------------------------------------------------------- /player/s98player.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/player/s98player.hpp -------------------------------------------------------------------------------- /player/vgmplayer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/player/vgmplayer.cpp -------------------------------------------------------------------------------- /player/vgmplayer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/player/vgmplayer.hpp -------------------------------------------------------------------------------- /player/vgmplayer_cmdhandler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/player/vgmplayer_cmdhandler.cpp -------------------------------------------------------------------------------- /stdtype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/stdtype.h -------------------------------------------------------------------------------- /utils/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/utils/CMakeLists.txt -------------------------------------------------------------------------------- /utils/DataLoader.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/utils/DataLoader.c -------------------------------------------------------------------------------- /utils/DataLoader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/utils/DataLoader.h -------------------------------------------------------------------------------- /utils/FileLoader.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/utils/FileLoader.c -------------------------------------------------------------------------------- /utils/FileLoader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/utils/FileLoader.h -------------------------------------------------------------------------------- /utils/MemoryLoader.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/utils/MemoryLoader.c -------------------------------------------------------------------------------- /utils/MemoryLoader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/utils/MemoryLoader.h -------------------------------------------------------------------------------- /utils/OSMutex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/utils/OSMutex.h -------------------------------------------------------------------------------- /utils/OSMutex_POSIX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/utils/OSMutex_POSIX.c -------------------------------------------------------------------------------- /utils/OSMutex_Win.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/utils/OSMutex_Win.c -------------------------------------------------------------------------------- /utils/OSSignal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/utils/OSSignal.h -------------------------------------------------------------------------------- /utils/OSSignal_POSIX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/utils/OSSignal_POSIX.c -------------------------------------------------------------------------------- /utils/OSSignal_Win.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/utils/OSSignal_Win.c -------------------------------------------------------------------------------- /utils/OSThread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/utils/OSThread.h -------------------------------------------------------------------------------- /utils/OSThread_POSIX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/utils/OSThread_POSIX.c -------------------------------------------------------------------------------- /utils/OSThread_Win.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/utils/OSThread_Win.c -------------------------------------------------------------------------------- /utils/StrUtils-CPConv_IConv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/utils/StrUtils-CPConv_IConv.c -------------------------------------------------------------------------------- /utils/StrUtils-CPConv_Win.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/utils/StrUtils-CPConv_Win.c -------------------------------------------------------------------------------- /utils/StrUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/utils/StrUtils.h -------------------------------------------------------------------------------- /vgm2wav.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/vgm2wav.cpp -------------------------------------------------------------------------------- /vgm_dbcompr_bench.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/vgm_dbcompr_bench.c -------------------------------------------------------------------------------- /vgmtest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/libvgm/HEAD/vgmtest.c --------------------------------------------------------------------------------