o get crc working on 8 banks
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user