summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorLeo C2015-05-06 12:18:39 +0200
committerLeo C2015-05-06 12:18:39 +0200
commitc0abd68b350ffd9852923a66f3ee6c315c94813a (patch)
treeab4a7019bc6e0d30311c73df94c03e6fe559b24a /include/config.h
parent2fa1a7069a9709f8d61a198cec1b1d9b2e275fe1 (diff)
downloadz180-stamp-c0abd68b350ffd9852923a66f3ee6c315c94813a.zip
New command 'loadcpm3' - load 'CPM3.SYS' file. setenv() bugfix
Arg 1 of function setenv() is a __MEMX pointer on AVR.
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 646835d..7c46b31 100644
--- a/include/config.h
+++ b/include/config.h
@@ -12,7 +12,11 @@
#define ENV_BAUDRATE "baudrate"
#define ENV_BOOTDELAY "bootdelay"
#define ENV_BOOTCMD "bootcmd"
+#define ENV_PATH_CPM3SYS "cpm3_file"
#define ENV_PINALIAS "pin_alias"
+#define ENV_STARTADDRESS "startaddress"
+
+#define CONFIG_PATH_CPM3SYS "1:/cpm3.sys"
#define CONFIG_ENV_SIZE 1600
#define CONFIG_ENV_OFFSET 0