ZX beeper: "register" view
This commit is contained in:
parent
cb63921747
commit
c685b60a3c
2 changed files with 5 additions and 3 deletions
|
|
@ -73,7 +73,7 @@ class DivPlatformZXBeeper: public DivDispatch {
|
|||
QueuedWrite(unsigned char a, unsigned char v): addr(a), val(v) {}
|
||||
};
|
||||
std::queue<QueuedWrite> writes;
|
||||
unsigned char lastPan;
|
||||
unsigned char lastPan, ulaOut;
|
||||
|
||||
int cycles, curChan, sOffTimer, delay;
|
||||
int tempL[32];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue