mirror of
https://github.com/tildearrow/furnace.git
synced 2025-01-06 23:51:21 +00:00
AY8930: fix Mag Max and Kyugo clock rates
This commit is contained in:
parent
b5a1c13285
commit
fe4800f165
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue