megadrive_test2

view src/debug.h @ 10:ca7108a82867

fixed gamepad input on real megadrive
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 24 Jun 2017 02:33:52 +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_ */