change default TIunA export params

so it works by just replacing song.asm
This commit is contained in:
tildearrow 2025-03-15 04:09:59 -05:00
parent 7a544fc0e0
commit 93f3ff3500
3 changed files with 20 additions and 12 deletions

View file

@ -187,8 +187,8 @@ void DivExportTiuna::run() {
std::map<int,TiunaCmd> allCmds[2];
// config
String baseLabel=conf.getString("baseLabel","song");
int firstBankSize=conf.getInt("firstBankSize",3072);
String baseLabel=conf.getString("baseLabel","twin");
int firstBankSize=conf.getInt("firstBankSize",1024);
int otherBankSize=conf.getInt("otherBankSize",4096-48);
int tiaIdx=conf.getInt("sysToExport",-1);