iComputer7 / RaspiPicoVGM

Hardware VGM player powered by a Raspberry Pi Pico
Mozilla Public License 2.0
2 stars 2 forks source link

YMF262 clock is read incorrectly #1

Closed iComputer7 closed 1 year ago

iComputer7 commented 1 year ago

YMF262 clock is read as 3,579,545 Hz despite the VGM file having the correct clock speed of 14,318,180 Hz at the correct offset in the file.

iComputer7 commented 1 year ago

May be related to #2? YMF262 clock in the VGM header is past offset 0x40 and can be omitted in the header.

iComputer7 commented 1 year ago

Seems to be fixed in fbd7e5d. The struct was backwards. The entire time.