1
0
mirror of synced 2024-11-24 05:40:10 +01:00

Update lindbergh.conf

This commit is contained in:
Bobby Dilley 2023-12-03 10:38:34 +00:00 committed by GitHub
parent a2d0c53eb3
commit bb5ff8b27d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,22 +25,22 @@ HEIGHT 480
# Set if the emulator should emulate the rideboard used in the special games here
# 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.
EMULATE_RIDEBOARD 0
# EMULATE_RIDEBOARD 0
# Set if the emulator should emulate the driveboard used in driving games here
# 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.
EMULATE_DRIVEBOARD 0
# EMULATE_DRIVEBOARD 0
# Set if the emulator should emulate the motion board from Outrun 2 SP SDX here
# 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.
EMULATE_MOTIONBOARD 0
# EMULATE_MOTIONBOARD 0
# 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.
EMULATE_JVS 1
# EMULATE_JVS 1
# Define the path to pass the JVS packets to
# JVS_PATH /dev/ttyUSB0
@ -55,4 +55,12 @@ EMULATE_JVS 1
# MOTIONBOARD_PATH /dev/ttyUSB0
# Set if the emulator should go full screen
FULLSCREEN 0
# FULLSCREEN 0
# Patches a function at an address to return a number
# PATCH_RETURN A0000 1
# Patches a memory location to the following
# PATCH A0000 909090