Megadrive Programming : Adding Controller
In this section I will be teaching you how to detect the console’s controller input. The function which we need to call to initialise controller support is JOY_init(). We place this at the beginning of the main function. This function resets the controls and begins to check what buttons on the controller are being pressed. […]
Read More Megadrive Programming : Adding Controller