Making ComplexBitMap a POD part 1

This commit is contained in:
Jaby
2022-09-11 11:36:51 +02:00
committed by Jaby
parent 9da81fc5d0
commit fdf8ba0e9a
9 changed files with 386 additions and 238 deletions

View File

@@ -33,7 +33,7 @@ namespace SPU {
voice.sampleRate.write(SampleRate());
voice.ad.write(AD());
voice.sr.write(SR());
voice.currentVolume.write(SweepVolume());
voice.currentVolume.write(SimpleVolume(0));
voice.adr.write(0x200);
voice.repeatAdr.write(0x200);