annotate src/sdl/Drive.h @ 551:b69a3dba8045

condensed gameboy program into a contigous sequence of bytes.
author Robert McIntyre <rlm@mit.edu>
date Thu, 30 Aug 2012 11:19:52 -0500
parents 1ff2c546f5ad
children
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();
rlm@92 8
rlm@92 9 int tick();