|
SGDK
A free and open development kit for the Sega Mega Drive
|
Memory base definition. More...
Go to the source code of this file.
Macros | |
| #define | ROM 0x00000000 |
| Define start of ROM region. | |
| #define | RAM 0xE0FF0000 |
| Define start of RAM region. | |
| #define | STACK_SIZE 0x0A00 |
| Define memory allocated for stack (default = 0xA00) | |
| #define | MEMORY_HIGH (0xE1000000 - STACK_SIZE) |
| Define the memory high address limit for dynamic allocation. | |
Memory base definition.
This unit provides basic memory address definitions.
We keep this H unit separated so it could eventually be included / used in assembly file if needed.