Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bobbylight/finnes
A WIP NES emulator.
https://github.com/bobbylight/finnes
emulator nintendo-nes
Last synced: 22 days ago
JSON representation
A WIP NES emulator.
- Host: GitHub
- URL: https://github.com/bobbylight/finnes
- Owner: bobbylight
- Created: 2014-11-13T00:53:21.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-07-24T15:07:08.000Z (over 3 years ago)
- Last Synced: 2024-04-09T21:14:27.775Z (7 months ago)
- Topics: emulator, nintendo-nes
- Language: Java
- Size: 181 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# finnes - An NES Emulator
![Java Build](https://github.com/bobbylight/finnes/actions/workflows/gradle.yml/badge.svg)
![Java Build](https://github.com/bobbylight/finnes/actions/workflows/codeql-analysis.yml/badge.svg)An attempt at porting a very, very old NES emulator I wrote into
a more modern structure.Right now the CPU emulator and skeleton UI is in place,
but graphics rendering is not implemented (not yet
ported over from older project). So things are pretty
non-functional at the moment.