comparison 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
comparison
equal deleted inserted replaced
524:7ef5c73ea8fa 525:fa7676dbf6f2
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 u16 soundFinalWave[1470];
70 extern int32 soundFrameSoundWritten; 70 extern int32 soundFrameSoundWritten;
71 extern u8 soundCopyBuffer[1470 * 2];
72
71 73
72 extern struct EmulatedSystem GBSystem; 74 extern struct EmulatedSystem GBSystem;
73 extern struct EmulatedSystemCounters &GBSystemCounters; 75 extern struct EmulatedSystemCounters &GBSystemCounters;
74 76
75 #endif // VBA_GB_H 77 #endif // VBA_GB_H