YM2612: new experimental hard reset strategy
This commit is contained in:
parent
231b5c3694
commit
48a1e6a976
2 changed files with 33 additions and 15 deletions
|
|
@ -83,6 +83,7 @@ class DivPlatformFMBase: public DivDispatch {
|
|||
|
||||
unsigned char lastBusy;
|
||||
int delay;
|
||||
unsigned int hardResetCycles;
|
||||
bool flushFirst;
|
||||
|
||||
unsigned char regPool[512];
|
||||
|
|
@ -123,6 +124,7 @@ class DivPlatformFMBase: public DivDispatch {
|
|||
DivDispatch(),
|
||||
lastBusy(0),
|
||||
delay(0),
|
||||
hardResetCycles(0),
|
||||
flushFirst(false) {}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue