aboutsummaryrefslogtreecommitdiff
path: root/scroll/toggle.s
Commit message (Collapse)AuthorAgeFilesLines
* Add the sound/beep.s exampleMiquel Sabaté Solà2026-04-101-1/+0
| | | | | | | | 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>
* Clear VBlank on reset on all examplesMiquel Sabaté Solà2025-03-201-0/+1
| | | | | | | This was an oversight from the very first example that has propagated into the other ones. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* 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: Provide an even more basic exampleMiquel Sabaté Solà2025-03-111-1/+272
| | | | | | That is, just toggle between two fixed nametables. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Provide an example on multiscreen scrollingMiquel Sabaté Solà2025-03-101-0/+1
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>