summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2026-06-06 06:27:45 +0100
committerIan C <ianc@noddybox.co.uk>2026-06-06 06:27:45 +0100
commit50436a6f97305363059ec72c39e1383dca85e67b (patch)
treeb367d83e299071b953993418df7b50ef659b2909
parenta4614438629c66914a6b8ee9696fe85eb5f4c4b0 (diff)
Added example_config
-rw-r--r--example_config23
1 files changed, 23 insertions, 0 deletions
diff --git a/example_config b/example_config
new file mode 100644
index 0000000..34fa2ff
--- /dev/null
+++ b/example_config
@@ -0,0 +1,23 @@
+# This file is read from $HOME/.ezx81
+
+# Path to the ZX81 ROM. Defaults to ./zx81.rom
+rompath /path/to/zx81.rom
+
+# Path where .P files are located for loading. Defaults to the current
+# directory
+tapedir /path/to/.P_files
+
+# 1 for fullscreen, 0 for windowed. Defaults to windowed
+fullscreen 0
+
+# The amount in KB of RAM. Only 1 and 16 makes sense.
+memsize 16
+
+# The number of frames per second. 50 is the default.
+frames 50
+
+# An integer scale ratio. Defaults to 1.
+scale 1
+
+# Trace the state of the Z80 to stdout if 1. Defaults to 0.
+trace 0