ES5506: add a volume scale parameter
This commit is contained in:
parent
30ce6e9ed7
commit
e2e0afd18a
3 changed files with 21 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue