Update README.md

This commit is contained in:
Alec Murphy
2020-02-17 00:05:51 +00:00
parent d4588bba42
commit 3bf6713b44
+37 -1
View File
@@ -1,3 +1,39 @@
# Bahamut
SFC/SNES Emulator for TempleOS
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...)