about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2021-07-19 15:13:41 +0100
committerManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2021-07-19 15:13:41 +0100
commit90c83959fb5eb840c8e39cc595790c8fa5975a47 (patch)
treeb22f6782cdf9fc63072bfdb165553877e5c5562f
parentMisc: Properly intialise the emulator (diff)
downloadCHIP8-Emulator-90c83959fb5eb840c8e39cc595790c8fa5975a47.tar.gz
CHIP8-Emulator-90c83959fb5eb840c8e39cc595790c8fa5975a47.tar.bz2
CHIP8-Emulator-90c83959fb5eb840c8e39cc595790c8fa5975a47.zip
Misc: Wrote basic README
-rw-r--r--README.md8
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`