2009-05-18 10:03:15 +02:00

7 lines
198 B
C

void initDebugMap(void);
void debug(void);
void int2hex(unsigned long i, char *buf,word size);
void printDebugScreen(char* line,word y);
void enableDebugScreen(void);
void printf(char* line);