Page 1 of 3

how to make a rom like what is in this pic by hacking

Posted: Mon Jun 13, 2011 2:02 pm
by ouso1999
i want to make a rom like this by hacking including diverse games.how?

Image[/img]

Posted: Mon Jun 13, 2011 2:04 pm
by 3gengames
I believe Memblers [And probably other people.] have ROM's that you can put NROM games on a cart and make a multicart. Although, when you want to start mixing in other mapper games, you'll have to rewrite the program for them, and it's probably not worth it. :)

Posted: Mon Jun 13, 2011 2:06 pm
by tepples
Which games were you planning to include?

Posted: Mon Jun 13, 2011 2:07 pm
by SkinnyV
No-Carrier has a multicard menu system available on his web page (along alot of other very cool thing). Pretty easy to use too!

http://www.no-carrier.com/

Posted: Mon Jun 13, 2011 4:13 pm
by ouso1999
3gengames wrote:I believe Memblers [And probably other people.] have ROM's that you can put NROM games on a cart and make a multicart. Although, when you want to start mixing in other mapper games, you'll have to rewrite the program for them, and it's probably not worth it. :)
who're Memblers?
and how can i do that?and what's the requirements?

Posted: Mon Jun 13, 2011 4:16 pm
by tepples
The requirements depend on what games you want to include, specifically their size and mapper.

Posted: Mon Jun 13, 2011 4:19 pm
by ouso1999
tepples wrote:Which games were you planning to include?
street fighter hudson's adven...........etc.
but i want that so that i can make a rom to be quite similar to a cart of mine.

Posted: Mon Jun 13, 2011 4:22 pm
by ouso1999
SkinnyV wrote:No-Carrier has a multicard menu system available on his web page (along alot of other very cool thing). Pretty easy to use too!

http://www.no-carrier.com/
sorry i wanna do it on my own
guys , noone know how?!!
help me plz

Posted: Mon Jun 13, 2011 4:27 pm
by Memblers
MottZilla made a program to do that, in this thread but the link seem to not work. That uses MMC1, and I've also made an MMC1 multicart before with simple NROM stuff. Only odd thing I ran into was wanting to play Pooyan, it's a 16kB ROM but it uses mirrored addresses for something (copy protection?). I fixed it easily though.

To do it yourself you have to know what mapper you're using, then understand how the CPU runs the game (reset vector, NMI vector, etc).

Posted: Mon Jun 13, 2011 4:38 pm
by ouso1999
Memblers wrote:MottZilla made a program to do that, in this thread but the link seem to not work. That uses MMC1, and I've also made an MMC1 multicart before with simple NROM stuff. Only odd thing I ran into was wanting to play Pooyan, it's a 16kB ROM but it uses mirrored addresses for something (copy protection?). I fixed it easily though.

To do it yourself you have to know what mapper you're using, then understand how the CPU runs the game (reset vector, NMI vector, etc).
can u upload it 4 me plz?

Posted: Mon Jun 13, 2011 4:55 pm
by Memblers
It's not the full thing (no games included), but this main part of the source shows most of what was involved. And the .NES file shows it in action. :)

http://www.parodius.com/~memblers/nes/multmenu.nes
http://www.parodius.com/~memblers/nes/multi.s

This cart didn't even work right on my MMC1 board, turns out it was because it was some specific version of MMC1A that starts in a random bank.

Posted: Mon Jun 13, 2011 5:04 pm
by ouso1999
Memblers wrote:It's not the full thing (no games included), but this main part of the source shows most of what was involved. And the .NES file shows it in action. :)

http://www.parodius.com/~memblers/nes/multmenu.nes
http://www.parodius.com/~memblers/nes/multi.s

This cart didn't even work right on my MMC1 board, turns out it was because it was some specific version of MMC1A that starts in a random bank.
sorry i mean the MMC1
can u upload it 4 me?

Posted: Mon Jun 13, 2011 5:09 pm
by Memblers
MMC1 is the hardware on the cartridge, I'm not sure what you mean.

Posted: Mon Jun 13, 2011 5:15 pm
by ouso1999
Memblers wrote:MMC1 is the hardware on the cartridge, I'm not sure what you mean.
so can i do that with softwares without hardwares?

Posted: Mon Jun 13, 2011 6:00 pm
by 3gengames
ouso1999 wrote:
Memblers wrote:MMC1 is the hardware on the cartridge, I'm not sure what you mean.
so can i do that with softwares without hardwares?
No, for some games you will _need_ the right hardware, unless you rewrote the entire game.