ES5506: add a volume scale parameter

This commit is contained in:
tildearrow 2023-02-12 02:11:03 -05:00
parent 30ce6e9ed7
commit e2e0afd18a
3 changed files with 21 additions and 3 deletions

View file

@ -266,7 +266,7 @@ class DivPlatformES5506: public DivDispatch, public es550x_intf {
std::queue<QueuedHostIntf> hostIntf8;
std::queue<unsigned char> queuedRead;
std::queue<QueuedReadState> queuedReadState;
int cycle, curPage;
int cycle, curPage, volScale;
unsigned char maskedVal;
unsigned int irqv;
bool isMasked, isReaded;