hi every one...
this is my first day in nesdev
i have problem dumping my famicom multicarts
i have this one for example (captain majed+turtles fighter)
i dump it using kazzo with mmc3
and it gives me only the menu and one game running (galaxian)
any help with dumping please...
cause im zero with dumping
i upload it here
edit: removed ROM attachment - admin
dumping my famicom multicarts
Moderator: Moderators
Re: dumping my famicom multicarts
Please do not upload commercial ROM images here.
Re: dumping my famicom multicarts
what is commercial ROM images ??? 

Re: dumping my famicom multicarts
Any game that wasn't released for free by its creators, meaning that any copies posted online are illegal and could cause legal trouble to this site.
Re: dumping my famicom multicarts
Hi every one,
i have the same problem dumping the ROM of my famicom multicarts cardridge
and i think it's the same cartdridge as mmx999 ( Captain majed II + ninja Turtles III + ....)
i trying dumping th ROM using "kazzo" with "anago "software
and it gives me only the menu and i can not play any games, i upload the photo of the cardridge and the sceen of the game menu
Hope that some one help me and give me the correct script to dump the ROm of this multicarts cardridge
Thank you everybody
i have the same problem dumping the ROM of my famicom multicarts cardridge
and i think it's the same cartdridge as mmx999 ( Captain majed II + ninja Turtles III + ....)
i trying dumping th ROM using "kazzo" with "anago "software
and it gives me only the menu and i can not play any games, i upload the photo of the cardridge and the sceen of the game menu
Hope that some one help me and give me the correct script to dump the ROm of this multicarts cardridge
Thank you everybody
- krzysiobal
- Posts: 1148
- Joined: Sun Jun 12, 2011 12:06 pm
- Location: Poland
- Contact:
Re: dumping my famicom multicarts
It is one of those boards with MMC3's WRAM/CE line controlling external register.
Bits from those register controls PRG+CHR upper lines.
And MMC3-CPU-A14 can be switched between CPU-A14 and GND so that MMC3's PRG lines can be used to provide switchable 16k banks at $8000 and $c000 (NROM support)
Normally those boards consisted of 74161+74157 for example
http://krzysiobal.com/carts/?action=view&id=263
http://krzysiobao.com/carts/?action=view&id=125
Here, all that "external" functionality is integrated inside the leftmost blob:
Bits from those register controls PRG+CHR upper lines.
And MMC3-CPU-A14 can be switched between CPU-A14 and GND so that MMC3's PRG lines can be used to provide switchable 16k banks at $8000 and $c000 (NROM support)
Normally those boards consisted of 74161+74157 for example
http://krzysiobal.com/carts/?action=view&id=263
http://krzysiobao.com/carts/?action=view&id=125
Here, all that "external" functionality is integrated inside the leftmost blob:
Code: Select all
WRITES AT: fedc ba98 7654 3210
$6000-$7fff ~ [ 111. .... ...? ????]
What bits with `?` can control
* PRG A18
* PRG A19
* CHR A18
* what is supplied to MMC3's CPU A14 (CPU A14 or GND)
* what is supplied to PRG's A0 (either CPUA0 or GND?
* what is supplied to PRG's A14 (either MMC3's PRG A14 or CPU A14)
* maybe also one of the bits can control if any further writes to this reg can be disabled
Re: dumping my famicom multicarts
Thank you krzysiobal for your help,
But i'm a newbie in the dumping, can you please send me the required anago script to dump the ROM of my cartridge Using Kazzo dumper ,
Thank you
But i'm a newbie in the dumping, can you please send me the required anago script to dump the ROM of my cartridge Using Kazzo dumper ,
Thank you
- krzysiobal
- Posts: 1148
- Joined: Sun Jun 12, 2011 12:06 pm
- Location: Poland
- Contact:
Re: dumping my famicom multicarts
Without dump of menu, it is impossible to figure out how the script should look like.