File tree 2 files changed +9
-10
lines changed
2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -654,13 +654,12 @@ ConsoleDebugger::ConsoleDebugger(QWidget *parent)
654
654
// cpuCyclesLbl2 = new QLabel( tr("(+0):") );
655
655
cpuCyclesVal = new QLineEdit ( tr (" (+0):" ) );
656
656
cpuInstrsLbl1 = new QLabel ( tr (" Instructions:" ) );
657
- cpuInstrsLbl2 = new QLabel ( tr (" (+0):" ) );
658
657
// cpuInstrsLbl2 = new QLabel( tr("(+0):") );
659
658
cpuInstrsVal = new QLineEdit ( tr (" (+0):" ) );
660
- brkCpuCycExd = new QCheckBox ( tr (" Break when Exceed" ) );
661
- brkInstrsExd = new QCheckBox ( tr (" Break when Exceed" ) );
662
- cpuCycExdVal = new QLineEdit ( tr (" 0" ) );
663
- instrExdVal = new QLineEdit ( tr (" 0" ) );
659
+ // brkCpuCycExd = new QCheckBox( tr("Break when Exceed") );
660
+ // brkInstrsExd = new QCheckBox( tr("Break when Exceed") );
661
+ // cpuCycExdVal = new QLineEdit( tr("0") );
662
+ // instrExdVal = new QLineEdit( tr("0") );
664
663
665
664
cpuCyclesVal->setFont (font);
666
665
cpuCyclesVal->setReadOnly (true );
Original file line number Diff line number Diff line change @@ -248,8 +248,8 @@ class ConsoleDebugger : public QDialog
248
248
QLineEdit *regAEntry;
249
249
QLineEdit *regXEntry;
250
250
QLineEdit *regYEntry;
251
- QLineEdit *cpuCycExdVal;
252
- QLineEdit *instrExdVal;
251
+ // QLineEdit *cpuCycExdVal;
252
+ // QLineEdit *instrExdVal;
253
253
QLineEdit *selBmAddr;
254
254
QLineEdit *cpuCyclesVal;
255
255
QLineEdit *cpuInstrsVal;
@@ -267,8 +267,8 @@ class ConsoleDebugger : public QDialog
267
267
QCheckBox *I_chkbox;
268
268
QCheckBox *Z_chkbox;
269
269
QCheckBox *C_chkbox;
270
- QCheckBox *brkCpuCycExd;
271
- QCheckBox *brkInstrsExd;
270
+ // QCheckBox *brkCpuCycExd;
271
+ // QCheckBox *brkInstrsExd;
272
272
QLabel *emuStatLbl;
273
273
QLabel *ppuLbl;
274
274
QLabel *spriteLbl;
@@ -277,7 +277,7 @@ class ConsoleDebugger : public QDialog
277
277
QLabel *cpuCyclesLbl1;
278
278
// QLabel *cpuCyclesLbl2;
279
279
QLabel *cpuInstrsLbl1;
280
- QLabel *cpuInstrsLbl2;
280
+ // QLabel *cpuInstrsLbl2;
281
281
QTimer *periodicTimer;
282
282
QFont font;
283
283
You can’t perform that action at this time.
0 commit comments