summaryrefslogtreecommitdiff
path: root/default.cfg
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2017-01-26 20:07:17 -0800
committerMichael Pavone <pavone@retrodev.com>2017-01-26 20:07:17 -0800
commitc2cc5668547ad2f4a05c9e37a8c49eed47e3e676 (patch)
tree8c959ab016c6b787f16a7140c009e993880ed717 /default.cfg
parentda448c46b34aae720b077cfca8abd8ed2aa8388a (diff)
Added config file option to specify that RAM should be randomly initialized. Moved default_region inside a new "system" parent node in config
Diffstat (limited to 'default.cfg')
-rw-r--r--default.cfg6
1 files changed, 5 insertions, 1 deletions
diff --git a/default.cfg b/default.cfg
index 7362ffe..98f7591 100644
--- a/default.cfg
+++ b/default.cfg
@@ -169,5 +169,9 @@ ui {
rom menu.bin
}
-default_region U
+system {
+ ram_init zero
+ default_region U
+}
+