]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/debug/cpubrowser.h
Minor update to debugger; added autoupdating to CPU/MEM windows.
[virtualjaguar] / src / gui / debug / cpubrowser.h
index e6518724df8824a1052e6a5e8b5e52ea3629e8d8..1bf34426a27600a90972430caafd6f0a0c594a09 100644 (file)
@@ -8,7 +8,7 @@
 #ifndef __CPUBROWSER_H__
 #define __CPUBROWSER_H__
 
-#include <QtGui>
+#include <QtWidgets>
 #include <stdint.h>
 
 class CPUBrowserWindow: public QWidget
@@ -24,6 +24,7 @@ class CPUBrowserWindow: public QWidget
                void RefreshContents(void);
                void HandleBPM(bool);
                void HandleBPMAddress(const QString &);
+               void HandleBPMContinue(void);
 
        protected:
                void keyPressEvent(QKeyEvent *);
@@ -35,6 +36,7 @@ class CPUBrowserWindow: public QWidget
                QPushButton * refresh;
                QCheckBox * bpm;
                QLineEdit * bpmAddress;
+               QPushButton * bpmContinue;
 
 //             int32_t memBase;
 };