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/data.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef _DATA
typedef unsigned char byte;
typedef unsigned short word;
#define _DATA
#endif