diff src/gb/gbCodesCB.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/gb/gbCodesCB.h	Sun Mar 11 13:53:27 2012 -0500
     1.2 +++ b/src/gb/gbCodesCB.h	Sun Mar 11 19:07:31 2012 -0500
     1.3 @@ -1266,4 +1266,4 @@
     1.4     systemMessage(0, N_("Unknown opcode %02x at %04x"),
     1.5                   gbReadOpcode(PC.W-1),PC.W-1);
     1.6     emulating = false;
     1.7 -   return;
     1.8 +   return 1;