X-Git-Url: http://git.hcoop.net/clinton/Virtual-Jaguar-Rx.git/blobdiff_plain/cf76e892839806b64588635cb6accb636001e62a..ef0da6debd1fc73d0f4c3914e21d9a09dd8fe7e7:/src/debugger/m68kDasmWin.h diff --git a/src/debugger/m68kDasmWin.h b/src/debugger/m68kDasmWin.h index 2340a37..7ac5da6 100644 --- a/src/debugger/m68kDasmWin.h +++ b/src/debugger/m68kDasmWin.h @@ -1,50 +1,37 @@ -// -// m68kDasmWin.h: M68K disassembly window -// -// JPM = Jean-Paul Mari -// -// Who When What -// --- ---------- ------------------------------------------------------------- -// JPM 06/27/2016 Created this file -// - -#ifndef __M68KDASMWIN_H__ -#define __M68KDASMWIN_H__ - -#include -#include - -class m68KDasmWindow: public QWidget -{ - Q_OBJECT - - public: - m68KDasmWindow(QWidget * parent = 0); - - public slots: -// void DefineAllKeys(void); - void RefreshContents(void); -#if 0 - void GoToAddress(void); -#endif - void SetAddress(int address); - void Use68KPCAddress(void); - - protected: -#if 0 - void keyPressEvent(QKeyEvent *); -#endif - - private: - QVBoxLayout * layout; - QTextBrowser * text; -// QLabel * text; -#if 0 - QPushButton * refresh; - QLineEdit * address; - QPushButton * go; -#endif - size_t memBase; -}; - -#endif // __M68KDASMWIN_H__ +// +// m68kDasmWin.h: M68K disassembly window +// +// JPM = Jean-Paul Mari +// +// Who When What +// --- ---------- ------------------------------------------------------------- +// JPM 06/27/2016 Created this file +// + +#ifndef __M68KDASMWIN_H__ +#define __M68KDASMWIN_H__ + +#include +#include + +class m68KDasmWindow: public QWidget +{ + Q_OBJECT + + public: + m68KDasmWindow(QWidget * parent = 0); + + public slots: + void RefreshContents(void); + void SetAddress(int address); + void Use68KPCAddress(void); + + protected: + + private: + QVBoxLayout *layout; + QTextBrowser *text; + size_t memBase; +}; + +#endif // __M68KDASMWIN_H__