Results 59 comments of ValleyBell

good point - the same is true for the YMF278 (OPL4), which requires an OPL3 core

That sounds like a neat idea, actually. Maybe we should put that information in emu/cores/README.md so that it shows up on GitHub when opening the folder?

Ah, it looks like the VGM header is faulty and contains garbage data. (bytes 0xE4 to 0xFF, which is supposed to be chip clocks) I'll have a look at where...

fixed by 1271ab3 Cause: The garbage data causes a Mikey chip clock of 146 459 965 to be defined, which results in a 9.1 MHz chip sample rate. The code...

The eventual play is to have a separate "flags" parameter that allows the user to switch between various time formats. - with or without loops - actual (playback) time or...

Does 77909e3f0d14500f8bc7b7a4aeb781d91decdc66 add all the options you need?

I finally set up my MSYS toolchain and tried this. Unfortunately I can't reproduce this error. ``` user@host MINGW64 /d/VStudio-Programme/VC2010/libvgm $ mkdir build-msys && cd build-msys user@host MINGW64 /d/VStudio-Programme/VC2010/libvgm/build-msys $...

umm... "Class not registered"??? It looks like certain Windows 10 versions don't support XAudio2. That's news to me. I should definitely make a separate error code for that case and...

Thanks - that's nice to know. I think that my RCP converter should be pretty good by now (and only slightly worse than shingo45endo's rcm2smf), but I will probably use...