aboutsummaryrefslogtreecommitdiff
path: root/shared/diskun.s
Commit message (Collapse)AuthorAgeFilesLines
* shared: Bring joypad into a proper styleMiquel Sabaté Solà2025-03-111-4/+4
| | | | | | | Put functions inside of the scope, avoid useless fallthroughs and be more realistic on what is needed from elsewhere. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* scroll: Implement a roulette-like gameMiquel Sabaté Solà2025-02-041-3/+3
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* basics: Add a flickering exampleMiquel Sabaté Solà2025-02-041-0/+95
Add an example on how to flicker sprites so to not surpass the scanline limit for them. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>