Guest User

Untitled

a guest
Jul 16th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. #####################
  2. ### PLAYER 1 INPUTS ###
  3. #####################
  4.  
  5. $118 and $119 are the bytes in RAM that handle P1's inputs. Inputs are bitwise and are "on" by default (FF-FF)
  6.  
  7.  
  8. $118 $119
  9.  
  10. 0 - X 0 - B
  11. 1 - A 1 - Y
  12. 2 - L 2 - Start
  13. 3 - R 3 - Select
  14. 4 - n/a 4 - Up
  15. 5 - n/a 5 - Down
  16. 6 - n/a 6 - Left
  17. 7 - n/a 7 - Right
Add Comment
Please, Sign In to add comment