Skip to content

Commit

Permalink
6502 support for goodasm.
Browse files Browse the repository at this point in the history
  • Loading branch information
travisgoodspeed committed Sep 1, 2024
1 parent 6d4b23b commit 7f892ff
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 ";
" tlcs47 ucom4 s2000 emz1001 pic16c5x marc4 6502";
QStringList galist=gaarchs.split(" ", Qt::SkipEmptyParts);
galist.sort();
for(int i=0; i<galist.length(); i++)
Expand Down

0 comments on commit 7f892ff

Please sign in to comment.