megadrive_test2

diff 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 diff
     1.1 --- a/src/debug.h	Sat Jun 24 00:33:10 2017 +0300
     1.2 +++ b/src/debug.h	Sat Jun 24 02:33:52 2017 +0300
     1.3 @@ -1,6 +1,9 @@
     1.4  #ifndef MD_DEBUG_H_
     1.5  #define MD_DEBUG_H_
     1.6  
     1.7 +#define DBG_PALIDX	3
     1.8 +
     1.9 +void dbg_init(void);
    1.10  void dbg_print(const char *s);
    1.11  
    1.12  #endif	/* MD_DEBUG_H_ */