Skip to content

AndreaOrru/snes9x-gilgamesh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snes9x-gilgamesh

This is a fork of Snes9x (a SNES emulator) with advanced tracing capabilities. It logs the entire execution flow (including memory accesses) on a SQLite database for subsequent analysis.

Usage

Compile the emulator:

cd unix
./configure
make

Run your favorite game:

./snes9x awesomegame.sfc

Once you're finished playing, press Ctrl+C on the console, then run the command q in the debugger shell. That will ensure the data is saved on the database (~/.snes9x/log/gilgamesh.db).

About

Fork of Snes9x (SNES emulator) with advanced tracing capabilities

Topics

Resources

Stars

Watchers

Forks

Languages

  • C++ 65.9%
  • C 26.7%
  • Objective-C++ 4.1%
  • HTML 1.6%
  • Objective-C 1.0%
  • M4 0.4%
  • Other 0.3%