X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fgui%2Fdebug%2Fcpubrowser.h;h=1bf34426a27600a90972430caafd6f0a0c594a09;hb=d207b11e613703aff7d00191c4595b7359f29700;hp=0ea0cdae99f3563f547db54b848eb6eb9390695c;hpb=178d7f01b40cf8367cfe5b71219e6d20f60f92d4;p=virtualjaguar diff --git a/src/gui/debug/cpubrowser.h b/src/gui/debug/cpubrowser.h index 0ea0cda..1bf3442 100644 --- a/src/gui/debug/cpubrowser.h +++ b/src/gui/debug/cpubrowser.h @@ -8,7 +8,7 @@ #ifndef __CPUBROWSER_H__ #define __CPUBROWSER_H__ -#include +#include #include class CPUBrowserWindow: public QWidget @@ -22,6 +22,9 @@ class CPUBrowserWindow: public QWidget public slots: // void DefineAllKeys(void); void RefreshContents(void); + void HandleBPM(bool); + void HandleBPMAddress(const QString &); + void HandleBPMContinue(void); protected: void keyPressEvent(QKeyEvent *); @@ -31,8 +34,11 @@ class CPUBrowserWindow: public QWidget // QTextBrowser * text; QLabel * text; QPushButton * refresh; + QCheckBox * bpm; + QLineEdit * bpmAddress; + QPushButton * bpmContinue; - int32_t memBase; +// int32_t memBase; }; #endif // __CPUBROWSER_H__