GUI: add a debug window

This commit is contained in:
tildearrow 2022-01-27 00:29:16 -05:00
parent 30b012cc5e
commit 0e633ea69b
44 changed files with 490 additions and 4 deletions

View file

@ -290,6 +290,10 @@ void DivPlatformAY8910::forceIns() {
immWrite(0x0d,ayEnvMode);
}
void* DivPlatformAY8910::getChanState(int ch) {
return &chan[ch];
}
void DivPlatformAY8910::reset() {
while (!writes.empty()) writes.pop();
ay->device_reset();