bsnes-plus/bsnes/snes/dsp/debugger/debugger.hpp
2014-11-26 18:35:12 -05:00

4 lines
124 B
C++

class DSPDebugger : public DSP, public ChipDebugger {
public:
bool property(unsigned id, string &name, string &value);
};