diff options
author | Anthony Wang | 2020-06-06 12:55:15 -0500 |
---|---|---|
committer | GitHub | 2020-06-06 12:55:15 -0500 |
commit | e04fab80047d4a94fcf363959c36adb0780b2e6e (patch) | |
tree | 762e5706c050bfbf877b714c1a907c923dbde575 | |
parent | 06697f5d3619a016c4b2342ec3203943a68901f6 (diff) |
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ | _ < / _` |/ _` | . ` | __| \___ \ | |_) | (_| | (_| | |\ | |____ ____) | |____/ \__,_|\__,_|_| \_|______|_____/ - EMULATOR + EMULATOR ``` A nearly complete NES emulator in a single 750-line C++ source file, based on [LaiNES](https://github.com/AndreaOrru/LaiNES). |