megadrive_test2

view src/debug.h @ 11:302bcd73edc4

added 6button support
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 24 Jun 2017 03:47:37 +0300
parents 403367d5df5a
children
line source
1 #ifndef MD_DEBUG_H_
2 #define MD_DEBUG_H_
4 #define DBG_PALIDX 3
6 void dbg_init(void);
7 void dbg_print(const char *s);
9 #endif /* MD_DEBUG_H_ */