Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.