mirror of
https://github.com/tildearrow/furnace.git
synced 2024-12-01 00:43:02 +00:00
Less silent output
This commit is contained in:
parent
46b83833e1
commit
72d04777c0
1 changed files with 2 additions and 2 deletions
|
@ -56,8 +56,8 @@ void c140_tick(struct c140_t *c140, const int cycle)
|
||||||
c140->rout += c140->voice[i].rout;
|
c140->rout += c140->voice[i].rout;
|
||||||
}
|
}
|
||||||
// scale as 16bit
|
// scale as 16bit
|
||||||
c140->lout >>= 13;
|
c140->lout >>= 10;
|
||||||
c140->rout >>= 13;
|
c140->rout >>= 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
void c140_voice_tick(struct c140_t *c140, const unsigned char voice, const int cycle)
|
void c140_voice_tick(struct c140_t *c140, const unsigned char voice, const int cycle)
|
||||||
|
|
Loading…
Reference in a new issue