5 lines
161 B
C
5 lines
161 B
C
void initDebugMap(void);
|
|
void debug(void);
|
|
void int2hex(unsigned long i, char *buf,word size);
|
|
void writeln(char* line,word y);
|
|
void enableDebugScreen(void); |