Search found 44 matches

by R-T-B
Fri Nov 13, 2009 2:17 pm
Forum: NES Hardware and Flash Equipment
Topic: Anyone interested in some ZIF Dev Carts?
Replies: 9
Views: 3870

Recieved. Unfortunately I am away from the house for the moment and any orders will have to wait for quotation until Monday, but I'll get back to you guys!
by R-T-B
Sun Nov 08, 2009 2:02 pm
Forum: NES Hardware and Flash Equipment
Topic: Anyone interested in some ZIF Dev Carts?
Replies: 9
Views: 3870

Awesome, thanks for the permission guys.

Just thought I would add, I also can offer a Copy-NES installation service. Price would be similar to that of the dev cart, however you would supply the NES and CopyNES boards.
by R-T-B
Sat Nov 07, 2009 2:44 am
Forum: nesdevWiki
Topic: classicgamedev
Replies: 5
Views: 7194

It would be great to have a site like that... I know one of my frustrations when trying to learn to program the NES was how many different documents from different sites I had to dig up just to acomplish something simple. We really could use a central repository of info.
by R-T-B
Sat Nov 07, 2009 1:53 am
Forum: NES Hardware and Flash Equipment
Topic: Anyone interested in some ZIF Dev Carts?
Replies: 9
Views: 3870

Though using socketed EPROMs for development is pretty unfriendly, I'd definitely say to wire them up for flash chips. Actually, some of my stuff is parallel EEPROMs, which should be a little better (got sick of erasing). Just nothing above CNROM capacity. I could aquire a flash inventory, just nee...
by R-T-B
Fri Nov 06, 2009 8:30 pm
Forum: NES Hardware and Flash Equipment
Topic: Anyone interested in some ZIF Dev Carts?
Replies: 9
Views: 3870

Yeah, if it does no hard feelings just take it down. I saw the SNES PowerPak thread though and figured I'd see.
by R-T-B
Fri Nov 06, 2009 7:13 pm
Forum: NES Hardware and Flash Equipment
Topic: Anyone interested in some ZIF Dev Carts?
Replies: 9
Views: 3870

Anyone interested in some ZIF Dev Carts?

This is sort of an ad, but just as much I consider this a community service for newbies. I'm not in this for a profit but if anyone thinks this violates forum rules please don't hesitate to take it down. I have quite a few dev carts laying around for my own use I basically don't need anywhere near a...
by R-T-B
Fri Nov 06, 2009 6:45 pm
Forum: Reproduction
Topic: Utter newb wants to make some cartridges
Replies: 19
Views: 9844

Look at the wiki here. You'll find that MMC3 is usually of type TxROM: http://wiki.nesdev.com/w/index.php/MMC3 http://wiki.nesdev.com/w/index.php/TxROM You'll need to replace both chips from your board with equivalent size EPROMS, and probably do a small bit of rewiring if you need to replace a DIP-...
by R-T-B
Wed Nov 04, 2009 7:08 pm
Forum: Reproduction
Topic: Utter newb wants to make some cartridges
Replies: 19
Views: 9844

I guess I just need to practice more. :)
by R-T-B
Wed Nov 04, 2009 5:02 pm
Forum: Reproduction
Topic: Utter newb wants to make some cartridges
Replies: 19
Views: 9844

No problem. Just be advised that soldering can sometimes be a tricky business involving a fair amount of burnt fingers (I learned this the hard way. ;) )
by R-T-B
Wed Nov 04, 2009 2:19 pm
Forum: Reproduction
Topic: Utter newb wants to make some cartridges
Replies: 19
Views: 9844

Unfortunately, Memblers is right. You'll have to do some rewiring.

Best of luck to you though.
by R-T-B
Wed Nov 04, 2009 12:01 am
Forum: Reproduction
Topic: Utter newb wants to make some cartridges
Replies: 19
Views: 9844

Supposedly, the pinout of a NES Cartridge's ROM pins and EPROM pins isn't the same. I keep hearing this, but it works fine for me with my NROM devcart, which is little more than a couple of ZIF sockets pin for pin wired up. So I don't think that's true. I get my EPROMS from futurlec. Be aware they ...
by R-T-B
Wed Sep 09, 2009 1:05 pm
Forum: NES Hardware and Flash Equipment
Topic: Another newbie question....
Replies: 3
Views: 1946

If you want a simple cart to make your own games with EPROMS, I built a dev cart for NROM-128 games (that's 8kb CHR and 16kb PRG) tthat utilizes two ZIF socket so you can just plug the games in. Works great. However, I don't need it anymore since my own project has upgraded to use U*ROM carts. It al...
by R-T-B
Thu Sep 03, 2009 4:34 pm
Forum: NES Hardware and Flash Equipment
Topic: Looking for a PowerPak CF
Replies: 9
Views: 4481

Ironically, this happened just after I bought one. However, I ain't selling it. ;)

I do have a Powerpak Lite I've had for a bit though that's for sale if anyone wants it.
by R-T-B
Mon Aug 31, 2009 3:41 pm
Forum: NES Hardware and Flash Equipment
Topic: Newbie advice on making a simple dev cart.
Replies: 42
Views: 10707

Thanks for the info. I'm thinking I'll just stick with what is simple and go with U*ROM. Should be simpler to implement bankswitching from.
by R-T-B
Mon Aug 31, 2009 12:44 pm
Forum: NES Hardware and Flash Equipment
Topic: Newbie advice on making a simple dev cart.
Replies: 42
Views: 10707

Just another newb question, I recently began assembly of a Reproboard and was wondering what the differences between U*ROM and A*ROM is mapper wise? Which would be better for development? Is it simply the bank size? If so, why the extra mapper chip for U*ROM on the Reproboard?