diff options
| author | Ian C <ianc@noddybox.co.uk> | 2026-06-06 06:27:20 +0100 |
|---|---|---|
| committer | Ian C <ianc@noddybox.co.uk> | 2026-06-06 06:27:20 +0100 |
| commit | 0ebcead11de9ba52612dc25499939454d27e031c (patch) | |
| tree | 810d155ca8828e3fbfb328b0a588c2492b2b574d /example_config | |
| parent | 5d145113c41ac1e7f5e2156160b21b7bcec9c5de (diff) | |
Added example_config
Diffstat (limited to 'example_config')
| -rw-r--r-- | example_config | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/example_config b/example_config new file mode 100644 index 0000000..d58a9d6 --- /dev/null +++ b/example_config @@ -0,0 +1,23 @@ +# This file is read from $HOME/.espec + +# Path to the Spectrum 48K ROM. Defaults to ./spec48.rom +rompath /path/to/spec48.rom + +# Path where TAP files are located for loading. Defaults to the current +# directory +tapedir /path/to/tap_files + +# 1 for fullscreen, 0 for windowed. Defaults to windowed +fullscreen 0 + +# 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 + +# Whether to enable sound (1) or disable it (0). Defaults to 1. +sound 1 |
