change default TIunA export params
so it works by just replacing song.asm
This commit is contained in:
parent
7a544fc0e0
commit
93f3ff3500
3 changed files with 20 additions and 12 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue