ShendoXT / memcarduino

Arduino PlayStation 1 Memory Card reader
GNU General Public License v3.0
258 stars 39 forks source link

Pocketstation and MEGA2560 #42

Open 5a796d opened 5 days ago

5a796d commented 5 days ago

any way to transfer rom on pocketstation? specifically I would like to load rewrite id thanks

ShendoXT commented 4 days ago

It should transfer as the normal save inside a Memory Card image. Unless mega has difficulties communicating with PocketStation (which would be no surprise as PocketStation is difficult to talk to). What are you using to communicate with MemCARDuino? Python script or MemcardRex?

5a796d commented 4 days ago

It should transfer as the normal save inside a Memory Card image. Unless mega has difficulties communicating with PocketStation (which would be no surprise as PocketStation is difficult to talk to). What are you using to communicate with MemCARDuino? Python script or MemcardRex?

memcardrex, at the moment I use an Arduino Uno, Arduino Mega I discarded it because I thought I ran out of Arduino Uno, sorry

I have no problems reading the card but I have doubts as there is no option for pocketstation, I have all the slots full and I am afraid of deleting the saves or formatting the pocketstation (format memory card) from memcardrex. If you can confirm that I can do it easily, I'll proceed

then rewrite id I should put it in the main directory of the memory (as per the guide, doing it with ps2 modded it must be copied to mc0 or mc1)

thanks