aboutsummaryrefslogtreecommitdiff
path: root/scroll/include/ppu.s
Commit message (Collapse)AuthorAgeFilesLines
* Add the sound/beep.s exampleMiquel Sabaté Solà2026-04-101-0/+12
| | | | | | | | This is the most simple example you can come up when it comes to producing sound on the NES/Famicom. Basically, a single note is delivered to the APU which is continuously on. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* Provide an example on multiscreen scrollingMiquel Sabaté Solà2025-03-101-18/+5
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* scroll: Start with the scrolling examplesMiquel Sabaté Solà2025-02-041-0/+27
This is still work in progress but at least there's some basic structure to it. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>