X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fdebug%2Fm68kdasmbrowser.h;h=fe3f29d11602ce5690604803957d8a8a948e106b;hb=dffa89ebdee4d328a8e166b30fcdf38a3fc54b28;hp=77550eebb08d3b33a7db214265d03493de822d61;hpb=e82391f9b8113450e84d7178b61076f54e7cfa81;p=virtualjaguar diff --git a/src/gui/debug/m68kdasmbrowser.h b/src/gui/debug/m68kdasmbrowser.h index 77550ee..fe3f29d 100644 --- a/src/gui/debug/m68kdasmbrowser.h +++ b/src/gui/debug/m68kdasmbrowser.h @@ -22,6 +22,7 @@ class M68KDasmBrowserWindow: public QWidget public slots: // void DefineAllKeys(void); void RefreshContents(void); + void GoToAddress(void); protected: void keyPressEvent(QKeyEvent *); @@ -31,6 +32,8 @@ class M68KDasmBrowserWindow: public QWidget // QTextBrowser * text; QLabel * text; QPushButton * refresh; + QLineEdit * address; + QPushButton * go; int32_t memBase; };