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") + +
+ +
+ +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...)