diff src/gba/GBA.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 f9f4f1b99eed
children
line wrap: on
line diff
     1.1 --- a/src/gba/GBA.h	Sun Mar 11 13:53:27 2012 -0500
     1.2 +++ b/src/gba/GBA.h	Sun Mar 11 19:07:31 2012 -0500
     1.3 @@ -86,7 +86,7 @@
     1.4  extern bool CPULoadBios(const char *, bool);
     1.5  extern void CPUInit();
     1.6  extern void CPUReset(bool userReset = false);
     1.7 -extern void CPULoop(int);
     1.8 +extern int CPULoop(int);
     1.9  extern void CPUCheckDMA(int, int);
    1.10  #ifdef PROFILING
    1.11  extern void cpuProfil(char *buffer, int, u32, int);