An open API service indexing awesome lists of open source software.

https://github.com/kautenja/nes-ios

An NES emulator for iOS based on the nes-py emulation system
https://github.com/kautenja/nes-ios

ios-game nes-emulator

Last synced: 7 months ago
JSON representation

An NES emulator for iOS based on the nes-py emulation system

Awesome Lists containing this project

README

          

# nes-iOS

![IMG_0820](https://user-images.githubusercontent.com/2184469/58431766-f666ba80-8074-11e9-9d5e-4e58a4d1f787.png)

An NES emulator for iOS based on the [nes-py](https://github.com/Kautenja/nes-py) emulation system.

# Usage

Download the repository and open the Xcode project using Xcode > 10.
No additional frameworks (i.e., Cocoa pods, carthage repositories, or
swift packages) are necessary to build and install the code.

# Compatibility

[nes-py](https://github.com/Kautenja/nes-py) implements some, but not
all, of the cartridge mappers required to run certain ROMs. You can
check the compatibility for each ROM in the following
[list](https://github.com/Kautenja/nes-py/blob/master/nesmapper.txt).

# Disclaimer

**This project is provided for educational purposes only. It is not
affiliated with and has not been approved by Nintendo.** Furthermore,
arbitrary code execution is forbidden in iOS AppStore apps so this
project is provided open-source only with no immediate plans for
publication on the AppStore or through other means (i.e., Jailbreak).