sd2snes/src/tests/msu1.h
2011-12-19 22:17:49 +01:00

16 lines
193 B
C

#ifndef MSU1_H
#define MSU1_H
#ifdef DEBUG_MSU1
#define DBG_MSU1
#else
#define DBG_MSU1 while(0)
#endif
#define MSU_DAC_BUFSIZE (2048)
int msu1_check(uint8_t*);
int msu1_loop(void);
#endif