OPL: YM3812-LLE?! part 1
This commit is contained in:
parent
a75a99a808
commit
c5f441a83a
2 changed files with 90 additions and 1 deletions
|
|
@ -73,6 +73,12 @@ class DivPlatformOPL: public DivDispatch {
|
|||
QueuedWrite(unsigned short a, unsigned char v): addr(a), val(v), addrOrVal(false) {}
|
||||
};
|
||||
FixedQueue<QueuedWrite,2048> writes;
|
||||
|
||||
unsigned int dacVal;
|
||||
int dacOut;
|
||||
bool lastSH;
|
||||
bool lastSY;
|
||||
bool waitingBusy;
|
||||
|
||||
unsigned char* adpcmBMem;
|
||||
size_t adpcmBMemLen;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue