X-Git-Url: http://git.hcoop.net/clinton/Virtual-Jaguar-Rx.git/blobdiff_plain/d259f61f080f2388a00f36766240aac016970dd2..570dad923e20ad098263df653287a08f5473427a:/src/debugger/DSPDasmWin.h diff --git a/src/debugger/DSPDasmWin.h b/src/debugger/DSPDasmWin.h index 621bd1d..bdb3bd0 100644 --- a/src/debugger/DSPDasmWin.h +++ b/src/debugger/DSPDasmWin.h @@ -21,27 +21,15 @@ class DSPDasmWindow: public QWidget public: DSPDasmWindow(QWidget * parent = 0); - public slots: -// void DefineAllKeys(void); void RefreshContents(void); - //void GoToAddress(void); void UseDSPPCAddress(void); - //void SetAddress(int address); protected: - //void keyPressEvent(QKeyEvent *); private: QVBoxLayout * layout; -// QTextBrowser * text; QLabel * text; - //QPushButton * refresh; - //QPushButton * go; - //QLineEdit * address; - //QRadioButton * gpu; - //QRadioButton * dsp; - int32_t memBase; };