mmitch / gbsplay

gameboy sound player

Home Page:https://mmitch.github.io/gbsplay/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support for dumping into the VGM file format

untoxa opened this issue · comments

commented

it is rather simple. description is here: https://vgmrips.net/wiki/VGM_Specification
no need to support all the commands, "dmg reg write", "wait 1 frame"/"Wait n samples,", "end of sound data" will be more than enough, the simpler the better.
thank you.

Oh, forgot to reply here. Implemented VGM output in 81527f9.