OPL: YMF262-LLE, part 1

This commit is contained in:
tildearrow 2023-11-25 02:26:59 -05:00
parent a7b3f8edf7
commit 2558da9418
2 changed files with 133 additions and 12 deletions

View file

@ -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;