annotate src/sdl/Drive.h @ 91:613353b7e012

got original speedrun to work with modified beginning
author Robert McIntyre <rlm@mit.edu>
date Sun, 11 Mar 2012 13:53:27 -0500
parents 719d910c90f8
children 1ff2c546f5ad
rev   line source
rlm@49 1 int runVBA(int, char**);
rlm@49 2
rlm@53 3 void step();
rlm@53 4
rlm@55 5 void step(int keymask);
rlm@55 6
rlm@53 7 void shutdown();