Page 1 of 2
How to make a famicom cartridge rom dump device?
Posted: Tue Jul 24, 2012 1:12 am
by byemu
How to make a famicom cartridge rom dump device?
I want to dump my multigame carts.
so i want to make a famicom cartridge rom dump device!
have two project:
1 make a new device.
2 convert a nintendo famicom.
maybe debug mapper is needed!
Who can give me some good advice.
Re: How to make a famicom cartridge rom dump device?
Posted: Tue Jul 24, 2012 7:04 am
by Hamtaro126
byemu wrote:How to make a famicom cartridge rom dump device?
I want to dump my multigame carts.
so i want to make a famicom cartridge rom dump device!
have two project:
1 make a new device.
2 convert a nintendo famicom.
maybe debug mapper is needed!
Who can give me some good advice.
There is CopyNES for those with Windows XP 32bit,
Or there is a option to use Chris Covell's TapeDump program, Only Requires Hardware, But you have to be careful using it, and requires only a Famicom, not a NES or any Famiclones!
Better yet, Make your own solution if you may.
Posted: Tue Jul 24, 2012 7:53 am
by infiniteneslives
The kazzo you built is a decent option in my opinion. Although the firmware and scripts are challenging to grasp. If you're looking to take on the project it'd be worth while to write your own firmware for it. I plan to at some point but it's a back burner kind of project.
One of the challenges of multicast dumping is reverse engineering the mapper. Most are apparently very mmc3 like so if you can grasp mmc3 you'll probably have more luck decrypting those carts' mappers.
Posted: Tue Jul 24, 2012 10:24 pm
by byemu
infiniteneslives wrote:The kazzo you built is a decent option in my opinion. Although the firmware and scripts are challenging to grasp. If you're looking to take on the project it'd be worth while to write your own firmware for it. I plan to at some point but it's a back burner kind of project.
One of the challenges of multicast dumping is reverse engineering the mapper. Most are apparently very mmc3 like so if you can grasp mmc3 you'll probably have more luck decrypting those carts' mappers.
I use the kazzo dumped some roms(some multigames,some new mapper),and i try to improve the firmware,develop the new client(it's finished)!
So this is an option!
Later,I want to try to play cartridges on a pc emulator with this device(kazzo is too slow).
Re: How to make a famicom cartridge rom dump device?
Posted: Wed Jul 25, 2012 1:56 am
by LocalH
Hamtaro126 wrote:Or there is a option to use Chris Covell's TapeDump program, Only Requires Hardware, But you have to be careful using it, and requires only a Famicom, not a NES or any Famiclones!
I would imagine it would work fine on an NES with disabled 10NES, for the record.
Re: How to make a famicom cartridge rom dump device?
Posted: Wed Jul 25, 2012 5:11 am
by Hamtaro126
LocalH wrote:Hamtaro126 wrote:Or there is a option to use Chris Covell's TapeDump program, Only Requires Hardware, But you have to be careful using it, and requires only a Famicom, not a NES or any Famiclones!
I would imagine it would work fine on an NES with disabled 10NES, for the record.
Ok, My Mistake.
Re: How to make a famicom cartridge rom dump device?
Posted: Wed Jul 25, 2012 8:14 am
by ccovell
LocalH wrote:Hamtaro126 wrote:Or there is a option to use Chris Covell's TapeDump program, Only Requires Hardware, But you have to be careful using it, and requires only a Famicom, not a NES or any Famiclones!
I would imagine it would work fine on an NES with disabled 10NES, for the record.
Indeed, it's even marked in red under "safety notes" #2.
http://www.chrismcovell.com/TapeDump_Controls.html
A Famiclone would also probably run TapeDump just fine; it's the PowerPak that has problems with clones.
Re: How to make a famicom cartridge rom dump device?
Posted: Sun Jul 29, 2012 9:11 pm
by byemu
ccovell wrote:LocalH wrote:Hamtaro126 wrote:Or there is a option to use Chris Covell's TapeDump program, Only Requires Hardware, But you have to be careful using it, and requires only a Famicom, not a NES or any Famiclones!
I would imagine it would work fine on an NES with disabled 10NES, for the record.
Indeed, it's even marked in red under "safety notes" #2.
http://www.chrismcovell.com/TapeDump_Controls.html
A Famiclone would also probably run TapeDump just fine; it's the PowerPak that has problems with clones.
i'll try it!
Re: How to make a famicom cartridge rom dump device?
Posted: Fri Aug 10, 2012 6:52 pm
by ouso1999
ok but i wonder how u place the dumptape on the powerpack and how powerpack will work on famicom
Re: How to make a famicom cartridge rom dump device?
Posted: Fri Aug 10, 2012 10:06 pm
by byemu
ouso1999 wrote:ok but i wonder how u place the dumptape on the powerpack and how powerpack will work on famicom
I can buy a famicom cart,and replace the chr and prg to eeprom,use the kazzo write program to eeprom!
Re: How to make a famicom cartridge rom dump device?
Posted: Sun Sep 02, 2012 10:36 pm
by byemu
ccovell wrote:LocalH wrote:Hamtaro126 wrote:Or there is a option to use Chris Covell's TapeDump program, Only Requires Hardware, But you have to be careful using it, and requires only a Famicom, not a NES or any Famiclones!
I would imagine it would work fine on an NES with disabled 10NES, for the record.
Indeed, it's even marked in red under "safety notes" #2.
http://www.chrismcovell.com/TapeDump_Controls.html
A Famiclone would also probably run TapeDump just fine; it's the PowerPak that has problems with clones.
can you release a custom rom,
can :
1 specify address to write data!
2 specify read address range to read vrom via audio.
3 specify read address range to read prom via audio.
Re: How to make a famicom cartridge rom dump device?
Posted: Mon Sep 03, 2012 6:12 pm
by mikejmoffitt
I thought TapeDump requires you to have knowledge of which mapper the game uses. Don't many multigames use obscure, custom, or most importantly undocumented mappers, rendering the technique less than reliable?
Re: How to make a famicom cartridge rom dump device?
Posted: Wed Sep 05, 2012 12:46 am
by byemu
mikejmoffitt wrote:I thought TapeDump requires you to have knowledge of which mapper the game uses. Don't many multigames use obscure, custom, or most importantly undocumented mappers, rendering the technique less than reliable?
I dumped some undocumented mappers!
[What's that "ROM dump" all over this page? --MOD]
Re: How to make a famicom cartridge rom dump device?
Posted: Wed Sep 05, 2012 4:24 pm
by teaguecl
mikejmoffitt wrote:I thought TapeDump requires you to have knowledge of which mapper the game uses. Don't many multigames use obscure, custom, or most importantly undocumented mappers, rendering the technique less than reliable?
This is true of any dumping technique that uses the cart edge - you need knowledge of the mapper in order to switch in the correct memory to read. If you pull the ROM chips out you can obviously dump the entire contents without knowing about the mapper - but the rom image isn't very useful until you know how the mapper works anyway. Bottom line, figuring out the mapper is worth the effort.
Re: How to make a famicom cartridge rom dump device?
Posted: Wed Sep 05, 2012 5:51 pm
by ccovell
byemu wrote:can you release a custom rom,
can :
1 specify address to write data!
2 specify read address range to read vrom via audio.
3 specify read address range to read prom via audio.
It's an idea that I might work on someday... but I still have many things on my plate right now (including a baby...)
For now, you're better off modifying an existing mapper definition (there is a program that assembles them included in the source code directory.)