Advertisement
javier_albarracin

sdl-joymap-C64.vjm

Jan 10th, 2021 (edited)
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. # VICE joystick mapping file for TWO Controllers in RETROPIE
  2. # You can use ONE joystick also.
  3. # A joystick map is read in as patch to the current map.
  4. #
  5. # File format:
  6. # - comment lines start with '#'
  7. # - keyword lines start with '!keyword'
  8. # - normal line has 'joynum inputtype inputindex action'
  9. #
  10. # Keywords and their lines are:
  11. # '!CLEAR' clear all mappings
  12. #
  13. # inputtype:
  14. # 0 axis
  15. # 1 button
  16. # 2 hat
  17. # 3 ball
  18. #
  19. # Note that each axis has 2 inputindex entries and each hat has 4.
  20. #
  21. # action [action_parameters]:
  22. # 0 none
  23. # 1 port pin joystick (pin: 1/2/4/8/16/32/64 = u/d/l/r/fire/fire2/fire3)
  24. # 2 row col keyboard
  25. # 3 map
  26. # 4 UI activate
  27. # 5 path&to&item UI function
  28. #
  29.  
  30. !CLEAR
  31.  
  32. # Microsoft X-Box 360 pad
  33. 0 0 0 1 1 8
  34. 0 0 1 1 1 4
  35. 0 0 2 1 1 2
  36. 0 0 3 1 1 1
  37. 1 0 0 1 0 8
  38. 1 0 1 1 0 4
  39. 1 0 2 1 0 2
  40. 1 0 3 1 0 1
  41.  
  42. 0 1 0 1 1 16
  43. 0 1 1 5 Statusbar
  44. 0 1 2 5 Statusbar
  45. 0 1 3 1 0 16
  46. 0 1 4 1 1 16
  47. 0 1 5 4
  48. 0 1 6 5 Statusbar
  49. 0 1 7 5 Quit emulator
  50. 0 1 8 1 1 16
  51. 0 1 9 5 Quit emulator
  52. 0 1 10 3
  53.  
  54. 1 1 0 1 0 16
  55. 1 1 3 1 0 16
  56. 1 1 4 1 1 16
  57. 1 1 5 4
  58. 1 1 8 1 0 16
  59. 1 1 10 3
  60.  
  61. 0 2 0 1 1 1
  62. 0 2 1 1 1 2
  63. 0 2 2 1 1 4
  64. 0 2 3 1 1 8
  65. 1 2 0 1 0 1
  66. 1 2 1 1 0 2
  67. 1 2 2 1 0 4
  68. 1 2 3 1 0 8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement