o add snes fatfs dummy

o add fatfs custom chip to bsnes
o finishes fatfs linux backend smaple
This commit is contained in:
david
2009-05-26 17:07:39 +02:00
parent 0fd42d7b1d
commit 660767c464
33 changed files with 1241 additions and 121 deletions

6
snes/fatfstest/debug.h Normal file
View File

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