Update README.md

This commit is contained in:
2026-04-05 04:36:34 +02:00
parent 5c9978fe9f
commit 3821d8470a

View File

@@ -1,3 +1,3 @@
# mynes # mynes
mynes is a NES emulator inspired by 100th coin NES test video. The goal is to make an emulator which passes all of the test, but in as small/intuitive codebase as possible mynes is a NES emulator inspired by 100th coin NES test [video.](https://youtu.be/oYjYmSniQyM) The goal is to make an emulator which passes all of the test, but in a code base which is very intuitive to understand. As well as minimal (memory wise) and performant.