X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fdebug%2Fcpubrowser.h;h=1bf34426a27600a90972430caafd6f0a0c594a09;hb=d207b11e613703aff7d00191c4595b7359f29700;hp=04fa775773bc6de175bd8dc28d5ad69a10c0a081;hpb=48dd9ba5b6742935eef61cec80964afe093139ad;p=virtualjaguar diff --git a/src/gui/debug/cpubrowser.h b/src/gui/debug/cpubrowser.h index 04fa775..1bf3442 100644 --- a/src/gui/debug/cpubrowser.h +++ b/src/gui/debug/cpubrowser.h @@ -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; };