o add snes mmio test

This commit is contained in:
David Voswinkel
2009-05-16 18:39:27 +02:00
parent 46a566ce14
commit c66828729f
26 changed files with 842 additions and 20 deletions

5
snes/mmio/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);