]> 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 04fa775773bc6de175bd8dc28d5ad69a10c0a081..1bf34426a27600a90972430caafd6f0a0c594a09 100644 (file)
@@ -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;
 };