AY: fix possible hang

This commit is contained in:
tildearrow 2022-05-16 13:37:41 -05:00
parent 0ae105ded3
commit 1675456693
2 changed files with 2 additions and 0 deletions

View file

@ -660,6 +660,7 @@ void DivPlatformAY8910::setFlags(unsigned int flags) {
break;
}
ay->device_start();
ay->device_reset();
stereo=(flags>>6)&1;
}