bsnes-classic/bsnes/snes/dsp/debugger/debugger.hpp

4 lines
124 B
C++

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