diff options
author | Anthony Wang | 2020-05-18 12:25:20 -0500 |
---|---|---|
committer | Anthony Wang | 2020-05-18 12:25:20 -0500 |
commit | 522577f7442bd3e590999a332a6a36559fe6b582 (patch) | |
tree | b303277caf04c073a3d6754e121c2d2b6d9e755c /README.md | |
parent | d45c4c28d0a6e45eac2f11dfd61cbf0b0bf7b048 (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -66,13 +66,13 @@ http://tuxnes.sourceforge.net/nesmapper.txt http://www.usaco.org/index.php?page=viewproblem2&cpid=1041 ### Why did you do this? -I really like LaiNES: it's very minimal and compact -- but it has several dependencies, so I try to write the shortest NES emulator possible, in a single source file. +I really like LaiNES: it's very minimal and compact — but it has several dependencies, so I try to write the shortest NES emulator possible, in a single source file. ### There's no sound! I'm working on it right now. ### What do you mean by "nearly complete"? -I will declare it complete once I finish implementing the APU, savestates, and maybe Mapper 7. +I'll say it's complete once I finish implementing the APU, savestates, and maybe Mapper 7. ## Credits Special thanks to [Andrea Orru](https://github.com/AndreaOrru) for creating [LaiNES](https://github.com/AndreaOrru/LaiNES), the emulator that this project derives much of its code from.
\ No newline at end of file |