dev165 - Namco 163: do not scale pitch by default

This commit is contained in:
tildearrow 2023-07-23 15:57:25 -05:00
parent 2321e7913c
commit e52e2da68b
5 changed files with 28 additions and 7 deletions

View file

@ -61,7 +61,7 @@ class DivPlatformN163: public DivDispatch {
unsigned char initChanMax;
unsigned char chanMax;
short loadWave, loadPos;
bool multiplex;
bool multiplex, lenCompensate;
n163_core n163;
unsigned char regPool[128];