slide accuracy fixes

This commit is contained in:
tildearrow 2022-01-19 01:27:32 -05:00
parent e87239f8ce
commit f98662d329
3 changed files with 29 additions and 15 deletions

View file

@ -299,10 +299,8 @@ int DivPlatformGenesis::dispatch(DivCommand c) {
break;
}
case DIV_CMD_SAMPLE_MODE: {
if (c.chan==5) {
dacMode=c.value;
rWrite(0x2b,c.value<<7);
}
dacMode=c.value;
rWrite(0x2b,c.value<<7);
break;
}
case DIV_CMD_SAMPLE_BANK: