X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fdebug%2Fcpubrowser.h;h=04fa775773bc6de175bd8dc28d5ad69a10c0a081;hb=48dd9ba5b6742935eef61cec80964afe093139ad;hp=0ea0cdae99f3563f547db54b848eb6eb9390695c;hpb=178d7f01b40cf8367cfe5b71219e6d20f60f92d4;p=virtualjaguar diff --git a/src/gui/debug/cpubrowser.h b/src/gui/debug/cpubrowser.h index 0ea0cda..04fa775 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,8 @@ class CPUBrowserWindow: public QWidget public slots: // void DefineAllKeys(void); void RefreshContents(void); + void HandleBPM(bool); + void HandleBPMAddress(const QString &); protected: void keyPressEvent(QKeyEvent *); @@ -31,8 +33,10 @@ class CPUBrowserWindow: public QWidget // QTextBrowser * text; QLabel * text; QPushButton * refresh; + QCheckBox * bpm; + QLineEdit * bpmAddress; - int32_t memBase; +// int32_t memBase; }; #endif // __CPUBROWSER_H__