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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231
|
# settings.dat: configuration options for Fuse
# Copyright (c) 2002-2009 Philip Kendall
# $Id: settings.dat 4131 2010-05-19 10:52:37Z fredm $
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# Author contact information:
# E-mail: philip-fuse@shadowmagic.org.uk
# Format is
# <name in settings_info structure>,
# <type>,
# <default value>,
# <short option>,
# <name on command line>, (defaults to <settings_info name> =~ s/_/-/g)
# <name in config file>, (defaults to <command line> =~ s/-//g)
emulation_speed, numeric, 100,, speed
frame_rate, numeric, 1,, rate
issue2, boolean, 0
joy_prompt, boolean, 0,, joystick-prompt
joy_kempston, boolean, 0,, kempston
kempston_mouse, boolean, 0
mouse_swap_buttons, boolean, 0
tape_traps, boolean, 1,, traps, tapetraps
fastload, boolean, 1
auto_load, boolean, 1
detect_loader, boolean, 1
accelerate_loader, boolean, 1
slt_traps, boolean, 1,, slt, slttraps
double_screen, null, 0
full_screen, boolean, 0
writable_roms, boolean, 0
autosave_settings, boolean, 0
bw_tv, boolean, 0
rs232_handshake, boolean, 0
rs232_tx, string, NULL
rs232_rx, string, NULL
raw_rs232, null, 0
raw_s_net, boolean, 0
snet, string, NULL
confirm_actions, boolean, 1
printer, boolean, 0
statusbar, boolean, 1
interface1, boolean, 0
mdr_len, numeric, 180
mdr_random_len, boolean, 1
interface2, boolean, 1
snapsasz80, null, 0
opus, boolean, 0
pal_tv2x, boolean, 0
plusd, boolean, 0
beta128, boolean, 0
late_timings, boolean, 0
unittests, boolean, 0
fuller, boolean, 0
melodik, boolean, 0
sound_device, string, NULL, 'd'
sound, boolean, 1
sound_load, boolean, 1,, loading-sound
stereo_ay, boolean, 0,, separation
sound_force_8bit, boolean, 0
sound_freq, numeric, 32000, 'f'
speaker_type, string, NULL
volume_ay, numeric, 100
volume_beeper, numeric, 100
joystick_1, string, NULL, 'j'
joystick_1_output, numeric, 0
joystick_1_fire_1, numeric, 4096
joystick_1_fire_2, numeric, 4096
joystick_1_fire_3, numeric, 4096
joystick_1_fire_4, numeric, 4096
joystick_1_fire_5, numeric, 4096
joystick_1_fire_6, numeric, 4096
joystick_1_fire_7, numeric, 4096
joystick_1_fire_8, numeric, 4096
joystick_1_fire_9, numeric, 4096
joystick_1_fire_10, numeric, 4096
joystick_2, string, NULL
joystick_2_output, numeric, 0
joystick_2_fire_1, numeric, 4096
joystick_2_fire_2, numeric, 4096
joystick_2_fire_3, numeric, 4096
joystick_2_fire_4, numeric, 4096
joystick_2_fire_5, numeric, 4096
joystick_2_fire_6, numeric, 4096
joystick_2_fire_7, numeric, 4096
joystick_2_fire_8, numeric, 4096
joystick_2_fire_9, numeric, 4096
joystick_2_fire_10, numeric, 4096
joystick_keyboard_output, numeric, 0
joystick_keyboard_up, numeric, 113
joystick_keyboard_down, numeric, 97
joystick_keyboard_left, numeric, 111
joystick_keyboard_right, numeric, 112
joystick_keyboard_fire, numeric, 32
rzx_compression, boolean, 1,, compress-rzx
competition_mode, boolean, 0
competition_code, numeric, 0
embed_snapshot, boolean, 1
rzx_autosaves, boolean, 1
snapshot, string, NULL, 's'
tape_file, string, NULL, 't', tape, tapefile
start_machine, string, "48", 'm', machine
record_file, string, NULL, 'r', record, recordfile
opusdisk_file, string, NULL,, opusdisk
playback_file, string, NULL, 'p', playback, playbackfile
plus3disk_file, string, NULL,, plus3disk
plusddisk_file, string, NULL,, plusddisk
betadisk_file, string, NULL,, betadisk
dck_file, string, NULL,, dock
if2_file, string, NULL,, if2cart
mdr_file, string, NULL,, microdrive-file
mdr_file2, string, NULL,, microdrive-2-file
mdr_file3, string, NULL,, microdrive-3-file
mdr_file4, string, NULL,, microdrive-4-file
mdr_file5, string, NULL,, microdrive-5-file
mdr_file6, string, NULL,, microdrive-6-file
mdr_file7, string, NULL,, microdrive-7-file
mdr_file8, string, NULL,, microdrive-8-file
simpleide_active, boolean, 0,, simpleide
simpleide_master_file, string, NULL,, simpleide-masterfile
simpleide_slave_file, string, NULL,, simpleide-slavefile
zxatasp_active, boolean, 0,, zxatasp
zxatasp_upload, boolean, 0,, zxatasp-upload
zxatasp_wp, boolean, 0,, zxatasp-write-protect
zxatasp_master_file, string, NULL,, zxatasp-masterfile
zxatasp_slave_file, string, NULL,, zxatasp-slavefile
zxcf_active, boolean, 0,, zxcf
zxcf_upload, boolean, 0,, zxcf-upload
zxcf_pri_file, string, NULL,, zxcf-cffile
divide_enabled, boolean, 0,, divide
divide_wp, boolean, 0,, divide-write-protect
divide_master_file, string, NULL,, divide-masterfile
divide_slave_file, string, NULL,, divide-slavefile
printer_graphics_filename, string, "printout.pbm",, graphicsfile
printer_text_filename, string, "printout.txt",, textfile
aspect_hint, boolean, 1
strict_aspect_hint, boolean, 0
fb_mode, numeric, 320, 'v', fbmode
svga_modes, string, NULL
doublescan_mode, numeric, 1, 'D', doublescan-mode
start_scaler_mode, string, "normal", 'g', graphics-filter
rom_16, string, "48.rom",
rom_48, string, "48.rom",
rom_128_0, string, "128-0.rom",
rom_128_1, string, "128-1.rom",
rom_plus2_0, string, "plus2-0.rom",
rom_plus2_1, string, "plus2-1.rom",
rom_plus2a_0, string, "plus3-0.rom",
rom_plus2a_1, string, "plus3-1.rom",
rom_plus2a_2, string, "plus3-2.rom",
rom_plus2a_3, string, "plus3-3.rom",
rom_plus3_0, string, "plus3-0.rom",
rom_plus3_1, string, "plus3-1.rom",
rom_plus3_2, string, "plus3-2.rom",
rom_plus3_3, string, "plus3-3.rom",
rom_plus3e_0, string, "plus3e-0.rom",
rom_plus3e_1, string, "plus3e-1.rom",
rom_plus3e_2, string, "plus3e-2.rom",
rom_plus3e_3, string, "plus3e-3.rom",
rom_tc2048, string, "tc2048.rom",
rom_tc2068_0, string, "tc2068-0.rom",
rom_tc2068_1, string, "tc2068-1.rom",
rom_ts2068_0, string, "tc2068-0.rom",
rom_ts2068_1, string, "tc2068-1.rom",
rom_pentagon_0, string, "128p-0.rom",
rom_pentagon_1, string, "128p-1.rom",
rom_pentagon_2, string, "trdos.rom",
rom_pentagon512_0, string, "128p-0.rom",
rom_pentagon512_1, string, "128p-1.rom",
rom_pentagon512_2, string, "trdos.rom",
rom_pentagon512_3, string, "gluck.rom",
rom_pentagon1024_0, string, "128p-0.rom",
rom_pentagon1024_1, string, "128p-1.rom",
rom_pentagon1024_2, string, "trdos.rom",
rom_pentagon1024_3, string, "gluck.rom",
rom_scorpion_0, string, "256s-0.rom",
rom_scorpion_1, string, "256s-1.rom",
rom_scorpion_2, string, "256s-2.rom",
rom_scorpion_3, string, "256s-3.rom",
rom_spec_se_0, string, "se-0.rom",
rom_spec_se_1, string, "se-1.rom",
rom_interface_i, string, "if1-2.rom",
rom_opus, string, "opus.rom",
rom_plusd, string, "plusd.rom",
rom_beta128, string, "trdos.rom",
drive_plus3a_type, string, NULL
drive_plus3b_type, string, NULL
plus3_detect_speedlock, boolean, 1
drive_beta128a_type, string, NULL
drive_beta128b_type, string, NULL
drive_beta128c_type, string, NULL
drive_beta128d_type, string, NULL
drive_plusd1_type, string, NULL
drive_plusd2_type, string, NULL
drive_opus1_type, string, NULL
drive_opus2_type, string, NULL
drive_40_max_track, numeric, 42
drive_80_max_track, numeric, 84
disk_try_merge, string, NULL
disk_ask_merge, boolean, 1
debugger_command, string, NULL
|