aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md38
1 files changed, 37 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8b573b0..0b5d67d 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,39 @@
# Bahamut
-SFC/SNES Emulator for TempleOS \ No newline at end of file
+SFC/SNES Emulator for TempleOS
+
+![Bahamut](https://i.imgur.com/ekMkUeX.png "Bahamut")
+
+<figure class="video_container">
+ <iframe src="https://streamable.com/s/1wjid/whpiet" frameborder="0" allowfullscreen="true"> </iframe>
+</figure>
+
+This emulator is a work in progress, and is based on [SnesJs](https://github.com/elzo-d/SnesJs)
+
+# Usage
+
+Clone the repo, create a RedSea `ISO.C` image and add a `ROMs` folder, `#include "Run";`
+
+# Controls
+
+D-PAD: `ARROW KEYS`
+
+Y: `a`
+
+B: `z`
+
+X: `s`
+
+A: `x`
+
+L: `d`
+
+R: `c`
+
+Select: `SHIFT`
+
+Start: `ENTER`
+
+# TODO
+
+- Lots of things (Sound emulation, timing, PPU fixes...)