mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 04:55:13 +00:00
Revert back to YM2612 (OPN2), We only need 6 FM channels
This commit is contained in:
parent
b18c29a1da
commit
736f812503
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ bool DivEngine::loadTFM(unsigned char* file, size_t len) {
|
||||||
ds.subsong[0]->hz=50;
|
ds.subsong[0]->hz=50;
|
||||||
ds.systemLen = 1;
|
ds.systemLen = 1;
|
||||||
|
|
||||||
ds.system[0]=DIV_SYSTEM_YM2608;
|
ds.system[0]=DIV_SYSTEM_YM2612;
|
||||||
unsigned char magic[8]={0};
|
unsigned char magic[8]={0};
|
||||||
|
|
||||||
reader.readNoRLE(magic, 8);
|
reader.readNoRLE(magic, 8);
|
||||||
|
|
Loading…
Reference in a new issue