2022-07-20 20:58:57 +02:00
|
|
|
# SEGA Lindbergh Emulator Configuration File
|
|
|
|
# Written by Bobby Dilley
|
|
|
|
|
2022-12-29 11:15:27 +01:00
|
|
|
# Set the colour of the lindbergh to change the Segaboot logo
|
2024-02-01 00:25:56 +01:00
|
|
|
# Possible colours are: YELLOW and RED
|
2024-02-24 21:34:09 +01:00
|
|
|
# LINDBERGH_COLOUR YELLOW
|
2022-12-29 11:15:27 +01:00
|
|
|
|
2022-12-28 13:28:56 +01:00
|
|
|
# Choice of resolutions
|
|
|
|
# 640 x 480
|
|
|
|
# 800 x 600
|
|
|
|
# 1024 x 768
|
|
|
|
# 1280 x 1024
|
|
|
|
# 800 x 480
|
|
|
|
# 1024 x 600
|
|
|
|
# 1280 x 768
|
|
|
|
# 1360 x 768
|
|
|
|
|
2022-07-20 20:58:57 +02:00
|
|
|
# Set the requested dip switch width here
|
2024-02-24 21:34:09 +01:00
|
|
|
# WIDTH 640
|
2022-07-20 20:58:57 +02:00
|
|
|
|
|
|
|
# Set the requested dip switch height here
|
2024-02-24 21:34:09 +01:00
|
|
|
# HEIGHT 480
|
2022-07-20 20:58:57 +02:00
|
|
|
|
2023-12-12 15:00:52 +01:00
|
|
|
# Set if the emulator should emulate JVS and use the keyboard/mouse for controls.
|
|
|
|
# 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.
|
2024-02-24 21:34:09 +01:00
|
|
|
# EMULATE_JVS 0
|
2023-12-12 15:00:52 +01:00
|
|
|
|
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.
|
2024-02-24 21:34:09 +01:00
|
|
|
# EMULATE_RIDEBOARD 1
|
2022-07-20 20:58:57 +02:00
|
|
|
|
|
|
|
# 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.
|
2024-02-24 21:34:09 +01:00
|
|
|
# EMULATE_DRIVEBOARD 1
|
2022-07-20 20:58:57 +02:00
|
|
|
|
|
|
|
# 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.
|
2024-02-24 21:34:09 +01:00
|
|
|
# EMULATE_MOTIONBOARD 1
|
2022-07-20 20:58:57 +02:00
|
|
|
|
2024-02-24 21:34:09 +01:00
|
|
|
# Define the path to pass the JVS packets to if JVS is not being emulated.
|
|
|
|
# JVS_PATH /dev/ttyUSB0
|
2022-07-20 22:15:25 +02:00
|
|
|
|
2024-02-24 21:34:09 +01:00
|
|
|
# Define the path to pass the first serial port to if it's not being emulated.
|
|
|
|
# SERIAL_1_PATH /dev/ttyUSB0
|
2022-07-20 22:15:25 +02:00
|
|
|
|
2024-02-24 21:34:09 +01:00
|
|
|
# Define the path to pass the second serial port to if it's not being emulated.
|
|
|
|
# SERIAL_2_PATH /dev/ttyUSB0
|
2022-07-20 20:58:57 +02:00
|
|
|
|
2023-12-12 15:00:52 +01:00
|
|
|
# Define the path to the sram.bin file
|
2024-02-24 21:34:09 +01:00
|
|
|
# SRAM_PATH sram.bin
|
2023-12-12 15:00:52 +01:00
|
|
|
|
|
|
|
# Define the path to the eeprom.bin file
|
2024-02-24 21:34:09 +01:00
|
|
|
# EEPROM_PATH eeprom.bin
|
2023-12-12 15:00:52 +01:00
|
|
|
|
2022-07-20 20:58:57 +02:00
|
|
|
# Set if the emulator should go full screen
|
2024-02-24 21:34:09 +01:00
|
|
|
# FULLSCREEN 0
|
2023-12-12 15:00:52 +01:00
|
|
|
|
2023-12-12 16:27:37 +01:00
|
|
|
# Set the Region ( JP/US/EX )
|
2024-02-24 21:34:09 +01:00
|
|
|
# REGION EX
|
2023-12-12 16:27:37 +01:00
|
|
|
|
|
|
|
# Set if you want the game to be Free Play
|
2024-02-24 21:34:09 +01:00
|
|
|
# FREEPLAY 1
|
2023-12-20 18:30:33 +01:00
|
|
|
|
2024-02-24 21:34:09 +01:00
|
|
|
# Set if you want to see debug messages in the console
|
|
|
|
# DEBUG_MSGS 1
|