No emulator does seem to display anything. I hope byuu can look into it.
More infos


Moderator: ZSNES Mods
GPC? also, are the mame/mess folks still not done much on the NSS?byuu wrote:With my new run-time memory mapping code, it should be quite possible to emulate things like NP and GPC now, though.
Hello, big picture in OP, game processor cassette.Panzer88 wrote:GPC?
Code: Select all
<jmr> bsnes has the most accurate wiki page but it takes forever to load (or something)
This is interesting. Actually there is quite good information on the GPC. d4s posted a nice writeup on it a couple of years ago in which he found a Nintendo patent describing the cart.byuu wrote:I have to agree with d4s about the viability of emulating these things. I'd honestly rather work on things like the Super System or whatever, that there's all of zero public information about.
It probably doesn't run in bsnes because of the additional hardware. Nonetheless, I'll play around with the image in the next week and let you know what I come up with.
I was meaning the Super System lacked information, but good to know there's some GPC stuff out there. Thank you for that link :)Actually there is quite good information on the GPC
Upon further inspection, it looks like it's just a poorly constructed demo game.So, no special registers, no nothing. Load it and go. Maybe the address map is slightly different from a standard cart (unlikely), but's that's about all I can think of that could go wrong here. So maybe the image was either corrupted or not dumped correctly. If the cart plays a game in the SNES then I'd suspect a bad dump.
Of course, I'll elaborate.INFOZ PLZ.
If you feel like it.
Code: Select all
if $4800 is set {
if $4801 is set {
do_sdd1_decompression;
}
clear $4801
}
Thanks for the infos d4s.d4s wrote:As discussed before, the cartridge itself is a rewriteable 4Mbit sram cart, not much more.
The magic seems to lie within the host system.
I don't know if it's clear to everybody, but according to its patent, the host system was meant to let users create snes games without previous programming knowledge.
Thus, it seems unlikely that you'd ever find retail games or prototypes of retail games on these cartridges.
The dump is good in the sense that i verified the data multiple times on 2 different backup units and checked back with a memory viewer on a real snes. (to make sure it doesn't use an unusual mapping scheme)
Whether the cart once contained a working game and whether the contents have become corrupted can't be said for sure.
It doesn't run on a Snes.
Japan was worse... they call game cartridges "cassettes" too. It's actually printed, nay, IMprinted, on the Super Famicom.Panzer88 wrote:yes but we've bastardized it ever since audio cassette tapes.