comparison 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
comparison
equal deleted inserted replaced
523:d00096b6bf17 524:7ef5c73ea8fa
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]; 68 extern u16 soundFrameSound[735 * 30 * 2];
69 extern u16 soundFinalWave[1470];
69 extern int32 soundFrameSoundWritten; 70 extern int32 soundFrameSoundWritten;
70 71
71 extern struct EmulatedSystem GBSystem; 72 extern struct EmulatedSystem GBSystem;
72 extern struct EmulatedSystemCounters &GBSystemCounters; 73 extern struct EmulatedSystemCounters &GBSystemCounters;
73 74