diff options
author | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2021-07-19 15:13:41 +0100 |
---|---|---|
committer | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2021-07-19 15:13:41 +0100 |
commit | 90c83959fb5eb840c8e39cc595790c8fa5975a47 (patch) | |
tree | b22f6782cdf9fc63072bfdb165553877e5c5562f | |
parent | Misc: Properly intialise the emulator (diff) | |
download | CHIP8-Emulator-90c83959fb5eb840c8e39cc595790c8fa5975a47.tar.gz CHIP8-Emulator-90c83959fb5eb840c8e39cc595790c8fa5975a47.tar.bz2 CHIP8-Emulator-90c83959fb5eb840c8e39cc595790c8fa5975a47.zip |
Misc: Wrote basic README
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md index e69de29..b5c536d 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,8 @@ +# CHIP8 Emulator +Barebones CHIP8 Interpreter/Emulator + +## Usage +`$ ./chip8_emulator [ROM]` + +## Building +`$ make` |