Iain Sharp
Iain Sharp
Progress of a kind: it seems you need to manually clone tinyusb in to pico-sdk/lib. Then the make finds the tinyusb install. However, there seems to be a version incompatibility...
I have updated the code to use the latest tinyusb release and it is working on my Pico. I will do some more tweaks and upload to a GitHub fork...
I have added an experimental [branch on my fork](https://github.com/sharpie7/b-em/tree/tinyusb-new-api) which will build against the new tinyusb API. **NOTE: This version seems to compile OK using the latest 'master' branch of...
Thanks. That makes sense. I suspect it's not a huge job, but that's a slippery slope.
Sorry for driving this issue off-topic, but I have a further question: I've built a prototype joining the BeebFpga core into the MISTer framework. It boots successfully to BBC Basic....
Thanks. It's a mess right now so the repo is private, but I've sent you an invite. It does seem to be setup to use the SD Card on the...
Quite right thanks. Wish I had asked earlier!
So I just tried Revs which was one of the problem cases on the official MiSTer. It still has a timing bug that causes the pallet used for the sky...
It's the Revs version in RetroClinic [BEEB.MMB File v1.02 for MicroSPI.](http://www.retroclinic.com/docs/BEEBMMB.zip). The code is as per repo you've seen. So currently built using `UseAlanDCore : boolean := true;` To fit...
If you are not aware, you might find [this](https://github.com/markmoxon/revs-beebasm/tree/master/1-source-files) helpful, though it is still a work in progress. What tool did you use for your bebugger output BTW? I see...