VERA: bump default chip type

This commit is contained in:
MooingLemur 2024-08-11 20:47:40 -07:00 committed by tildearrow
parent a8122d3efd
commit 3b9cf70ff5

View file

@ -532,7 +532,7 @@ void DivPlatformVERA::poke(std::vector<DivRegWrite>& wlist) {
}
void DivPlatformVERA::setFlags(const DivConfig& flags) {
psg->chipType=flags.getInt("chipType",1);
psg->chipType=flags.getInt("chipType",2);
chipClock=25000000;
CHECK_CUSTOM_CLOCK;
rate=chipClock/512;