diff options
-rw-r--r-- | src/config/Options.lb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index 89d4ebe94a..b87c0ad247 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -196,7 +196,7 @@ define ROM_IMAGE_SIZE comment "Default image size" end define ROM_SECTION_SIZE - default FALLBACK_SIZE + default {FALLBACK_SIZE} format "0x%x" export used comment "Default rom section size" @@ -578,26 +578,26 @@ end ############################################### define CONFIG_SANDPOINT_ALTIMUS default 0 - export used + export never comment "Configure Sandpoint with Altimus PMC" end define CONFIG_SANDPOINT_TALUS default 0 - export used + export never comment "Configure Sandpoint with Talus PMC" end define CONFIG_SANDPOINT_UNITY default 0 - export used + export never comment "Configure Sandpoint with Unity PMC" end define CONFIG_SANDPOINT_VALIS default 0 - export used + export never comment "Configure Sandpoint with Valis PMC" end define CONFIG_SANDPOINT_GYRUS default 0 - export used + export never comment "Configure Sandpoint with Gyrus PMC" end |