mackieks / MaplePad

🍁 Dreamcast controller emulator using RP2040. Supports 8-page memory card, SPI/I2C OLED for VMU LCD, and rumble.
Creative Commons Attribution 4.0 International
205 stars 12 forks source link

Bug with save VMU #28

Open Lhemamou opened 4 weeks ago

Lhemamou commented 4 weeks ago

Hi,

thanks for the project, it's awesome. I intend to use it in order to have access to a vmu to save games. The device is recognized but when i try to save something ( i test chuchu and crazy taxi ), the vmu disconnects, when i reset it directly via reset button on raspberry pi, the vmu is recognized again but the file can't load. Do you have any idea with this issue ?

For the setting, i am using only the pin of page cycle and input pins.

I will also probably do a PR to add the possibility to use the RP2040 zero if you don't mind :)

riggles1 commented 2 weeks ago

I'm also only interested in the virtual VMU portion of the project. Think it's possible to change it so that the rp2040 can be a hooked up as a memory slot device? (repurposing a cheap corruption prone third party memory card for the connector+shell) I'm surprised that there aren't any projects that does this, but maybe the VMU<->Controller interfacing is complicated?

I don't know code, I'm just someone who prefers using the original wired controllers.