add disableSampleMacro flag for compatibility

This commit is contained in:
tildearrow 2022-09-23 19:18:32 -05:00
parent 3dc54b8995
commit eb8849ce63
6 changed files with 15 additions and 14 deletions

View file

@ -88,6 +88,7 @@ void DivPlatformMSM6295::acquire(short* bufL, short* bufR, size_t start, size_t
}
void DivPlatformMSM6295::tick(bool sysTick) {
if (parent->song.disableSampleMacro) return;
for (int i=0; i<4; i++) {
chan[i].std.next();
if (chan[i].std.vol.had) {