Revert back to YM2612 (OPN2), We only need 6 FM channels

This commit is contained in:
techmetx11 2024-04-11 16:12:18 +00:00
parent b18c29a1da
commit 736f812503
No known key found for this signature in database
GPG key ID: 20E0C88A0E7E5AF2

View file

@ -158,7 +158,7 @@ bool DivEngine::loadTFM(unsigned char* file, size_t len) {
ds.subsong[0]->hz=50;
ds.systemLen = 1;
ds.system[0]=DIV_SYSTEM_YM2608;
ds.system[0]=DIV_SYSTEM_YM2612;
unsigned char magic[8]={0};
reader.readNoRLE(magic, 8);