aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnthony Wang2020-05-18 12:25:20 -0500
committerAnthony Wang2020-05-18 12:25:20 -0500
commit522577f7442bd3e590999a332a6a36559fe6b582 (patch)
treeb303277caf04c073a3d6754e121c2d2b6d9e755c /README.md
parentd45c4c28d0a6e45eac2f11dfd61cbf0b0bf7b048 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1803b16..cde3e67 100644
--- a/README.md
+++ b/README.md
@@ -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