Genesis: add alternate clock speed

This commit is contained in:
tildearrow 2022-02-04 21:35:24 -05:00
parent 15d310077d
commit 6b040084e0
3 changed files with 7 additions and 1 deletions

View file

@ -794,7 +794,9 @@ void DivPlatformGenesis::setYMFM(bool use) {
}
void DivPlatformGenesis::setFlags(unsigned int flags) {
if (flags==2) {
if (flags==3) {
chipClock=COLOR_NTSC*12.0/7.0;
} else if (flags==2) {
chipClock=8000000.0;
} else if (flags==1) {
chipClock=COLOR_PAL*12.0/7.0;