diff options
author | Ta180m | 2020-05-16 21:20:51 -0500 |
---|---|---|
committer | Ta180m | 2020-05-16 21:20:51 -0500 |
commit | e17bddbdb029e9b524ba66187be102a09358606a (patch) | |
tree | 5bb7f19f42472ee0caa5c2840999d3cbe90f5c16 | |
parent | 63cf8eb131f59b9655e90f7c70dddfc600010fce (diff) |
update
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -3,3 +3,5 @@ badnes *.o roms *.nes +build +LaiNES @@ -6,6 +6,6 @@ | _ < / _` |/ _` | . ` | __| \___ \ | |_) | (_| | (_| | |\ | |____ ____) | |____/ \__,_|\__,_|_| \_|______|_____/ - EMULATOR + EMULATOR ``` An extremely minimal work-in-progress NES emulator based on [LaiNES](https://github.com/AndreaOrru/LaiNES). |