Advertisement
Guest User

VICE joystick mapping file

a guest
Jan 27th, 2019
690
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. # VICE joystick mapping file
  2. #
  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 = u/d/l/r/fire)
  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. # Sony PLAYSTATION(R)3 Controller
  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. 0 0 4 1 0 8
  38. 0 0 5 1 0 4
  39. 0 0 6 1 0 2
  40. 0 0 7 1 0 1
  41.  
  42. 0 1 0 5 Virtual keyboard
  43. 0 1 1 5 Speed settings&Warp mode
  44. 0 1 2 3
  45. 0 1 3 2 7 7
  46. 0 1 4 1 1 16
  47. 0 1 5 4
  48. 0 1 6 3
  49. 0 1 7 1 0 16
  50. 0 1 8 5 Drive&Attach disk image to drive 8
  51. 0 1 9 5 Machine settings&Joystick settings&Swap joystick ports
  52. 0 1 10 5 Snapshot&Quickload snapshot.vsf
  53. 0 1 11 5 Snapshot&Quicksave snapshot.vsf
  54. 0 1 12 3
  55. 0 1 13 0
  56. 0 1 14 1 1 16
  57. 0 1 15 2 7 4
  58. 0 1 16 5 Quit emulator
  59. 0 1 17 4
  60. 0 1 18 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement