Genesis: add alternate clock speed
This commit is contained in:
parent
15d310077d
commit
6b040084e0
3 changed files with 7 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue