Sound4Calc/include/Sound4Calc.h

17 lines
274 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
unsigned char *itoa(int n, unsigned char* str, int base);
#endif