Peter

Results 5 comments of Peter

What happens to the extra 2 bytes on real hardware then as they never appear in a tape file. UEF archive files created from real tapes don't have these extra...

A uef created via csw and make uef does not have the extra bytes in because if you look at a UEF file (Unpack it) and view it with a...

will test it when a windows exe comes out for this version. and makeuef does not filter out the extra bytes after the CRC as some commercial titles have extra...

Hope tape support will also come soon :)

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.