summaryrefslogtreecommitdiff
path: root/erc32.c
diff options
context:
space:
mode:
Diffstat (limited to 'erc32.c')
-rw-r--r--erc32.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/erc32.c b/erc32.c
index dd86907..141c200 100644
--- a/erc32.c
+++ b/erc32.c
@@ -17,7 +17,9 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#define ROM_START 0
+#define ROM_SIZE 0x01000000
#define RAM_START 0x02000000
+#define RAM_SIZE 0x01000000
#include "config.h"
#include <errno.h>