Skip to content

Commit

Permalink
disable debugger auto-start
Browse files Browse the repository at this point in the history
  • Loading branch information
erique committed Mar 31, 2024
1 parent c8de7d8 commit d0bd497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quaesar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ int main(int argc, char** argv) {
rb->end_address = 0xf20000;
strcpy(rb->lf.loadfile, "bootrom.bin");

currprefs.start_debugger = 1;
// currprefs.start_debugger = 1;
currprefs.uaeboard = 1;

real_main(argc, argv);
Expand Down

0 comments on commit d0bd497

Please sign in to comment.