fix more possible crashes when deleting ins
and added a fatal error if implementation is missing
This commit is contained in:
parent
bb4dc21603
commit
c1e26ee749
34 changed files with 111 additions and 10 deletions
|
|
@ -986,6 +986,9 @@ void DivPlatformYM2203::notifyInsChange(int ins) {
|
|||
|
||||
void DivPlatformYM2203::notifyInsDeletion(void* ins) {
|
||||
ay->notifyInsDeletion(ins);
|
||||
for (int i=0; i<3; i++) {
|
||||
chan[i].std.notifyInsDeletion((DivInstrument*)ins);
|
||||
}
|
||||
}
|
||||
|
||||
void DivPlatformYM2203::setSkipRegisterWrites(bool value) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue