X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fdebug%2Fm68kdasmbrowser.h;h=8d83adf4c1bee4eddb6547a29b0e6055b3210d9a;hb=32f569e1bd09f5d7f07005d119f6408805106381;hp=77550eebb08d3b33a7db214265d03493de822d61;hpb=8103796dd981a8a1c2e18979fd5ef3a1f3f1ccdb;p=virtualjaguar diff --git a/src/gui/debug/m68kdasmbrowser.h b/src/gui/debug/m68kdasmbrowser.h index 77550ee..8d83adf 100644 --- a/src/gui/debug/m68kdasmbrowser.h +++ b/src/gui/debug/m68kdasmbrowser.h @@ -8,7 +8,7 @@ #ifndef __M68KDASMBROWSER_H__ #define __M68KDASMBROWSER_H__ -#include +#include #include class M68KDasmBrowserWindow: public QWidget @@ -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; };