X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fdebug%2Fm68kdasmbrowser.h;h=fe3f29d11602ce5690604803957d8a8a948e106b;hb=f0a806e6b168b1c9cab5c9d7a27435dc4a76476a;hp=77550eebb08d3b33a7db214265d03493de822d61;hpb=8103796dd981a8a1c2e18979fd5ef3a1f3f1ccdb;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; };