fruit-bat / pico-zxspectrum

ZX Spectrum for Raspberry Pico Pi RP2040
487 stars 54 forks source link

Build for Olimex RP2040-PICO-PC #172

Closed fruit-bat closed 2 months ago

fruit-bat commented 2 months ago

https://github.com/OLIMEX/RP2040-PICO-PC/blob/main/HARDWARE/RP2040-PICO-PC%20hardware%20revision%20B/RP2040-PICO-PC_rev_B.pdf

ikjordan commented 2 months ago

I've tested this on an Olimex board. DVI and SD Card is working at both resolutions. So this is good to merge.

ikjordan commented 2 months ago

Incidentally, when building this from source I had to go through the step where I moved the default tinyusb out to use the specific version for pico-zxspectrum. When I started on picozx81 I "borrowed" the usb code from this project, but factored out the extra joystick code, so I could still use the tinyusb that is in the SDK. That may make SDK updates easier. Feel free to borrow that code back :-)

fruit-bat commented 2 months ago

@ikjordan I will definitely have a look at how you did that. Originally, I though I needed to change TinyUSB to 'hook' my changes in but maybe that is not the case anymore (or never was!).