-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
YM2151 raw importer #74
Conversation
don't merge it yet, while I figure out the key-on correctly. |
The problem is maybe a generic one of the raw chips. This is a vgm pack which has been tried. |
@Wohlstand VGM reader is bad. look at this case. It encounters this data. It will meet this PCM opcode, not support it, and will treat following bytes as commands. |
Now OPM works. Next is to check the CI error. |
Fixed VGM import in some other cases. |
I split RawYm2612 into a .cpp/.h pair, and I add the license headers.
In a work that will follow, I will make a simulator of OPM register protocol which structures similarly.
#71