1
0
mirror of synced 2024-12-18 06:55:52 +01:00
lindbergh-loader/docs/lindbergh.conf

44 lines
1.5 KiB
Plaintext
Raw Normal View History

2022-07-20 20:58:57 +02:00
# SEGA Lindbergh Emulator Configuration File
# Written by Bobby Dilley
# Set the requested dip switch width here
WIDTH 640
# Set the requested dip switch height here
2022-07-20 22:15:25 +02:00
HEIGHT 480
2022-07-20 20:58:57 +02:00
# Set if the emulator should emulate the rideboard used in the special games here
2022-07-20 22:15:25 +02:00
# If this is set to 0, then the emulator will route the traffic to the serial device
# defined in RIDEBOARD_PATH if it has been defined.
2022-07-20 20:58:57 +02:00
EMULATE_RIDEBOARD 0
# Set if the emulator should emulate the driveboard used in driving games here
2022-07-20 22:15:25 +02:00
# If this is set to 0, then the emulator will route the traffic to the serial device
# defined in DRIVEBOARD_PATH if it has been defined.
2022-07-20 20:58:57 +02:00
EMULATE_DRIVEBOARD 0
# Set if the emulator should emulate the motion board from Outrun 2 SP SDX here
2022-07-20 22:15:25 +02:00
# If this is set to 0, then the emulator will route the traffic to the serial device
# defined in MOTIONBOARD_PATH if it has been defined.
2022-07-20 20:58:57 +02:00
EMULATE_MOTIONBOARD 0
# Set if the emulator should emulate JVS and use the keyboard/mouse for controls.
2022-07-20 22:15:25 +02:00
# If this is set to 0, then the emulator will route the traffic to the serial device
# defined in RIDEBOARD_PATH if it has been defined.
2022-07-20 22:06:28 +02:00
EMULATE_JVS 1
2022-07-20 20:58:57 +02:00
# Define the path to pass the JVS packets to
2022-07-20 22:15:25 +02:00
# JVS_PATH /dev/ttyUSB0
# Define the path to pass the rideboard packets to
# RIDEBOARD_PATH /dev/ttyUSB0
# Define the path to pass the driveboard packets to
# DRIVEBOARD_PATH /dev/ttyUSB0
# Define the path to pass the motionboard packets to
# MOTIONBOARD_PATH /dev/ttyUSB0
2022-07-20 20:58:57 +02:00
# Set if the emulator should go full screen
FULLSCREEN 0