]> Shamusworld >> Repos - wozmaker/blobdiff - src/global.cpp
Move saving code to fileio, add WOZ2 support, misc. DSP tweaks.
[wozmaker] / src / global.cpp
index 52b9fb96788ad337ea15651dcb76d38fb9d5ab0e..44b18fa0cccd74d9e6f4874d9427fbbf394650cc 100644 (file)
@@ -43,3 +43,7 @@ uint32_t Global::waveSync = 0;
 uint32_t Global::synWave[141][80000] = { 0 };
 uint32_t Global::synWaveLen[141] = { 0 };
 
+uint8_t Global::bStream[141][80000] = { 0 };
+uint32_t Global::bStreamLen[141] = { 0 };
+uint32_t Global::bStreamLenBits[141] = { 0 };
+