o cleanup

o refactor debug function
o add ifeq platform to makefile
o get crc working on bank 0
This commit is contained in:
optixx
2009-04-26 11:00:02 +02:00
parent 4a083cbea3
commit 369667e154
10 changed files with 199 additions and 664 deletions

View File

@@ -1,2 +1,5 @@
void initDebugMap(void);
void debug(void);
void debug(void);
void int2hex(word i, char *buf);
void writeln(char* line,word y);
void enableDebugScreen(void);