add ability to select custom clock rates
This commit is contained in:
parent
d6d6743740
commit
c6604ff581
43 changed files with 113 additions and 50 deletions
|
|
@ -356,6 +356,7 @@ void DivPlatformTIA::setFlags(const DivConfig& flags) {
|
|||
} else {
|
||||
rate=COLOR_NTSC;
|
||||
}
|
||||
CHECK_CUSTOM_CLOCK;
|
||||
chipClock=rate;
|
||||
mixingType=flags.getInt("mixingType",0)&3;
|
||||
for (int i=0; i<2; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue