Dragster Analysis and Simulation
View the results on this project's Github Pages.
git submodule init stella
git submodule update stella
cd stella
CXXFLAGS="-g -O0" ./configure --enable-debugger
make -j 8
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/
.
python3.6 plot.py demo
This should create an SVG file in folder pages/plots/
.