aboutsummaryrefslogtreecommitdiff
path: root/include/joypad.s
Commit message (Collapse)AuthorAgeFilesLines
* Adapt the code to play well with nasm's asanMiquel Sabaté Solà2025-12-151-5/+5
| | | | | | | The address sanitizer from nasm provides quite a few goodies, so let's adapt the code more to it to benefit from those. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* Add a title and a main screensMiquel Sabaté Solà2025-03-131-0/+72
This commit adds the skeleton for having a title and a main screen. For now the title menu doesn't do much, as the selection is simply ignored, but at least it already knows how to cycle between these two states. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>