summaryrefslogtreecommitdiff
path: root/example_config
blob: fa8736c47aa2b591859632474b8c8e14c04f13c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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.  Note a PAL emulation
# is done, so setting this to 60 won't suddenly make the Spectrum NTSC.  It'll
# just make the PAL Spectrum run quicker.
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