How to make a famicom cartridge rom dump device?
Moderators: B00daW, Moderators
How to make a famicom cartridge rom dump device?
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.
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.
- Hamtaro126
- Posts: 783
- Joined: Thu Jan 19, 2006 5:08 pm
Re: How to make a famicom cartridge rom dump device?
There is CopyNES for those with Windows XP 32bit,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.
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.
AKA SmilyMZX/AtariHacker.
- infiniteneslives
- Posts: 2102
- Joined: Mon Apr 04, 2011 11:49 am
- Location: WhereverIparkIt, USA
- Contact:
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.
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.
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?
I would imagine it would work fine on an NES with disabled 10NES, for the record.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!
- Hamtaro126
- Posts: 783
- Joined: Thu Jan 19, 2006 5:08 pm
Re: How to make a famicom cartridge rom dump device?
Ok, My Mistake.LocalH wrote:I would imagine it would work fine on an NES with disabled 10NES, for the record.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!
AKA SmilyMZX/AtariHacker.
Re: How to make a famicom cartridge rom dump device?
Indeed, it's even marked in red under "safety notes" #2.LocalH wrote:I would imagine it would work fine on an NES with disabled 10NES, for the record.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!
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?
i'll try it!ccovell wrote:Indeed, it's even marked in red under "safety notes" #2.LocalH wrote:I would imagine it would work fine on an NES with disabled 10NES, for the record.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!
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?
ok but i wonder how u place the dumptape on the powerpack and how powerpack will work on famicom
______________________________________
Born to amuse, to inspire, to delight
Here one day
Gone one night
Like a sunset
Dying with the rising of the moon
Gone too soon
I missed u dad
Born to amuse, to inspire, to delight
Here one day
Gone one night
Like a sunset
Dying with the rising of the moon
Gone too soon
I missed u dad
_______________________________________
Re: How to make a famicom cartridge rom dump device?
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?
can you release a custom rom,ccovell wrote:Indeed, it's even marked in red under "safety notes" #2.LocalH wrote:I would imagine it would work fine on an NES with disabled 10NES, for the record.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!
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 :
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.
- mikejmoffitt
- Posts: 1352
- Joined: Sun May 27, 2012 8:43 pm
Re: How to make a famicom cartridge rom dump device?
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?
I dumped some undocumented mappers!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?
[What's that "ROM dump" all over this page? --MOD]
Re: How to make a famicom cartridge rom dump device?
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.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?
Re: How to make a famicom cartridge rom dump device?
It's an idea that I might work on someday... but I still have many things on my plate right now (including a baby...)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.
For now, you're better off modifying an existing mapper definition (there is a program that assembles them included in the source code directory.)