OPL: YMF262-LLE, part 1
This commit is contained in:
parent
a7b3f8edf7
commit
2558da9418
2 changed files with 133 additions and 12 deletions
|
|
@ -75,8 +75,11 @@ class DivPlatformOPL: public DivDispatch {
|
|||
FixedQueue<QueuedWrite,2048> writes;
|
||||
|
||||
unsigned int dacVal;
|
||||
unsigned int dacVal2;
|
||||
int dacOut;
|
||||
int dacOut3[4];
|
||||
bool lastSH;
|
||||
bool lastSH2;
|
||||
bool lastSY;
|
||||
bool waitingBusy;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue