wram analysis

This commit is contained in:
David Voswinkel
2009-06-14 14:18:17 +02:00
parent 622841e70a
commit 396729e2e2
24 changed files with 1247 additions and 0 deletions

8
snes/wram/debug.h Normal file
View File

@@ -0,0 +1,8 @@
#include "data.h"
void debug_init(void);
void debug_enable(void);
void printfs(word y, const char *fmt, ...);
void printfc(const char *fmt, ...);
void clears(void);
void printc_packet(unsigned long addr, unsigned int len, byte * packet);