[Documentation] NESMaker gamepad / controller asm

8bitmatt

New member
When I started working in NESMaker and needed to get into the code it was a little frustrating not having any documentation.
So to help out anyone new to assembly code or NESMaker. Here's my first (of hopefully many) posts that document parts of NESMaker.

How to use NESMaker Gamepad / Controller bits with examples
https://gist.github.com/8bitmatt/fa4c8bd33456fbe4d03796f74036a2f5

[media]https://gist.github.com/8bitmatt/fa4c8bd33456fbe4d03796f74036a2f5[/media]
 

Bucket Mouse

Active member
If only I'd had this a few days ago when finishing up my demo. The exact solution for something i couldn't solve is posted here. But this will be a lot of help for the future. Great work!
 
This is some great code example. It would have made general programming/navigating easier if I had read it before the competition.
 
Top Bottom