stardot / beebem-windows

BBC micro emulator for Windows
http://www.mkw.me.uk/beebem/
Other
90 stars 36 forks source link

UEF sync bit handling #22

Closed chrisn closed 4 years ago

chrisn commented 7 years ago

As reported by vanekp on Stardot:

Another funny I have noticed with BeebEm is with loading tapes, if the very 1st file has a sync bit in the leader beebem does not recognise the 1st file and see it as a non-standard block, if you take the same uef file and use B-em it loads the 1st file without a problem, if I take the wav file and remove the sync byte then it works without a problem in BeebEm. (I am using the lates version from the site BeebEm Ver 4.14 Feb 2012)

PeterBBCUser commented 5 years ago

:( does not look like BeebEm is being developed or improved this problem still exists.

PeterBBCUser commented 5 years ago

Discovered this is not a bug in BeebEm but in makeuef not putting the correct length between the header and the actual data block. was reported here :- https://stardot.org.uk/forums/viewtopic.php?f=4&t=10327&p=239987#p238990

PeterBBCUser commented 4 years ago

This bug report can be closed as the bug does not stem from beebem but makeuef not handling "Chunk &0111 - high tone with dummy byte " correctly.

chrisn commented 4 years ago

Thanks, @PeterBBCUser.