port macro retrigger to orig Furnace

This commit is contained in:
LTVA1 2024-01-17 15:28:29 +03:00
parent 3cb8190258
commit 7f94cdc930
68 changed files with 265 additions and 1 deletions

View file

@ -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;