comparison src/sdl/Drive.h @ 55:719d910c90f8

can now send button presses to the simulated gameboy
author Robert McIntyre <rlm@mit.edu>
date Wed, 07 Mar 2012 13:24:32 -0600
parents 9d0ec2614443
children 1ff2c546f5ad
comparison
equal deleted inserted replaced
54:88218735d220 55:719d910c90f8
1 int runVBA(int, char**); 1 int runVBA(int, char**);
2 2
3 void step(); 3 void step();
4 4
5 void step(int keymask);
6
5 void shutdown(); 7 void shutdown();