aboutsummaryrefslogtreecommitdiff
path: root/include/ppu.s
Commit message (Collapse)AuthorAgeFilesLines
* Adapt the code to play well with nasm's asanMiquel Sabaté Solà2025-12-151-6/+6
| | | | | | | 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>
* Disable the PPU between the title to main screensMiquel Sabaté Solà2025-03-191-0/+4
| | | | | | | During other transitions like game over and such it might also be needed to have something similar, but for now this should cut it. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Add a title and a main screensMiquel Sabaté Solà2025-03-131-0/+4
| | | | | | | | 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>
* Start with a skeleton for the projectMiquel Sabaté Solà2025-03-121-0/+8
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>