port macro retrigger to orig Furnace
This commit is contained in:
parent
3cb8190258
commit
7f94cdc930
68 changed files with 265 additions and 1 deletions
|
|
@ -853,6 +853,9 @@ int DivPlatformOPLL::dispatch(DivCommand c) {
|
|||
case DIV_CMD_MACRO_ON:
|
||||
chan[c.chan].std.mask(c.value,false);
|
||||
break;
|
||||
case DIV_CMD_MACRO_RETRIG:
|
||||
chan[c.chan].std.retrig(c.value);
|
||||
break;
|
||||
case DIV_CMD_GET_VOLMAX:
|
||||
return 15;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue