fruit-bat / pico-zxspectrum

ZX Spectrum for Raspberry Pico Pi RP2040
474 stars 52 forks source link

50Hz refresh rate over HDMI #128

Closed xelapo closed 3 months ago

xelapo commented 6 months ago

It's possible to implement a 50Hz refresh rate video output, the native format of the ZX Spectrum? Or should this issue be addressed to Wren, the author of PicoDVI? Congratulations and thank you for your work!

fruit-bat commented 6 months ago

It's fine to ask here... I think it's possible to do a 50Hz version but it would be a different resolution. 720x576 or similar, which means the encoder for the scanlines will need to change; not necessarily a bad thing but it's not just a case of changing a 60 to 50 in the code. I'll have a mess around with it when I get chance.

fruit-bat commented 5 months ago

50Hz mode now available for most hardware :-)