GUI: add a debug window
This commit is contained in:
parent
30b012cc5e
commit
0e633ea69b
44 changed files with 490 additions and 4 deletions
|
|
@ -327,6 +327,10 @@ void DivPlatformC64::notifyInsDeletion(void* ins) {
|
|||
}
|
||||
}
|
||||
|
||||
void* DivPlatformC64::getChanState(int ch) {
|
||||
return &chan[ch];
|
||||
}
|
||||
|
||||
void DivPlatformC64::reset() {
|
||||
for (int i=0; i<3; i++) {
|
||||
chan[i]=DivPlatformC64::Channel();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue