Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Make an NES Emulator game

  1. #1
    The New Kid
    Join Date
    Jul 2009
    Location
    Sparta, WI
    Posts
    7

    Default Make an NES Emulator game

    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

  2. #2
    Big fan of Mupen64 Mupen64 Man's Avatar
    Join Date
    Jun 2008
    Location
    Columbus, Ohio
    Age
    28
    Posts
    1,480

    Default Re: Make an NES Emulator game

    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,

  3. #3
    The New Kid
    Join Date
    Jul 2009
    Location
    Sparta, WI
    Posts
    7

    Default Re: Make an NES Emulator game

    How did the NES Emulator games get made that you find online? Who made them?

  4. #4
    Controller Man ulaoulao's Avatar
    Join Date
    Dec 2005
    Location
    FL
    Posts
    3,391

    Default Re: Make an NES Emulator game

    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?
    Original, the only way to play.

    Forums
    main page - Working controllers

  5. #5
    The New Kid
    Join Date
    Jul 2009
    Location
    Sparta, WI
    Posts
    7

    Default Re: Make an NES Emulator game

    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

  6. #6
    Controller Man ulaoulao's Avatar
    Join Date
    Dec 2005
    Location
    FL
    Posts
    3,391

    Default Re: Make an NES Emulator game

    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?
    Last edited by ulaoulao; August 21st, 2009 at 03:22.
    Original, the only way to play.

    Forums
    main page - Working controllers

  7. #7
    The New Kid
    Join Date
    Jul 2009
    Location
    Sparta, WI
    Posts
    7

    Default Re: Make an NES Emulator game

    Quote Originally Posted by ulaoulao View Post
    Going out on a limb here and just taking a wild guess that you have no clue what's going on. If I'm wrong, I'm sorry, but your questioning leads me to think your not getting it..
    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.

  8. #8
    Controller Man ulaoulao's Avatar
    Join Date
    Dec 2005
    Location
    FL
    Posts
    3,391

    Default Re: Make an NES Emulator game

    While direct and blunt....you are exactly right!
    - Well sometimes you have to be

    What is a rom dumper and where do you get one? (Didn't know such a thing existed)
    - name the system ? a n64 version

    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?
    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.

    Are there any tutorials online for building an emulator game?
    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.
    Original, the only way to play.

    Forums
    main page - Working controllers

  9. #9
    The New Kid
    Join Date
    Jul 2009
    Location
    Sparta, WI
    Posts
    7

    Default Re: Make an NES 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?

  10. #10
    Controller Man ulaoulao's Avatar
    Join Date
    Dec 2005
    Location
    FL
    Posts
    3,391

    Default Re: Make an NES Emulator game

    Layoric, I want to help you but you have to make sense here buddy..

    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.
    - 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 )

    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?
    - 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.
    Last edited by ulaoulao; August 21st, 2009 at 17:15.
    Original, the only way to play.

    Forums
    main page - Working controllers

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •