mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-16 01:35:07 +00:00
OPZ: remove debug printf
This commit is contained in:
parent
580d982f1e
commit
0c24ee2f08
1 changed files with 0 additions and 1 deletions
|
@ -919,7 +919,6 @@ int DivPlatformTX81Z::dispatch(DivCommand c) {
|
||||||
}
|
}
|
||||||
case DIV_CMD_FM_FIXFREQ: {
|
case DIV_CMD_FM_FIXFREQ: {
|
||||||
if (c.value<0 || c.value>3) break;
|
if (c.value<0 || c.value>3) break;
|
||||||
printf("fixfreq %x\n",c.value2);
|
|
||||||
unsigned short baseAddr=chanOffs[c.chan]|opOffs[orderedOps[c.value]];
|
unsigned short baseAddr=chanOffs[c.chan]|opOffs[orderedOps[c.value]];
|
||||||
DivInstrumentFM::Operator& op=chan[c.chan].state.op[orderedOps[c.value]];
|
DivInstrumentFM::Operator& op=chan[c.chan].state.op[orderedOps[c.value]];
|
||||||
op.egt=(c.value2>0);
|
op.egt=(c.value2>0);
|
||||||
|
|
Loading…
Reference in a new issue