Update lindbergh.conf
This commit is contained in:
parent
a2d0c53eb3
commit
bb5ff8b27d
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user