AY8930: fix Mag Max and Kyugo clock rates

This commit is contained in:
tildearrow 2023-01-13 00:22:00 -05:00
parent b5a1c13285
commit fe4800f165
1 changed files with 6 additions and 0 deletions

View File

@ -809,6 +809,12 @@ void DivPlatformAY8930::setFlags(const DivConfig& flags) {
case 12:
chipClock=3600000;
break;
case 13:
chipClock=20000000/16;
break;
case 14:
chipClock=1536000;
break;
default:
chipClock=COLOR_NTSC/2.0;
break;