add regdump

This commit is contained in:
David Voswinkel
2009-07-05 10:44:00 +02:00
parent 0a62ac52be
commit 9d707f612a
26 changed files with 1311 additions and 0 deletions

8
snes/regdump/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);