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
- Host: GitHub
- URL: https://github.com/kautenja/nes-ios
- Owner: Kautenja
- License: mit
- Created: 2019-05-27T03:31:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-17T18:42:42.000Z (over 6 years ago)
- Last Synced: 2025-03-17T11:50:35.915Z (7 months ago)
- Topics: ios-game, nes-emulator
- Language: C++
- Size: 1.9 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nes-iOS

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