aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTa180m2020-05-16 21:20:51 -0500
committerTa180m2020-05-16 21:20:51 -0500
commite17bddbdb029e9b524ba66187be102a09358606a (patch)
tree5bb7f19f42472ee0caa5c2840999d3cbe90f5c16
parent63cf8eb131f59b9655e90f7c70dddfc600010fce (diff)
update
-rw-r--r--.gitignore2
-rw-r--r--README.md2
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index bf4bcc1..b86f509 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,5 @@ badnes
*.o
roms
*.nes
+build
+LaiNES
diff --git a/README.md b/README.md
index 8bab806..cab2976 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,6 @@
| _ < / _` |/ _` | . ` | __| \___ \
| |_) | (_| | (_| | |\ | |____ ____) |
|____/ \__,_|\__,_|_| \_|______|_____/
- EMULATOR
+ EMULATOR
```
An extremely minimal work-in-progress NES emulator based on [LaiNES](https://github.com/AndreaOrru/LaiNES).