fruit-bat / pico-zxspectrum

ZX Spectrum for Raspberry Pico Pi RP2040
453 stars 48 forks source link

It doesn't save Volume level - I have to set it to max every single time I turn on my PICOZX #91

Closed adamenkov closed 1 year ago

ArnoldUK commented 1 year ago

I think this is more a feature request than an bug issue. Maybe a global settings file stored on the sd-card would be a good feature to request.

fruit-bat commented 1 year ago

https://kevinboone.me/picoflash.html?i=1

fruit-bat commented 1 year ago

I thought these settings would be good to write to the flash memory... until I tried to do it. Might read/write a file to the sd card as suggested.

See https://github.com/fruit-bat/pico-zxspectrum/tree/feature/persistent-settings

and in particular ZxSpectrumFlashSettings.cpp