Merge pull request #294 from cam900/bubsys

Reduce naming confusion in Bubble System Wavetable Sound
This commit is contained in:
tildearrow 2022-03-17 22:03:24 -05:00 committed by GitHub
commit 6c5e6c2a0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 63 additions and 61 deletions

View file

@ -313,7 +313,7 @@ bool DivEngine::perSystemEffect(int ch, unsigned char effect, unsigned char effe
return false;
}
break;
case DIV_SYSTEM_K005289:
case DIV_SYSTEM_BUBSYS_WSG:
switch (effect) {
case 0x10: // select waveform
dispatchCmd(DivCommand(DIV_CMD_WAVE,ch,effectVal));