diff default.cfg @ 1204:d7be5b6e0a8d

Added config file option to specify that RAM should be randomly initialized. Moved default_region inside a new "system" parent node in config
author Michael Pavone <pavone@retrodev.com>
date Thu, 26 Jan 2017 20:07:17 -0800
parents a6ae693974e0
children 32265f6b79e9
line wrap: on
line diff
--- a/default.cfg	Thu Jan 26 09:08:23 2017 -0800
+++ b/default.cfg	Thu Jan 26 20:07:17 2017 -0800
@@ -169,5 +169,9 @@
 	rom menu.bin
 }
 
-default_region U
+system {
+	ram_init zero
+	default_region U
+}
 
+