megadrive_test2

view src/debug.h @ 8:403367d5df5a

added 8x8 font data
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 22 Jun 2017 07:44:48 +0300
parents
children ca7108a82867
line source
1 #ifndef MD_DEBUG_H_
2 #define MD_DEBUG_H_
4 void dbg_print(const char *s);
6 #endif /* MD_DEBUG_H_ */