sd2snes/src/msu1.h

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