Advertisement
Zas_

N64c Mayflash config

Nov 25th, 2013
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. # Controller configuration file
  2. #
  3. # STICKX- - stick left
  4. # STICKX+ - stick right
  5. # STICKY- - stick up
  6. # STICKY+ - stick down
  7. # START - start button
  8. # B - b button
  9. # C-LEFT - c left button
  10. # C-RIFHT - c right button
  11. # C-UP - c up button
  12. # C-DOWN - c down button
  13. # A - a button
  14. # R - r button
  15. # L - l button
  16. # Z - z button
  17. # UP - dpad up
  18. # DOWN - dpad down
  19. # LEFT - dpad left
  20. # RIGHT - dpad right
  21. # C-STICK- - c stick left
  22. # C-STICK+ - c stick right
  23. # C-STICK- - c stick up
  24. # C-STICK+ - c stick down
  25. # X - x button
  26. # Y - y button
  27. # END - ends the configuration
  28. #
  29. # Values:
  30. # A 1, means pressing button 1 will hilight A button
  31. # A D1U, means pressing up on 1st dpad will hilight A button
  32. # A A2+, means pushing in positive direction on 2nd axis will hilight A button
  33. # AXISX- A1-, means pushing in negative direction on 1st axis will move stick left
  34. #
  35. # use a number for buttons or A#- or A#+ replaceing the # with axis number for axis inputs
  36. # this way you can have a stick for c buttons
  37. # use D#U for d-pad up D#D for down etc. replacing the # with d-pad number (if you have only one d-pad just use 1)
  38.  
  39. STICKX- A1-
  40. STICKX+ A1+
  41. STICKY- A2-
  42. STICKY+ A2+
  43. START 10
  44. B 3
  45. C-LEFT A4+
  46. C-UP A3-
  47. C-RIGHT A4-
  48. C-DOWN A3+
  49. A 2
  50. R 8
  51. L 7
  52. Z 9
  53. UP D1U
  54. DOWN D1D
  55. LEFT D1L
  56. RIGHT D1R
  57. C-STICKX- 3
  58. C-STICKX+ 5
  59. C-STICKY- 4
  60. C-STICKY+ 6
  61. X 5
  62. Y 3
  63. SELECT 6
  64. END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement