Skip to content

uhrm/dragster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e34ecdd · Jul 28, 2019

History

49 Commits
Nov 13, 2017
Nov 18, 2017
Jan 27, 2018
Nov 18, 2017
Feb 8, 2018
Feb 8, 2018
Jul 28, 2019
Nov 18, 2017
Feb 11, 2018
Jan 28, 2018
Nov 25, 2017
Feb 8, 2018
Jan 28, 2018
Jan 27, 2018

Repository files navigation

dragster

Dragster Analysis and Simulation

View the results on this project's Github Pages.

Setting up Stella

git submodule init stella
git submodule update stella
cd stella
CXXFLAGS="-g -O0" ./configure --enable-debugger
make -j 8

Running the demo script

mkdir -p data
./stella/stella -logtoconsole 1 -threads 0 -video software -sound 0 -timing busy -snapsavedir ./data -debug <path/to/ROM>

In Stella's debugger prompt run:

exec scripts/demo demo

This should create 524 screenshots and one dump file in folder data/.

Creating an interactive SVG info-graphic

python3.6 plot.py demo

This should create an SVG file in folder pages/plots/.

About

Dragster Analysis and Simulation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages