]> Shamusworld >> Repos - wozmaker/blobdiff - src/global.h
Move saving code to fileio, add WOZ2 support, misc. DSP tweaks.
[wozmaker] / src / global.h
index 1db173d50d2f6fbec57829d2faedff785cfadf79..09215950380eb57721960ee23d0d5854c0290f66 100644 (file)
@@ -35,6 +35,9 @@ class Global
                static uint32_t waveSync;
                static uint32_t synWave[141][80000];    // Synthesized wave
                static uint32_t synWaveLen[141];                // Synthesized wave length
+               static uint8_t bStream[141][80000];
+               static uint32_t bStreamLen[141];
+               static uint32_t bStreamLenBits[141];
 };
 
 #endif // __GLOBAL_H__