o get crc working on 8 banks

This commit is contained in:
optixx
2009-04-26 15:02:10 +02:00
parent dc83f998c7
commit aa29d483eb
6 changed files with 52 additions and 21 deletions

View File

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