debug.h 198 B

123456
  1. void initDebugMap(void);
  2. void debug(void);
  3. void int2hex(unsigned long i, char *buf,word size);
  4. void printDebugScreen(char* line,word y);
  5. void enableDebugScreen(void);
  6. void printf(char* line);