diff src/gb/GB.cpp @ 525:fa7676dbf6f2

sound recording test now works.
author Robert McIntyre <rlm@mit.edu>
date Sun, 24 Jun 2012 13:12:51 -0500
parents 690811e54b51
children 8960150ec761
line wrap: on
line diff
     1.1 --- a/src/gb/GB.cpp	Sat Jun 23 23:10:31 2012 -0500
     1.2 +++ b/src/gb/GB.cpp	Sun Jun 24 13:12:51 2012 -0500
     1.3 @@ -3223,7 +3223,7 @@
     1.4  	}
     1.5  
     1.6        extButtons = (newmask >> 18);
     1.7 -      speedup	   = (extButtons & 1) != 0;
     1.8 +      speedup	   =  (extButtons & 1) != 0;
     1.9  
    1.10        VBAMovieResetIfRequested();
    1.11        //printf("RLM: before Lua functions\n");
    1.12 @@ -3753,7 +3753,7 @@
    1.13        while (soundTicks < 0) // must be < 1 when soundtick_t is real data type
    1.14  	{
    1.15  	  soundTicks += SOUND_CLOCK_TICKS;
    1.16 -
    1.17 +	  printf("gbSoundTick()\n");
    1.18  	  gbSoundTick();
    1.19  	}
    1.20