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
|
|
@ -280,8 +280,8 @@ void FurnaceGUI::drawExportROM(bool onWindow) {
|
|||
|
||||
switch (romTarget) {
|
||||
case DIV_ROM_TIUNA: {
|
||||
String asmBaseLabel=romConfig.getString("baseLabel","song");
|
||||
int firstBankSize=romConfig.getInt("firstBankSize",3072);
|
||||
String asmBaseLabel=romConfig.getString("baseLabel","twin");
|
||||
int firstBankSize=romConfig.getInt("firstBankSize",1024);
|
||||
int otherBankSize=romConfig.getInt("otherBankSize",4096-48);
|
||||
int sysToExport=romConfig.getInt("sysToExport",-1);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue