o cleanup
This commit is contained in:
12
tools/bsnes/chip/dsp4/dsp4.hpp
Executable file
12
tools/bsnes/chip/dsp4/dsp4.hpp
Executable file
@@ -0,0 +1,12 @@
|
||||
class DSP4 : public Memory {
|
||||
public:
|
||||
void init();
|
||||
void enable();
|
||||
void power();
|
||||
void reset();
|
||||
|
||||
uint8 read (unsigned addr);
|
||||
void write(unsigned addr, uint8 data);
|
||||
};
|
||||
|
||||
extern DSP4 dsp4;
|
||||
Reference in New Issue
Block a user