How do you make an emulator game of an old NES game? Is there a previous thread or sticky that addresses this?
How do they get the EXACT same game to be transferred to a PC?
Thanks
Printable View
How do you make an emulator game of an old NES game? Is there a previous thread or sticky that addresses this?
How do they get the EXACT same game to be transferred to a PC?
Thanks
There is an outside unit that can take the info out of the Ram Cartridge and make it into a ROM Image, similar to an ISO, but things like those are exceptionally rare,
How did the NES Emulator games get made that you find online? Who made them?
Layoric, are you talking about a home brew game, or a game?
A game, I'm hoping you understand, is a dump from the original ( not made ) AKA a rom. A hack is , just that, a hacked original. A home made game is where someone used parts of a Rom to make a game on there own. What is it you're after?
I'm talking about taking an existing NES game and making a PC version. How did these games get made?
How did MegaMan get converted to be played on a PC and it is EXACTLY like the old NES game. I mean the timing of events, how you have to jump, etc is all the same. How do you do that?
Thanks
Layoric, You need to tell us what "these" are? If you are referring the the rom file, you have a lot of reading up to do....
Going out on a limb here and just taking a wild guess that you have no clue whats going on. If I'm wrong, I'm sorry, but your questioning leads me to think your not getting it..
A person takes a cartridge, say Zelda for the nes. and puts it in to a machine( a rom dumper). All this machine does, is reads the contents on the cartridge and dumps it to a file. Then some genius writes an app that reads the cartridge just like the original nes did ( an emulator ) and converts is to , for lack of going in to detail, computer talk. So in essence, and emulator thinks its reading the original cartridge buts its actually a file.
help any?
While direct and blunt....you are exactly right!
What is a rom dumper and where do you get one? (Didn't know such a thing existed)
Are there any online applications that can convert the extracted information or is all that built from scratch with C++ or some other programming language?
Are there any tutorials online for building an emulator game?
Thanks.
- Well sometimes you have to be ;)Quote:
While direct and blunt....you are exactly right!
- name the system ? a n64 versionQuote:
What is a rom dumper and where do you get one? (Didn't know such a thing existed)
Hmm, a rom is a binary hex file. So to do this you first have to get it to assembly language, then you need to disassemble that. In short, your not going to do much with it unless you know assembly.Quote:
Are there any online applications that can convert the extracted information or is all that built from scratch with C++ or some other programming language?
There is no such thing is an "emulator game" but you can hack a rom, tuts for that out there. Making an emulator would require what I mentioned above and c++ windows dev no how.Quote:
Are there any tutorials online for building an emulator game?
I want to make an old NES game. They are pretty much all done, but I'm interested in how they do it, gathering the old code off a NES game cartridge.
Is there a community of people who did this, any forums for discussing how to create an emulator game or are these forums for that?
Layoric, I want to help you but you have to make sense here buddy..
- Again there is no game made... You copy the cartridge on to you computer. This is known as a Rom, you can buy a dumper or find the ROM your self. We cant help you find roms here, its against the rules... use google ;) Once you have the rom you need an emulator to play it. EVERY!! game is available, trust me I know I have all of the older game roms on my computer DreamCast and below. . ( there are a small few roms that are horded )Quote:
I want to make an old NES game. They are pretty much all done, but I'm interested in how they do it, gathering the old code off a NES game cartridge.
- For a forum about finding roms, we cant help with, but for creating an emulator, trust me your not going to be able to any time soon, study up on assembly and c++ development.Quote:
s there a community of people who did this, any forums for discussing how to create an emulator game or are these forums for that?