mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 04:55:13 +00:00
optimize by 0%
This commit is contained in:
parent
ec4a9be778
commit
d57a30e717
1 changed files with 0 additions and 3 deletions
|
@ -6,9 +6,6 @@
|
||||||
// i think there is no wait for data writes, just for ON/OFF writes
|
// i think there is no wait for data writes, just for ON/OFF writes
|
||||||
void DivPlatformGenesis::acquire(short& l, short& r) {
|
void DivPlatformGenesis::acquire(short& l, short& r) {
|
||||||
short o[2];
|
short o[2];
|
||||||
for (int i=0; i<6; i++) {
|
|
||||||
if (--chan[i].konCycles<0) chan[i].konCycles=0;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (dacMode && dacSample!=-1) {
|
if (dacMode && dacSample!=-1) {
|
||||||
if (--dacPeriod<1) {
|
if (--dacPeriod<1) {
|
||||||
|
|
Loading…
Reference in a new issue