lsnes/snes/alt/ppu-performance/debugger/debugger.hpp
2013-05-03 17:47:34 +03:00

4 lines
124 B
C++
Executable file

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