diff src/gb/GB.h @ 523:d00096b6bf17

added sound introspection abilities.
author Robert McIntyre <rlm@mit.edu>
date Sat, 23 Jun 2012 20:34:14 -0500
parents 5596cd4a3fc6
children 7ef5c73ea8fa
line wrap: on
line diff
     1.1 --- a/src/gb/GB.h	Sat Jun 23 19:12:26 2012 -0500
     1.2 +++ b/src/gb/GB.h	Sat Jun 23 20:34:14 2012 -0500
     1.3 @@ -65,6 +65,9 @@
     1.4  
     1.5  extern u8 gbReadMemory(u16 address);
     1.6  
     1.7 +extern u16	 soundFrameSound[735 * 30 * 2];
     1.8 +extern int32 soundFrameSoundWritten;
     1.9 +
    1.10  extern struct EmulatedSystem GBSystem;
    1.11  extern struct EmulatedSystemCounters &GBSystemCounters;
    1.12