VRC-VI multicart

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

Moderator: Moderators

User avatar
l_oliveira
Posts: 409
Joined: Wed Jul 13, 2011 6:51 am
Location: Brasilia, Brazil

VRC-VI multicart

Post by l_oliveira »

Front:
Image

Back:
Image
The final board layout has three more chips for the game select circuit. The SRAM chip is large enough to keep saves for the 4 game slots. The pictured chip behind the workram is a 74LS32 used to OR the write and output enable pins for the 62256 chip (to make it behave same as an 6264 chip) so I can have 4 8KB banks. Akumajou Densetsu does not care if WRAM is present or not so it just works...) SRAM banks swap along with ROM banks so each game saves on it's own slot. At the time the picture was made I was using an 3 position pole switch to select the game but I thought it would be a SHAME to drill the beautiful Madara cartridge and that made me put more chips in for the game select circuit.


The three existing VRC-VI games cycle in the following order when reset is pressed:

Moryou Senki Madara (original game for that board)
Esper Dream 2
Akumajou Densetsu
(an 512KB unused bank is left empty unfortunately and the counter is programmed to skip this bank)

The games are translated to english, Akumajou Densetsu had it's progam rom modified to become compatible with the mapper 26 (VRC6 V). Not a single copper track of the original board was cut or scratched, therefore the mod can be undone if I deem necessary. But honestly I doubt I'll ever do that. I am keeping the original mask roms in a safe place though. ;)

And sorry about the AWFUL pictures from a cheap cell phone...
Last edited by l_oliveira on Wed Dec 18, 2013 10:10 am, edited 1 time in total.
User avatar
qbradq
Posts: 972
Joined: Wed Oct 15, 2008 11:50 am

Post by qbradq »

Wow, that's really cool :D I look forward to seeing more of your work!
User avatar
TmEE
Posts: 960
Joined: Wed Feb 13, 2008 9:10 am
Location: Norway (50 and 60Hz compatible :P)
Contact:

Post by TmEE »

Its really nice to see you here ^^
User avatar
keropi
Posts: 66
Joined: Fri Jul 13, 2012 2:06 am
Location: Greece

Re: VRC-VI multicart

Post by keropi »

I am necro-posting this thread to ask a couple of questions on parts... :mrgreen: what are the 3 non-pictured ones?

Is the HM62256BLP-7 a good SRAM chip for the cart? datasheet
Also would a SMT 74F32 work the same as the 74LS32? datasheet I can see the F is faster and smaller :lol:

TIA!
User avatar
l_oliveira
Posts: 409
Joined: Wed Jul 13, 2011 6:51 am
Location: Brasilia, Brazil

Re: VRC-VI multicart

Post by l_oliveira »

keropi wrote:I am necro-posting this thread to ask a couple of questions on parts... :mrgreen: what are the 3 non-pictured ones?

Is the HM62256BLP-7 a good SRAM chip for the cart? datasheet
Also would a SMT 74F32 work the same as the 74LS32? datasheet I can see the F is faster and smaller :lol:

TIA!
The SRAM looks fine, the 74F32 should work fine too as it will be used on the standard 5V supply from the Famicom, not draining any current from the SRAM power circuit. The only reason you're changing from the original 6264 chip is so you can have four 8KB pages for the four games you're going to put into the cart. :)

I used a 74LS393 as counter on my cart. (I had it laying around. I tend to make things with random stuff I grab from my parts drawer ... lol)
User avatar
keropi
Posts: 66
Joined: Fri Jul 13, 2012 2:06 am
Location: Greece

Re: VRC-VI multicart

Post by keropi »

Thanks for the info l_oliveira :mrgreen:
I hope I succeed in making a similar cart :roll:
User avatar
l_oliveira
Posts: 409
Joined: Wed Jul 13, 2011 6:51 am
Location: Brasilia, Brazil

Re: VRC-VI multicart

Post by l_oliveira »

keropi wrote:Thanks for the info l_oliveira :mrgreen:
I hope I succeed in making a similar cart :roll:
You will ! I am sure !
User avatar
keropi
Posts: 66
Joined: Fri Jul 13, 2012 2:06 am
Location: Greece

