don't click here

VGM (PCM) Data Dumper

Discussion in 'Engineering & Reverse Engineering' started by Oerg866, Nov 9, 2009.

Thread Status:
Not open for further replies.
  1. Code (Text):
    1. VGM data dumper v1.5 - (C) 2009 Oerg866 Software
    2.  
    3. http://oerg866.gulli.to
    4.  
    5. usage: dump.exe <filename>
    6.  
    7. Creates a folder named 'out'
    8. This folder contains the following files:
    9.  
    10. datablock.bin - Contains any (PCM) data blocks
    11. register0.bin - Contains any data written to YM2612 port 0
    12. register1.bin - Contains any data written to YM2612 port 1
    13. (temp.vgm)&nbsp;&nbsp;&nbsp;&nbsp;- Uncompressed VGM file. Only created if original
    14. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;file was compressed.
    15.  
    16. Press any key to exit.
    Useful to get PCM Samples from VGMs. Should work with every VGM file.

    Download
    Contains dump.exe, gzip.exe for decompression and dump.bas (PowerBASIC Console Compiler 5.x Source)
     
Thread Status:
Not open for further replies.