Wohlstand / OPN2BankEditor

A small cross-platform editor of the OPN2 FM banks of different formats (Downloads in README below)
GNU General Public License v3.0
40 stars 8 forks source link

fixed offset problem of the vgm file reader #77

Closed jpcima closed 5 years ago

jpcima commented 5 years ago

With vgz being merged, it has also merged a VGM fix. However this fix can disrupt the way how data stream is read when the data offset is misinterpreted, because the second fix was not part of the branch.

It means that files which were working before (by chance) can maybe no longer work. (happened to me on OPL-BE side)

It's the fix found in YM2151 branch by itself, which is recommendable to pick.