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

sound recording test now works.
author Robert McIntyre <rlm@mit.edu>
date Sun, 24 Jun 2012 13:12:51 -0500
parents 7ef5c73ea8fa
children
line wrap: on
line diff
     1.1 --- a/src/gb/GB.h	Sat Jun 23 23:10:31 2012 -0500
     1.2 +++ b/src/gb/GB.h	Sun Jun 24 13:12:51 2012 -0500
     1.3 @@ -68,6 +68,8 @@
     1.4  extern u16	 soundFrameSound[735 * 30 * 2];
     1.5  extern u16	 soundFinalWave[1470];
     1.6  extern int32 soundFrameSoundWritten;
     1.7 +extern u8        soundCopyBuffer[1470 * 2];
     1.8 +
     1.9  
    1.10  extern struct EmulatedSystem GBSystem;
    1.11  extern struct EmulatedSystemCounters &GBSystemCounters;