annotate src/sdl/Drive.h @ 92:1ff2c546f5ad

added tick(), which allows one to step through each opcode of gameboy
author Robert McIntyre <rlm@mit.edu>
date Sun, 11 Mar 2012 19:07:31 -0500
parents 719d910c90f8
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();