comparison 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
comparison
equal deleted inserted replaced
91:613353b7e012 92:1ff2c546f5ad
3 void step(); 3 void step();
4 4
5 void step(int keymask); 5 void step(int keymask);
6 6
7 void shutdown(); 7 void shutdown();
8
9 int tick();