comparison 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
comparison
equal deleted inserted replaced
522:5596cd4a3fc6 523:d00096b6bf17
63 63
64 extern long gbWriteMemSaveStatePos(char *, int); 64 extern long gbWriteMemSaveStatePos(char *, int);
65 65
66 extern u8 gbReadMemory(u16 address); 66 extern u8 gbReadMemory(u16 address);
67 67
68 extern u16 soundFrameSound[735 * 30 * 2];
69 extern int32 soundFrameSoundWritten;
70
68 extern struct EmulatedSystem GBSystem; 71 extern struct EmulatedSystem GBSystem;
69 extern struct EmulatedSystemCounters &GBSystemCounters; 72 extern struct EmulatedSystemCounters &GBSystemCounters;
70 73
71 #endif // VBA_GB_H 74 #endif // VBA_GB_H