Update README.md

This commit is contained in:
Lauchmelder 2021-10-31 00:29:30 +02:00 committed by GitHub
parent 29643e060b
commit d97dc819e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1,5 @@
# NESEmulator # NESEmulator [![CI](https://github.com/Lauchmelder23/NESEmulator/actions/workflows/ci.yml/badge.svg)](https://github.com/Lauchmelder23/NESEmulator/actions/workflows/ci.yml)
A custom built NES emulator
A very basic, cross-platform implementation of a classic NES Emulator.
I try to mimic the actual machines behaviour as closely as possible, striving for cycle accuracy as well as maintaining a lot of the quirks the original NES had.