VERA: bump default chip type
This commit is contained in:
parent
a8122d3efd
commit
3b9cf70ff5
|
|
@ -532,7 +532,7 @@ void DivPlatformVERA::poke(std::vector<DivRegWrite>& wlist) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void DivPlatformVERA::setFlags(const DivConfig& flags) {
|
void DivPlatformVERA::setFlags(const DivConfig& flags) {
|
||||||
psg->chipType=flags.getInt("chipType",1);
|
psg->chipType=flags.getInt("chipType",2);
|
||||||
chipClock=25000000;
|
chipClock=25000000;
|
||||||
CHECK_CUSTOM_CLOCK;
|
CHECK_CUSTOM_CLOCK;
|
||||||
rate=chipClock/512;
|
rate=chipClock/512;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue