slide accuracy fixes
This commit is contained in:
parent
e87239f8ce
commit
f98662d329
3 changed files with 29 additions and 15 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue