rcmolina / MaxDuino

Unified firmware for tzxduino and casduino
https://www.va-de-retro.com/foros/viewtopic.php?t=5541&start=9999
88 stars 21 forks source link

Support Acorn BBC Micro HQ UEf files #6

Closed PeterBBCUser closed 4 years ago

PeterBBCUser commented 4 years ago

Currently does not support HQ (High Quality) UEF files which uses extended chunks see http://electrem.emuunlim.com/UEFSpecs.htm Chunk &0104 Chunk &0111 etc.

rcmolina commented 4 years ago

@PeterBBCUser , coud you please clarify your configuration and your problem? Send me your uef file to rcmolina@gmail.com and I will check it !!

Chunks 104 and 111 are well supported. Check my videos: https://www.youtube.com/watch?v=3ZQr8Xdor-w&t=7s https://www.youtube.com/watch?v=aPxpDbPDWVE

Regarding protected files, just notice parity is not well preserved in uef files and must be inverted in menu options(TSXCzxpUEFSW). This is automagically done in emulators, but here you need to configure it.

PeterBBCUser commented 4 years ago

ahh okay maybe that's the reason it does not work, will check and see....

PeterBBCUser commented 4 years ago

Thanks just changed that setting and it now works, was not aware of it.