Releases: dangiu/PicoMemcard
Version v1.0.3
PicoMemcard+ related changes/fixes:
- Fixed problem with memory card order switching and creation
- Added PicoW support (led)
- Solved possible memory corruption vulnerability
- Bunch of mix improvement and refactoring of code under the hood (linear approach instead of state machine)
ATTENTION
As always, if you are updating from a previous version export your saves before updating and import them back after the update as they might be deleted during the update process.
Version v1.0.2
PicoMemcard+ related changes/fixes:
- Fix led behavior on RP2040-Zero
- Add ability to create and switch to new empty memory card image with controller input (
START
+SELECT
+TRIANGLE
)
ATTENTION
As always, if you are updating from a previous version export your saves before updating and import them back after the update as they might be deleted during the update process.
Version v1.0.1
PicoMemcard+ related changes/fixes:
- Rework image switching
- Fix infinite scrolling past end of actual available images
- Attempting to switch past the last memory card image (or before the first) will not reload data (resulting in memory card being briefly unplugged), instead the onboard LED will display a code (3 blinks for Pico, orange blink for RP2040-Zero).
ATTENTION
As always, if you are updating from a previous version export your saves before updating and import them back after the update as they might be deleted during the update process.
Version v1.0.0
Updated PicoMemcard
- Add sync status LED
- Add force sync input (
START + SELECT + TRIANGLE
) - Improved USB transfer mode (safe eject is no longer needed)
- Improved performance
- Add PS2 support (PSX memory card mode)
Released PicoMemcard+
- Add microSD card support
- Add multiple images support (switchable via
START + SELECT + DPAD UP
andSTART + SELECT + DPAD DOWN
)
ATTENTION
If you are updating from a previous version export your saves before updating and import them back after the update as they might be deleted during the update process.
Version 0.0.2 (Windows Hotfix)
Notable changes
- Fixed issue where Windows users were not able to transfer a memory card image due to Windows Storage Service filling up PicoMC disk
Version v0.0.1
First release of PicoMemcard, this software is highly experimental.
I've tested it with a couple of games and everything seems to work.
If you want to try it out I would be glad if you provide some feedback.