comparison 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
comparison
equal deleted inserted replaced
1203:4cbb6efb9120 1204:d7be5b6e0a8d
167 167
168 ui { 168 ui {
169 rom menu.bin 169 rom menu.bin
170 } 170 }
171 171
172 default_region U 172 system {
173 ram_init zero
174 default_region U
175 }
173 176
177