FDS ram adapter question

Discuss hardware-related topics, such as development cartridges, CopyNES, PowerPak, EPROMs, or whatever.

Moderators: B00daW, Moderators

Post Reply
pemdawg
Posts: 41
Joined: Sat Oct 13, 2012 3:05 pm

FDS ram adapter question

Post by pemdawg »

I have seen several games prototyped using this board. Is it analogous to any certain mapper type or retail board?
User avatar
Bregalad
Posts: 8036
Joined: Fri Nov 12, 2004 2:49 pm
Location: Caen, France

Re: FDS ram adapter question

Post by Bregalad »

Not at all - on the other side it's very unique. It comes in an unique shape too.
pemdawg
Posts: 41
Joined: Sat Oct 13, 2012 3:05 pm

Re: FDS ram adapter question

Post by pemdawg »

How then could it be used for game prototyping when it is incompatible with standard cartridge hardware? I know that both Dragon Warrior and Bio Force Ape have betas that run from these boards, but neither have the same mapper architecture. BFA is MMC3 and DW is UNROM in Japan and MMC 1 in the US (due to many programming upgrades.)
tepples
Posts: 22345
Joined: Sun Sep 19, 2004 11:12 pm
Location: NE Indiana, USA (NTSC)
Contact:

Re: FDS ram adapter question

Post by tepples »

Perhaps the developer versions of some of the boards came in FDS RAM adapter-like shells to make it easier to swap EPROMs in and out.
User avatar
rainwarrior
Posts: 8062
Joined: Sun Jan 22, 2012 12:03 pm
Location: Canada
Contact:

Re: FDS ram adapter question

Post by rainwarrior »

pemdawg wrote:How then could it be used for game prototyping
Because it's RAM, it was very easy to update the code. A lot easier than programming an EPROM. Of course now we have good emulators which are much better at prototyping than the FDS is.
pemdawg wrote:it is incompatible with standard cartridge hardware?
It's still running on an NES CPU. A lot of the important hardware is the same. If you treat 8000-FFFF as read only, and don't need the extra sound or IRQ, it's kinda trivial to port something that runs on FDS to any cartridge mapper. Even the RAM at 6000, and an equivalent IRQ are also available on several common mappers.
pemdawg
Posts: 41
Joined: Sat Oct 13, 2012 3:05 pm

Re: FDS ram adapter question

Post by pemdawg »

Ahh, that makes sense. It does lots of things that several mappers also do.
User avatar
tokumaru
Posts: 12106
Joined: Sat Feb 12, 2005 9:43 pm
Location: Rio de Janeiro - Brazil

Re: FDS ram adapter question

Post by tokumaru »

There are many mappers with similar capabilities that are not compatible with each other. You can prototype a game in a cart and later move it to a different mapper with similar capabilities, you just have to change the routines that interface with the mapper hardware.
User avatar
MottZilla
Posts: 2835
Joined: Wed Dec 06, 2006 8:18 pm

Re: FDS ram adapter question

Post by MottZilla »

pemdawg wrote:I have seen several games prototyped using this board. Is it analogous to any certain mapper type or retail board?
They're just using the plastic case. It doesn't use any actual FDS hardware. Atleast that's what I've read about those.
pemdawg
Posts: 41
Joined: Sat Oct 13, 2012 3:05 pm

Re: FDS ram adapter question

Post by pemdawg »

MottZilla wrote:
pemdawg wrote:I have seen several games prototyped using this board. Is it analogous to any certain mapper type or retail board?
They're just using the plastic case. It doesn't use any actual FDS hardware. Atleast that's what I've read about those.
Makes you wonder, what the Dev doard is then...
User avatar
MottZilla
Posts: 2835
Joined: Wed Dec 06, 2006 8:18 pm

Re: FDS ram adapter question

Post by MottZilla »

Who knows, maybe it's a hacked together or some pcb produced to fit into the RAM adapter. Either way, it's nothing terribly interesting.
drk421
Posts: 329
Joined: Sun Nov 14, 2004 11:24 am
Contact:

Re: FDS ram adapter question

Post by drk421 »

pemdawg wrote:it is incompatible with standard cartridge hardware?
It's still running on an NES CPU. A lot of the important hardware is the same. If you treat 8000-FFFF as read only, and don't need the extra sound or IRQ, it's kinda trivial to port something that runs on FDS to any cartridge mapper. Even the RAM at 6000, and an equivalent IRQ are also available on several common mappers.[/quote]

I've always wanted to have a working copy of SMB2J on a cart. Yes, I'm aware of loopy's patch for the pirate version so that it runs on MMC3.

I think SMB2J doesn't even access the disk drive once it's loaded, not sure how much easier it makes porting to cart.
tepples
Posts: 22345
Joined: Sun Sep 19, 2004 11:12 pm
Location: NE Indiana, USA (NTSC)
Contact:

Re: FDS ram adapter question

Post by tepples »

drk421 wrote:I think SMB2J doesn't even access the disk drive once it's loaded, not sure how much easier it makes porting to cart.
SMB2 (J) reads map data after every four worlds.
ccovell
Posts: 1041
Joined: Sun Mar 19, 2006 9:44 pm
Location: Japan
Contact:

Re: FDS ram adapter question

Post by ccovell »

MottZilla wrote:Who knows, maybe it's a hacked together or some pcb produced to fit into the RAM adapter. Either way, it's nothing terribly interesting.
Yes, it is just an MMC3 (sometimes MMC1) board that fits into all the unsold :lol: FDS RAM adaptor plastic shells. This makes EPROM removal faster and the cartridge much more stable when it's in the Famicom, so it's quite apt as a devcart shell.
Post Reply