implement sample off for rest of chips except X1

This commit is contained in:
tildearrow 2024-04-24 03:45:59 -05:00
parent 84437bf0e3
commit 3989dffd58
12 changed files with 171 additions and 43 deletions

View file

@ -468,6 +468,7 @@ int DivPlatformDave::dispatch(DivCommand c) {
chan[c.chan].inPorta=c.value;
break;
case DIV_CMD_SAMPLE_POS:
if (c.chan<4) break;
chan[c.chan].dacPos=c.value;
chan[c.chan].setPos=true;
break;