aboutsummaryrefslogtreecommitdiff
path: root/scroll/roulette.s
Commit message (Collapse)AuthorAgeFilesLines
* Ensure background/sprite tiles are spread properlyMiquel Sabaté Solà2025-02-041-10/+7
| | | | | | | | At least on the MMC3 chip, it's important to have background tiles on the first pattern table and then sprite tiles on the second pattern table. This avoids a hardware bug on scanline IRQs. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* scroll: Implement a roulette-like gameMiquel Sabaté Solà2025-02-041-0/+521
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>