From bb5ff8b27d56ed5e372f93b543dcc33b67d7ad23 Mon Sep 17 00:00:00 2001 From: Bobby Dilley Date: Sun, 3 Dec 2023 10:38:34 +0000 Subject: [PATCH] Update lindbergh.conf --- docs/lindbergh.conf | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/docs/lindbergh.conf b/docs/lindbergh.conf index d88f2a1..a7ae4ab 100644 --- a/docs/lindbergh.conf +++ b/docs/lindbergh.conf @@ -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 + +