-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
*Feature Request* enchanced MemCardPro support #75
Comments
https://gitlab.com/chriz2600/ps1-game-id-transmission |
There's also this in particular: https://github.com/x-station/memcardprodemo |
+1 |
I was playing around with some code that involved reading memory cards from within the Tonyhax International loader at one point, it's not hard to implement it (just call the Bios functions explicitly like other functions). The issue I think is that neither me or socram8888 actually have a memcardpro. |
Well, if the development is relatively low risk and trivial, you could create a pull request and people like t9999clint or others could test it. |
As @alex-free correctly pointed I don't have one. I'm not really interested in spending my time implementing and debugging a feature I'll never use. This is an open source project on the other hand, so if anyone that owns one wants this feature, feel free to implement it (or pay someone to do it) and make a PR. |
Ditto. I have a few PS2 consoles, a 32GB flash drive that’s PS2 compatible, and 5 PSX memory cards… I really don’t need to buy a memcardpro (but maybe if money wasn’t so tight I would to try this). |
The point is understandable. I dropped an email at 8bitmods to see if they are interested in sponsoring the effort. |
I took a few minutes last week to see if I could setup a dev environment so I could build Tonyhax locally first but without success. My CPU doesn't have what it takes to virtualize Ubuntu on Windows. I'm afraid I'll need to go the virtual box way since I cannot use docker as well. If anybody has some sort of recommendations or tips I would take them. Other than that, I think I know where in the code it would be appropriate to add the Memcard pro support. Somewhere just after the disc loading, once you get the ID that you must pass as-is to Memcard pro after verifying the slot. Anyway, it seems very doable to me, from my external perspective so far. |
If you're running a modern Win 10 installation, you should be able to use the Windows Subsystem for Linux (WSL) as I do |
Could also use a Debian or Ubuntu Live CD/Live USB. |
Ive added support for MCPro/SD2PSX, using the library from Cybdyn (https://github.com/Cybdyn-Systems/MemCardPro-ASM) https://github.com/danhans42/tonyhax_mcp Tested only using an SD2PSX (I dont own a MCPro). Also so far, havent tried booting from the SD2PSX so it needs further testing. Works with a device in slot 1. Doesnt communicate with slot 2 |
I implemented your code into an experimental build of Tonyhax international. I have someone willing to test it out since I have neither a memcardpro or a sd2psx. If you could test it out as well that would be amazing. alex-free#64 (comment) |
I just tested it out like you asked. In summary,
In other words, it seems to work wonder. Great job 🎉 |
My PSX is dead at the moment so I haven't been able to test it, but I did ask around a few places to see if anyone else was willing to check it out. |
The XStation ODE has the ability to send a command to the MemCardPro to switch virtual memory card slots. If TonyHax could add this feature too it'd be super cool.
Also it'd allow for seamless integration with the FreePSXboot hack cause you can get it to switch off from the FreePSXboot card automatically, preventing the system from locking up on boot.
TBH if this feature was added, the combo of TonyHax + FreePSXBoot + MemCardPro is something I'd use for every PSX game I play even for retail games just because it'd automatically set the virtual memcard for me.
In terms how how this would be done, that I don't know. I'm still trying to find any documentation on what memorycard signals need to be sent to the card to get it to switch and how to send it the game ID so it can manage the filenames automatically.
I'll post back when I find more info. If I can't find anything I can also get the contact information of the MemCardPro guys for you if you want me to.
In theory it should be a simple thing to add.
Thanks for taking the time to read this request.
The text was updated successfully, but these errors were encountered: