gitextract_fr0538in/ ├── .gitattributes ├── .gitignore ├── .travis.yml ├── README.md ├── VGMPlay/ │ ├── .gitignore │ ├── ChipMapper.c │ ├── ChipMapper.h │ ├── Makefile │ ├── PortTalk_IOCTL.h │ ├── Stream.c │ ├── Stream.h │ ├── VGMFile.h │ ├── VGMPlay.c │ ├── VGMPlay.dsp │ ├── VGMPlay.dsw │ ├── VGMPlay.h │ ├── VGMPlay.ini │ ├── VGMPlay.sln │ ├── VGMPlay.txt │ ├── VGMPlay.vcxproj │ ├── VGMPlay.vcxproj.filters │ ├── VGMPlayUI.c │ ├── VGMPlay_AddFmts.c │ ├── VGMPlay_Intf.h │ ├── VGMPlay_Updates.txt │ ├── XMasFiles/ │ │ ├── SWJ-SQRC01_1C.h │ │ ├── SWJ-SQRC01_1C_trimmed_optimized.vgz │ │ ├── WEWISH.CMF │ │ ├── XMasBonus.h │ │ ├── clyde1_1.dro │ │ ├── lem_xmas_001_jb.dro │ │ ├── lemmings_012_tim7.vgm │ │ └── rudolph.dro │ ├── chips/ │ │ ├── 2151intf.c │ │ ├── 2151intf.h │ │ ├── 2203intf.c │ │ ├── 2203intf.h │ │ ├── 2413intf.c │ │ ├── 2413intf.h │ │ ├── 2608intf.c │ │ ├── 2608intf.h │ │ ├── 2610intf.c │ │ ├── 2610intf.h │ │ ├── 2612intf.c │ │ ├── 2612intf.h │ │ ├── 262intf.c │ │ ├── 262intf.h │ │ ├── 3526intf.c │ │ ├── 3526intf.h │ │ ├── 3812intf.c │ │ ├── 3812intf.h │ │ ├── 8950intf.c │ │ ├── 8950intf.h │ │ ├── ChipIncl.h │ │ ├── Ootake_PSG.c │ │ ├── Ootake_PSG.h │ │ ├── adlibemu.h │ │ ├── adlibemu_opl2.c │ │ ├── adlibemu_opl3.c │ │ ├── ay8910.c │ │ ├── ay8910.h │ │ ├── ay8910_opl.c │ │ ├── ay_intf.c │ │ ├── ay_intf.h │ │ ├── c140.c │ │ ├── c140.h │ │ ├── c352.c │ │ ├── c352.h │ │ ├── c6280.c │ │ ├── c6280.h │ │ ├── c6280intf.c │ │ ├── c6280intf.h │ │ ├── dac_control.c │ │ ├── dac_control.h │ │ ├── emu2149.c │ │ ├── emu2149.h │ │ ├── emu2413.c │ │ ├── emu2413.h │ │ ├── emu2413_NESpatches.txt │ │ ├── emutypes.h │ │ ├── es5503.c │ │ ├── es5503.h │ │ ├── es5506.c │ │ ├── es5506.h │ │ ├── fm.c │ │ ├── fm.h │ │ ├── fm2612.c │ │ ├── fmopl.c │ │ ├── fmopl.h │ │ ├── gb.c │ │ ├── gb.h │ │ ├── iremga20.c │ │ ├── iremga20.h │ │ ├── k051649.c │ │ ├── k051649.h │ │ ├── k053260.c │ │ ├── k053260.h │ │ ├── k054539.c │ │ ├── k054539.h │ │ ├── mamedef.h │ │ ├── multipcm.c │ │ ├── multipcm.h │ │ ├── nes_apu.c │ │ ├── nes_apu.h │ │ ├── nes_defs.h │ │ ├── nes_intf.c │ │ ├── nes_intf.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 │ │ ├── okim6258.c │ │ ├── okim6258.h │ │ ├── okim6295.c │ │ ├── okim6295.h │ │ ├── opl.c │ │ ├── opl.h │ │ ├── opll.c │ │ ├── opll.h │ │ ├── opm.c │ │ ├── opm.h │ │ ├── panning.c │ │ ├── panning.h │ │ ├── pokey.c │ │ ├── pokey.h │ │ ├── pwm.c │ │ ├── pwm.h │ │ ├── qsound_ctr.c │ │ ├── qsound_ctr.h │ │ ├── qsound_intf.c │ │ ├── qsound_intf.h │ │ ├── qsound_mame.c │ │ ├── qsound_mame.h │ │ ├── rf5c68.c │ │ ├── rf5c68.h │ │ ├── saa1099.c │ │ ├── saa1099.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 │ │ ├── sn76496.c │ │ ├── sn76496.h │ │ ├── sn76496_opl.c │ │ ├── sn764intf.c │ │ ├── sn764intf.h │ │ ├── upd7759.c │ │ ├── upd7759.h │ │ ├── vrc7tone.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 │ │ ├── ym2413_opl.c │ │ ├── ym2413hd.c │ │ ├── ym2413hd.h │ │ ├── ym2612.c │ │ ├── ym2612.h │ │ ├── ym3438.c │ │ ├── ym3438.h │ │ ├── ymdeltat.c │ │ ├── ymdeltat.h │ │ ├── ymf262.c │ │ ├── ymf262.h │ │ ├── ymf271.c │ │ ├── ymf271.h │ │ ├── ymf278b.c │ │ ├── ymf278b.h │ │ ├── ymz280b.c │ │ └── ymz280b.h │ ├── dbus.c │ ├── dbus.h │ ├── dbus_stub.c │ ├── licenses/ │ │ ├── GPL.txt │ │ ├── List.txt │ │ └── mame_license.txt │ ├── mmkeys.h │ ├── mmkeys_Win.c │ ├── mmkeys_stub.c │ ├── pt_ioctl.c │ ├── stdbool.h │ ├── vgm-player │ ├── vgm2pcm.c │ ├── vgm2wav.c │ ├── vgm2wav.dsp │ ├── vgmplay.1 │ ├── vgmspec171.txt │ ├── xdg/ │ │ ├── vgmplay-mime.xml │ │ └── vgmplay.desktop.in │ └── zlib/ │ ├── zconf.h │ ├── zdll.lib │ ├── zlib.def │ ├── zlib.h │ ├── zlib.lib │ └── zlibd.lib └── in_vgm/ ├── README.md ├── Winamp/ │ ├── DSP.H │ ├── GEN.H │ ├── IN2.H │ ├── OUT.H │ ├── ipc_pe.h │ ├── wa_dlg.h │ └── wa_ipc.h ├── dlg_cfg.c ├── dlg_fileinfo.c ├── in_vgm.c ├── in_vgm.dsp ├── in_vgm.dsw ├── in_vgm.h ├── in_vgm.rc ├── ini_func.c ├── ini_func.h └── resource.h