Re: VRC-VI multicart

Post by keropi »

^ yes, I'll have awesome help :mrgreen:
lidnariq
Posts: 11432
Joined: Sun Apr 13, 2008 11:12 am

Re: VRC-VI multicart

Post by lidnariq »

Be careful about the F series logic; it is substantially higher input current (and also simply consumes more power in general) and may not play with CMOS parts.
User avatar
keropi
Posts: 66
Joined: Fri Jul 13, 2012 2:06 am
Location: Greece

Re: VRC-VI multicart

Post by keropi »

lidnariq wrote:Be careful about the F series logic; it is substantially higher input current (and also simply consumes more power in general) and may not play with CMOS parts.
hmmm better play it safe then and just get the LS part.
Is the ls32 the only one suitable or can another model work? (probably with more non-used pins?)
lidnariq
Posts: 11432
Joined: Sun Apr 13, 2008 11:12 am

Re: VRC-VI multicart

Post by lidnariq »

In recent times, they started packaging reduced numbers of gates, usually in surface-mount: e.g. 74AHC1G32, 74AHC2G32. Otherwise, all through-hole variants of the 74'32 always came with 4 gates. After that, anything except 74(no letter), 74F, and 74S (1, 0.6, and 1mA inlet current respectively) should be feasible. (74AS is 0.1mA, and everything else is lower). Avoid 3V-and-lower logic. ( http://en.wikipedia.org/wiki/7400_series )

It looks like he's using two OR gates, so I don't think there's a great alternative here. Dead-bugging SMT isn't that bad, though.
User avatar
keropi
Posts: 66
Joined: Fri Jul 13, 2012 2:06 am
Location: Greece

Re: VRC-VI multicart

Post by keropi »

"dead bug" LOL , did not knew the term... been using it in projects where you need to add ics :lol:
Reading more on this and I decided to use the LS series as they are tested and period correct... no need to experiment for cheap things that only take long to arrive :roll:
User avatar
Drakon
Posts: 183
Joined: Mon Aug 16, 2010 4:48 am
Contact:

Re: VRC-VI multicart

Post by Drakon »

I wasn't aware there's more than one version of the vrc6 unless I'm reading something wrong.
lidnariq
Posts: 11432
Joined: Sun Apr 13, 2008 11:12 am

Re: VRC-VI multicart

Post by lidnariq »

User avatar
Ben Boldt
Posts: 1149
Joined: Tue Mar 22, 2016 8:27 pm
Location: Minnesota, USA

Re: VRC-VI multicart

Post by Ben Boldt »

Sorry to bump an old thread but I am doing almost exactly the same thing with a Madara cart.

l_oliveira, are you still out there? I have made a few homebrew multicarts with switches and stuff on them, and just recently I picked up Madara so that I could get it running with English translation and also have Akumajou Densetsu. I have already modified my NES and Famicom adapter and the extra sound channels are amazing. I have a couple of questions:

How does the reset circuit work? Do you have a diagram or can you recall a detailed description? I have a large selection of 74xx chips including flip flops, gates, etc. I would like to know how you did this.

Also, do you still have a copy of your Akumajou Densetsu ROM modified to run on VRC6b? I also prefer not to swap these pins in hardware if possible. an IPS file would be just fine if we're not allowed to share ROMs here. Or else if you recall how you did it, I could try to reproduce it.

Here is a page where I have put pictures of my modified NES cartridges:
http://www.d.umn.edu/~bold0070/projects/nes_carts/
Attachments
Here is how I am going to leave the original Mask ROMs in place, and select with /CE.  I removed the solder from the pin and inserted a small teflon tube.
Here is how I am going to leave the original Mask ROMs in place, and select with /CE. I removed the solder from the pin and inserted a small teflon tube.
The PLCC-32 flash ROMs will be accessible from the outside of the case.  This glue is still drying in this picture.
The PLCC-32 flash ROMs will be accessible from the outside of the case. This glue is still drying in this picture.
Post Reply