New memory system update (endian-safe).

This commit is contained in:
thoduv 2006-07-04 23:43:48 +00:00
parent f07885b33e
commit cc557e7ac8
1 changed files with 4 additions and 0 deletions

View File

@ -107,6 +107,10 @@ typedef int BOOL;
# define LOCAL_TO_LE_32(x) (x)
#endif
/* kilobytes and megabytes macro */
#define MB(x) ((x)*1024*1024)
#define KB(x) ((x)*1024)
typedef enum
{
ARM9 = 0,