mirror of
https://github.com/rodamaral/lsnes.git
synced 2025-04-02 10:42:15 -04:00
4 lines
124 B
C++
Executable file
4 lines
124 B
C++
Executable file
class PPUDebugger : public PPU, public ChipDebugger {
|
|
public:
|
|
bool property(unsigned id, string &name, string &value);
|
|
};
|