Skip to content

akatsuki105/gsnes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gsnes

Warning
This repository is work in progress, so few games are playable on this emulator.

A toy SNES emulator written in Go.


Usage

> gh repo clone pokemium/gsnes
> cd ./gsnes & go run ./cmd ROMPATH.sfc

Key

input keyboard
Left
Up
Down
Right
A X
B Z
X S
Y A
L Q
R R
Start Enter
Select Backspace

Todo

  • More accuracy
  • Sound
  • Color Math
  • Window
  • Support many cartridge
  • etc...

Credits

kaishuu0123/chibisnes

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.

References