Sound4Calc/include/Sound4Calc.h

15 lines
215 B
C

#ifndef _SOUND4CALC
#define _SOUND4CALC
// SH4 addresses
char is_SH4;
void setup(void); // configure ports to output
void SetPin(void);
void ResetPin(void);
char getMPU(void); //get_MPU to compatibility
#endif