EremusOne / ESPectrum

A ZX spectrum 48K, 128K and Pentagon 128 emulator running on the Espressif ESP32 SoC
https://zxespectrum.speccy.org
GNU General Public License v3.0
162 stars 21 forks source link

SD Card Support #35

Closed AxelAhlborn closed 6 months ago

AxelAhlborn commented 6 months ago

Hi, I assume that I can use a 32GB formatted FAT32 SD card. The directories documented under RC3 no longer seem to exist? I put everything in the root? I only created the two newly documented directories. Correct? Greetings Axel

EremusOne commented 6 months ago

Hi Axel!

There should be no problem. I use a 32GB Sandisk Ultra card for development and it works like a charm.

It is correct: The only directories you need to create right now are .c for the screen captures and .p for persistent snapshots.

Happy new year and tyvm for your interest in ESPectrum ;)