Warning
This repository is work in progress, so few games are playable on this emulator.
A toy SNES emulator written in Go.
> gh repo clone pokemium/gsnes
> cd ./gsnes & go run ./cmd ROMPATH.sfc
input | keyboard |
---|---|
Left | ← |
Up | ↑ |
Down | ↓ |
Right | → |
A | X |
B | Z |
X | S |
Y | A |
L | Q |
R | R |
Start | Enter |
Select | Backspace |
- More accuracy
- Sound
- Color Math
- Window
- Support many cartridge
- etc...
This emulator does not have sound, but the APU is implemented.
This is because some games require the CPU to wait for the APU to process the game, and if the APU is not implemented, the game will hang up.
Therefore, as a temporary APU, we transplanted the chibisnes's one.