Add preset variation with NMK112

This commit is contained in:
cam900 2024-01-19 23:30:09 +09:00
parent 6440b8c808
commit 8e0b64c512
3 changed files with 90 additions and 0 deletions

View file

@ -524,6 +524,9 @@ void DivPlatformMSM6295::setFlags(const DivConfig& flags) {
case 14:
chipClock=COLOR_NTSC/3.0;
break;
case 15:
chipClock=3200000;
break;
default:
chipClock=4000000/4;
break;