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

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