fruit-bat / pico-zxspectrum

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

PicoDVI, SDK 2.0, RP2350 #169

Closed ikjordan closed 2 months ago

ikjordan commented 3 months ago

I've updated the audio branch of my PicoDVI fork so that it compiles with SDK 2.0. I've also checked that it works with Pico2 (i.e. RP2350). It does not use any of the new features (such as the SIO TMDS encoder or HSTX) but the same code base does run on both RP2040 and RP2350 (as long as the M33 cores are used, rather than Hazard3).

I've successfully run picozx81 with a pico2 on the Pimoroni and Olimex carrier boards, so hopefully it should not be too difficult to port pico-zxspectrum to the RP2350. All that is left then is to decide what to do with all of the extra memory and CPU capacity ;-)

fruit-bat commented 3 months ago

Very nice. Thanks for the update... the new HSTX interface looks tempting.

fruit-bat commented 2 months ago

I copied some of the changes you made and I now have a semi-stable build for the RP2350... it is much faster than the RP2040; if I turn off the CPU limiter is whizzes along! Many thanks.

ikjordan commented 2 months ago

That's great. It definitely runs much faster :-)