sgdk
memory_base.h
Go to the documentation of this file.
00001 
00011 #ifndef _MEMORY_BASE_H_
00012 #define _MEMORY_BASE_H_
00013 
00018 #define ROM      0x00000000
00019 
00023 #define RAM      0xE0FF0000
00024 
00029 #define STACK_SIZE      0x0A00
00030 
00034 #define MEMORY_HIGH     (0xE1000000 - STACK_SIZE)
00035 
00036 
00037 #endif // _MEMORY_BASE_H_
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines