GUI: add a debug window
This commit is contained in:
parent
30b012cc5e
commit
0e633ea69b
44 changed files with 490 additions and 4 deletions
|
|
@ -255,6 +255,10 @@ void DivPlatformSAA1099::forceIns() {
|
|||
rWrite(0x16,saaNoise[0]|(saaNoise[1]<<4));
|
||||
}
|
||||
|
||||
void* DivPlatformSAA1099::getChanState(int ch) {
|
||||
return &chan[ch];
|
||||
}
|
||||
|
||||
void DivPlatformSAA1099::reset() {
|
||||
while (!writes.empty()) writes.pop();
|
||||
saa=saa1099_device();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue