o add snes diskio interface

This commit is contained in:
David Voswinkel
2009-05-28 17:49:50 +02:00
parent a9df4311b4
commit d69d2bf398
13 changed files with 3812 additions and 1048 deletions

View File

@@ -1,6 +1,5 @@
void initDebugMap(void);
void debug(void);
void debug_init(void);
void debug_enable(void);
void int2hex(unsigned long i, char *buf,word size);
void printDebugScreen(char* line,word y);
void enableDebugScreen(void);
void printf(char* line);
void print_screen(char* line,word y);
void print_console(char* line);