diff src/gb/GB.h @ 524:7ef5c73ea8fa

working on recording sound. almost have it, but there is still unexplained popping sounds.
author Robert McIntyre <rlm@mit.edu>
date Sat, 23 Jun 2012 23:10:31 -0500
parents d00096b6bf17
children fa7676dbf6f2
line wrap: on
line diff
     1.1 --- a/src/gb/GB.h	Sat Jun 23 20:34:14 2012 -0500
     1.2 +++ b/src/gb/GB.h	Sat Jun 23 23:10:31 2012 -0500
     1.3 @@ -66,6 +66,7 @@
     1.4  extern u8 gbReadMemory(u16 address);
     1.5  
     1.6  extern u16	 soundFrameSound[735 * 30 * 2];
     1.7 +extern u16	 soundFinalWave[1470];
     1.8  extern int32 soundFrameSoundWritten;
     1.9  
    1.10  extern struct EmulatedSystem GBSystem;