Slashdot Mirror


NES Emulator for iPhone Emerges

An anonymous reader writes "The first emulator for iPhone, iPhoneNES has been released. It run very slow, and has no sound, but hacker NerveGas has managed to modify the source to release an optimized version that is playable. " My favorite bit is that your controller is a clickable picture of the NES controller. Not exactly the ideal UI but still an amazing accomplishment.

3 of 111 comments (clear)

  1. Re:The Real Question... by dakameleon · · Score: 2, Informative

    Search around for all the info on Jailbreak, or the iphone-dev wiki.

    --
    Man who leaps off cliff jumps to conclusion.
  2. Re:The Real Question... by wannasleep · · Score: 5, Informative

    Basically you have to connect the iphone to a computer, run a program called jailbreak that makes the file system readable and writable. Then you just copy files here and there on the iphone. Turn off and on and you will have an icon to the emulator on your screen. More details: you take the files in the zip and install them into the directory /Applications, you add the application to the list of applications to be shown on the screen by editing a file called DisplayOrder.plist, and finally you chmod +x the NESApp.

  3. Re:Poor programming, undoubtedly. by Ailure · · Score: 2, Informative

    You have to remember that the faster emulators tend to be either inaccurate, such as the old infamous nesticle emulator. or use lots of low-level tricks such as ZSNES (which kinda also locks them into one platform). Some emulators where close to perfect accuracy is the goal is also some of the slowest, at least in the NES emulation scene.