dangiu / PicoMemcard

Emulating PSX Memory Card (or controller) using a Raspberry Pi Pico
GNU General Public License v3.0
528 stars 38 forks source link

RP2040-Zero does it have built-in memory? #31

Closed amxcs closed 1 year ago

amxcs commented 1 year ago

RP2040-Zero does it have built-in memory? Can it be used without a SD card? Because after I write PicoMemcard+RP2040-Zero.uf2 it doesn't open as mass storage.

amxcs commented 1 year ago

In Version v1.0.0 i found PicoMemcard_RP2040-Zero.uf2 аnd it works.

dangiu commented 1 year ago

Yup! That is correct, on the other hand "PicoMemcard+RP2040-Zero.uf2" is the "Plus" version that requires the SD card... Maybe I should change the naming to make it more explicit :)