diff src/gb/GB.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 d7c38ce83421
children 4c60ebca1a9d
line wrap: on
line diff
     1.1 --- a/src/gb/GB.h	Sun Mar 11 13:53:27 2012 -0500
     1.2 +++ b/src/gb/GB.h	Sun Mar 11 19:07:31 2012 -0500
     1.3 @@ -22,7 +22,7 @@
     1.4  } gbRegister;
     1.5  
     1.6  extern bool gbLoadRom(const char *);
     1.7 -extern void gbEmulate(int);
     1.8 +extern int gbEmulate(int);
     1.9  extern bool gbIsGameboyRom(const char *);
    1.10  extern void gbSoundReset();
    1.11  extern void gbSoundSetQuality(int);