PlayUEF icon indicating copy to clipboard operation
PlayUEF copied to clipboard

makeuef V2.4 parity swap bug fix breaking PlayUEF

Open PeterBBCUser opened this issue 1 year ago • 1 comments

There is a new version of Makeuef Ver 2.4 which fixes the long lasting bug of swapping 8e1 8o1 parity which means any new uef files made with makeuef 2.4 will no long be correctly generated in PlayUEF now. I have made new UEF's (with MakeUEF 2.4) of all the known titles I have come across that use 8e1 8o1 parity on a google drive. https://drive.google.com/drive/folders/1FXKW4NOKuOC4yf6-W8IoqtxIkrxC2PpL?usp=share_link

PeterBBCUser avatar Apr 07 '23 18:04 PeterBBCUser

Changing the following line if (version < 3) {parityInvert = 1; in uef2wave.js to if (version === 2.3) {parityInvert = 1; seems to fix the parity problem.

PeterBBCUser avatar Apr 25 '23 12:04 PeterBBCUser