X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fdebug%2Fcpubrowser.h;h=e6518724df8824a1052e6a5e8b5e52ea3629e8d8;hb=f0a806e6b168b1c9cab5c9d7a27435dc4a76476a;hp=0ea0cdae99f3563f547db54b848eb6eb9390695c;hpb=25646c0a48be1832e20fd4fcdd2d40ba2174bfa3;p=virtualjaguar diff --git a/src/gui/debug/cpubrowser.h b/src/gui/debug/cpubrowser.h index 0ea0cda..e651872 100644 --- a/src/gui/debug/cpubrowser.h +++ b/src/gui/debug/cpubrowser.h @@ -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__