# ---------------------------------------------------------------------------
# OutRun: Amiga Edition - Configuration File
#
# Edit this file to change the default settings.
# Settings can also be overriden in the front-end menu, although they will
# not be saved.
#
# Please take a backup of this file before you edit it, as the configuration
# parsing code I've written probably isn't very tolerant of errors!
# ---------------------------------------------------------------------------

# Default Game Time [0 = Normal, 1 = Easy, 2 = Hard, 3 = Very Hard]
time=0

# Rolling Stop, when timer expires [0 = Off (Arcade Setting), 1 = On]
rolling_stop=0

# Offroad Tyres, with no speed loss [0 = Off (Arcade Setting), 1 = On]
tyres_offroad=0

# Grippy Tyres, for easy cornering! [0 = Off (Arcade Setting), 1 = On]
tyres_grippy=0

# Faster Top Speed [0 = Off (Arcade Setting), 1 = On]
turbo_speed=0

# Strong Bumper for vehicle collisions  [0 = Off (Arcade Setting), 1 = On]
bumper=0

# Gear Shift [0 = Manual Shift, 1 = Automatic]
gear=0

# Joystick Port [0 = Disable, 1 = Port 1, 2 = Port 2]
joy_port=2

# Number of joystick buttons [1 to 3]
# 1 = Oldskool joystick
# 2 = Master System / Megadrive Pads
# 3 = CD32 Compatible Pads
joy_buttons=3

# CD32 Akiko C2P Hardware [0 = Automatic, 1 = Force Off, 2 = Force On]
# By default, the best value will be set at run-time, so this setting can
# be left as-is. Note: This can only be used if the hardware is detected.
#
# There is a known issue with the MiSTer Minimig FPGA core and this should
# be set to '1' (i.e. force off) or you will get no graphics!
force_akiko=0

# Maximum FPS Cap [25, 30]
# Leave this at 25 unless you are running a modern system! (Vampire/PiStorm)
# Why? You'll reduce performance otherwise...
fps=25

# In-Game FPS counter [0 = Off, 1 = On]
# Can also be toggled with 'F2' in-game
fps_counter=0

# Hi-Score Save Enabled [0 = Off, 1 = On]
# Disable if writing to disk makes you nervous...
hiscore_save=1