Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robb/nes.swift
An NES emulator written in Swift
https://github.com/robb/nes.swift
emulator nes nes-emulator swift
Last synced: 9 days ago
JSON representation
An NES emulator written in Swift
- Host: GitHub
- URL: https://github.com/robb/nes.swift
- Owner: robb
- Created: 2015-04-06T20:34:59.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2020-06-16T20:05:17.000Z (over 4 years ago)
- Last Synced: 2024-10-13T10:50:43.215Z (23 days ago)
- Topics: emulator, nes, nes-emulator, swift
- Language: Swift
- Homepage:
- Size: 321 KB
- Stars: 149
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NES
An NES emulator written in Swift.
### TODOs:
#### NES.framework
- [x] CPU
- [x] PPU
- [ ] APU
- [x] Controller Support
- [ ] Store/load savegames
- [ ] Record/store/load demos#### Emulator.app
- [x] Load `.nes` files
- [x] _Playable_
- [ ] UI