add missing tests

This commit is contained in:
optixx
2009-08-28 08:47:26 +02:00
parent f273b986c1
commit b1db3f6ae0
29 changed files with 3093 additions and 1895 deletions

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