debug.h 161 B

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