C64: add chip flag to set env reset time

2 by default
1 for .dmf and old Furnace songs
This commit is contained in:
tildearrow 2023-10-29 04:14:54 -05:00
parent 7fd54775bb
commit f05d1693f8
4 changed files with 29 additions and 3 deletions

View file

@ -75,7 +75,7 @@ class DivPlatformC64: public DivDispatch {
unsigned char filtControl, filtRes, vol;
unsigned char writeOscBuf;
unsigned char sidCore;
int filtCut, resetTime;
int filtCut, resetTime, initResetTime;
bool keyPriority, sidIs6581, needInitTables, no1EUpdate;
unsigned char chanOrder[3];