Skip to content

Commit

Permalink
Merge pull request #259 from ThKattanek/fix_mxe_compile_problem
Browse files Browse the repository at this point in the history
fixed compile problem with cartridge_window, export chip menory
  • Loading branch information
ThKattanek authored Jun 27, 2024
2 parents 9f8986f + cae7216 commit c20e555
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/cartridge_class.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
// Dieser Sourcecode ist Copyright geschützt! //
// Geistiges Eigentum von Th.Kattanek //
// //
// Letzte Änderung am 18.08.2021 //
// www.emu64.de //
// //
//////////////////////////////////////////////////
Expand Down
1 change: 0 additions & 1 deletion src/cartridge_class.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
// Dieser Sourcecode ist Copyright geschützt! //
// Geistiges Eigentum von Th.Kattanek //
// //
// Letzte Änderung am 18.08.2021 //
// www.emu64.de //
// //
//////////////////////////////////////////////////
Expand Down
1 change: 1 addition & 0 deletions src/cartridge_window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,7 @@ void CartridgeWindow::on_ExportChip_clicked()
{
return;
}
return;

int chip_nr = ui->ChipList->currentIndex().row();

Expand Down
2 changes: 1 addition & 1 deletion src/cartridge_window.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
#include <QTimer>

#include "./cartridge_class.h"
#include "./custom_save_file_dialog.h"
#include "./c64_class.h"
#include "./custom_save_file_dialog.h"
#include "./structs.h"

#include "./cartridge_new_easyflash_window.h"
Expand Down

0 comments on commit c20e555

Please sign in to comment.