]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/debug/cpubrowser.h
Added breakpoint on memory access to Alpine mode.
[virtualjaguar] / src / gui / debug / cpubrowser.h
index 0ea0cdae99f3563f547db54b848eb6eb9390695c..e6518724df8824a1052e6a5e8b5e52ea3629e8d8 100644 (file)
@@ -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__