debug.h 142 B

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