Skip to content

Incorrect commands on VGM dumps #2226

@dgrove727

Description

@dgrove727

VGM #1 (YM2612 + PSG + NES APU + NES APU):
image

That 68 6C does not follow VGM specs. I'm unsure if the 68 command makes sense for the NES chip. If I had a choice in the matter, I'd much rather only see a 67 command here. But either way, the second byte is incorrect and should be a 66 for compatibility.

I also believe the third byte of 87 should be 07.

= = = = = = = =

VGM #2 (YM2612 + PSG + OKIM6258 + OKIM6258):
image

Why are there OKIM6295 commands in here? I am currently accounting for this in other software, but it'd be nice if it was instead using the OKIM6258 commands like is used in other places in the same file:
image

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingdoneissue resolved

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions