PlayUEF
PlayUEF copied to clipboard
makeuef V2.4 parity swap bug fix breaking PlayUEF
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
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.