Skip to content

Commit

Permalink
Gameboy support for GoodASM.
Browse files Browse the repository at this point in the history
  • Loading branch information
travisgoodspeed committed Nov 4, 2024
1 parent 009c60c commit 777f743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion romdecodedialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ RomDecodeDialog::RomDecodeDialog(QWidget *parent) :
ui->listArchitecture->addItem("r2/"+r2list[i]);

QString gaarchs=
" tlcs47 ucom4 s2000 emz1001 pic16c5x marc4 6502 8051";
"gb tlcs47 ucom4 s2000 emz1001 pic16c5x marc4 6502 8051";
QStringList galist=gaarchs.split(" ", Qt::SkipEmptyParts);
galist.sort();
for(int i=0; i<galist.length(); i++)
Expand Down

0 comments on commit 777f743

Please sign in to comment.