o add bankselect test for logic analyser test

This commit is contained in:
optixx
2009-04-26 16:24:04 +02:00
parent 096ad71b4e
commit d229719d0c
28 changed files with 881 additions and 0 deletions

5
snes/bankselect/debug.h Normal file
View File

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