quickdev16/snes/crc/debug.h
optixx 369667e154 o cleanup
o refactor debug function
o add ifeq platform to makefile
o get crc working on bank 0
2009-04-26 11:00:02 +02:00

5 lines
142 B
C

void initDebugMap(void);
void debug(void);
void int2hex(word i, char *buf);
void writeln(char* line,word y);
void enableDebugScreen(void);