summaryrefslogtreecommitdiff
path: root/emu/options.ggo
diff options
context:
space:
mode:
Diffstat (limited to 'emu/options.ggo')
-rw-r--r--emu/options.ggo6
1 files changed, 5 insertions, 1 deletions
diff --git a/emu/options.ggo b/emu/options.ggo
index 5a93897..90bb5c1 100644
--- a/emu/options.ggo
+++ b/emu/options.ggo
@@ -51,7 +51,7 @@ section "Debug Options"
option "print-7seg" -
"Print what the 7-segment display on the VIA is doing"
optional
-
+
section "GUI Options"
option "width" -
@@ -65,3 +65,7 @@ section "GUI Options"
int typestr="pixel"
default="250"
optional
+
+ option "start-paused" -
+ "Start the CPU in paused mode"
+ optional