ES5506: some cleanup

and fix sample map... ugh

issue #1282
This commit is contained in:
tildearrow 2023-07-26 19:16:57 -05:00
parent 05d101e42e
commit 677f7fe682
3 changed files with 4 additions and 38 deletions

View file

@ -5563,6 +5563,7 @@ void FurnaceGUI::drawInsEdit() {
if (ins->type==DIV_INS_MSM6295) waveMax=0;
if (ins->type==DIV_INS_SEGAPCM) waveMax=0;
if (ins->type==DIV_INS_K007232) waveMax=0;
if (ins->type==DIV_INS_ES5506) waveMax=0;
if (ins->type==DIV_INS_GA20) waveMax=0;
if (ins->type==DIV_INS_K053260) waveMax=0;
if (ins->type==DIV_INS_POKEMINI) waveMax=0;