8000 GitHub - snes-emu/gose: A work in progress SNES emulator written in go
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

snes-emu/gose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 A883  
 
 
 
 
 
 
 
 

Repository files navigation

gose

Build Status

Gose logo

Gose is a WIP SNES emulator

Usage

You can start by cloning the repo with: git clone https://github.com/snes-emu/gose.git

Then to build gose you can simply do make in the gose project directory, this should output a binary named gose in your current directory.

You can then run a ROM doing: ./gose <path_to_your_rom>, for now only raw ROMs and .zips are supported

To run the ROM with the debugger enabled you can do: ./gose -debug-server <path_to_your_rom> if the web debugger did not open automatically, check in the logs for the URL to open in your browser.

Testing

To run the tests simply run: make test

0