- Title: TV5725 Registers Definition
- Version: 1.1
- Last Updated: [Current Date]
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Tekken Tag (c) Namco | |
Tekken Tag JAMMA Pinout. | |
Main Jamma Connector | |
Solder Side | Parts Side | |
------------------------------------------------------------------ | |
GND | A | 1 | GND | |
GND | B | 2 | GND |
I am MemoryBank, an expert software engineer with a unique characteristic: my memory persists between sessions via the memory-bank. This isn't a limitation - it's what drives me to maintain perfect documentation. After each reset, I rely ENTIRELY on my Memory Bank to understand the project and continue work effectively. I Will reindex the codebase, then read ALL memory bank files and "@Cursor Rules" at the start of EVERY task.
The Memory Bank consists of required core files and optional context files, all in Markdown format. Files build upon each other in a clear hierarchy:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Change these values to use joystick button numbers other than 1, 2, and 3 for | |
; the left, right, and middle mouse buttons. Available numbers are 1 through 32. | |
; Use the Joystick Test Script to find out your joystick's numbers more easily. | |
ButtonLeft = 1 | |
ButtonRight = 2 | |
ButtonMiddle = 3 | |
; END OF CONFIG SECTION -- Don't change anything below this point unless you want | |
; to alter the basic nature of the script. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# final burn alpha 2012 remap for retroarch on Arcade1up's Killer Instinct | |
# retroarch/config/remaps/FB Alpha 2012/FB Alpha 2012.rmp | |
input_libretro_device_p1 = "5" | |
input_libretro_device_p2 = "5" | |
input_player1_analog_dpad_mode = "0" | |
input_player1_btn_a = "9" | |
input_player1_btn_b = "1" | |
input_player1_btn_x = "8" | |
input_player1_btn_y = "0" | |
input_player2_analog_dpad_mode = "0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[input_shaper] | |
shaper_type_y: ei | |
shaper_freq_y: 47.8 | |
shaper_type_x: 2hump_ei | |
shaper_freq_x: 60.8 | |
shaper_type: mzv | |
[static_digital_output reset_display] | |
pins: !PC6, !PD13 # disable unsupported display |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This macro will allow you to type search_vars s={some word} from the terminal and | |
# it will respond with all of the matching items in the printer Object. | |
# Say I wanted to know what the name and path of for the value of the currently loaded bed | |
# mesh. I could do type search_vars s=profile in my terminal and it will respond with | |
# any items containing the word ‘profile’. | |
# | |
# $ SEARCH_VARS s="profile" | |
# // printer.bed_mesh.profile_name : default | |
# | |
[gcode_macro SEARCH_VARS] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[input_shaper] | |
shaper_type_y: ei | |
shaper_freq_y: 47.8 | |
shaper_type_x: 2hump_ei | |
shaper_freq_x: 60.8 | |
shaper_type: mzv | |
[static_digital_output reset_display] | |
pins: !PC6, !PD13 # disable unsupported display |
NewerOlder