NES: here's your FamiTracker compatibility flag
This commit is contained in:
parent
1ee703a158
commit
ec69c30ca0
4 changed files with 17 additions and 3 deletions
|
|
@ -655,6 +655,7 @@ bool DivEngine::loadFTM(unsigned char* file, size_t len, bool dnft, bool dnft_si
|
|||
int map_ch = 0;
|
||||
|
||||
ds.system[systemID++] = DIV_SYSTEM_NES;
|
||||
ds.systemFlags[0].set("resetSweep",true); // FamiTracker behavior
|
||||
|
||||
if (pal) {
|
||||
ds.systemFlags[0].set("clockSel", 1); // PAL clock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue