-
Notifications
You must be signed in to change notification settings - Fork 114
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
256mb S-DD1 Rom support #263
Comments
I'm afraid that 256Mbits is out of reach, there is only 128Mbits of RAM on the sd2snes/fxpak. |
Then at least 128mb should be supported |
And i mean 256 MegaBYTES (Yes sdd1 can go that far) |
This seems oddly familiar. Like ... something I read somewhere close to 15 years ago. Oh yeah, now I remember. :-) Back then, it was a cool idea, and very impressive. In this day and age, though? We've had a complete and working MSU-1 design offering even more ROM space (like, 4GB IIRC) for years now, which has rendered the S-DD1-based approach completely obsolete. Please close this. |
Oh dear 😅 Is there any documentation on that? I found a pinout showing 2 ROM select lines and 21 (maybe 22) address lines, amounting to a total of 16MB addressable space. |
Oops, missed @Ramsis-SNES 's reply in the meantime. ;) I was referring to this one: #263 (comment) |
Hmm, possibly. I guess the internal registers would support such storage sizes. An obvious advantage of S-DD1 (SA-1 too) is zero-latency random access. MSU1 forces you to wait a few ms for the SD Card every time you need to read non-linearly. (I wish emulators were more faithful in that regard, they usually just stop emulation and prepare data synchronously, software won't ever see a busy flag set...) |
True. Then again, what purpose other than video (which MSU1 handles perfectly well) would OP need 256 MB of ROM space for? In a Super Mario World hack, of all things? Anyway, I'll be more than happy myself to see something cool implemented within FXPAK hardware limitations (so no 256 MB support obviously) ... Feel free to let me know if you need any of smkdan's video ROMs for research purposes. :-) I just tested the "fzeroxvid" one on firmware v1.11.0, but all it produces is a black screen ... |
I would like them |
Heh, gotcha :p Here you go: fzeroxvid.zip Can't be bothered with the Lunar ROMs, the last (and "perfect") one has a mirror link in the thread that's still active though. :-) |
Heya!
I'm making a hack of SMW, and i need to use a large S-DD1 rom. These are currently unsupprorted, even though they SHOULD run perfectly fine on real hardware
The text was updated successfully, but these errors were encountered: