diff --git a/README.md b/README.md index 06807e3..51e5d8c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # mynes -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. +mynes (pronounced minus) is a NES emulator inspired by the NES test [video.](https://youtu.be/oYjYmSniQyM) by "100th Coin" the goal is to make an emulator which passes all of the test. But which does so in a code base which is very intuitive to understand. As well as minimal (memory wise) and performant. To achieve these goals these are the restraints: - 1 no external dependancies outside of [X11](https://en.wikipedia.org/wiki/X_Window_System) (for making a window/displaying the screen), [Unity](https://www.throwtheswitch.org/unity) (for testing) and standard C/POSIX libs