aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improve wording on sound/README.mdMiquel Sabaté Solà2026-04-141-2/+2
* Expand the documentation on the square channelMiquel Sabaté Solà2026-04-141-22/+62
* sound: write down a README.md fileMiquel Sabaté Solà2026-04-101-3/+14
* Add the noise channel to sound/select.sMiquel Sabaté Solà2026-04-102-0/+42
* Fix minor details on sound in sprite.sMiquel Sabaté Solà2026-04-101-5/+2
* Add the sound/scale.s exampleMiquel Sabaté Solà2026-04-102-0/+232
* Add the sound/select.s exampleMiquel Sabaté Solà2026-04-104-0/+247
* Add the sound/beep.s exampleMiquel Sabaté Solà2026-04-1011-4/+253
* Clarify on how nametables are to be initializedMiquel Sabaté Solà2026-04-072-16/+22
* Expand on attribute tablesMiquel Sabaté Solà2026-04-071-1/+17
* Expand the explanation on memory mapped IOMiquel Sabaté Solà2026-04-071-7/+16
* basics: Improve the wording on sprite.sMiquel Sabaté Solà2025-05-091-27/+30
* rand: Add an example with PRNGMiquel Sabaté Solà2025-05-068-2/+595
* Clear out wording on README filesMiquel Sabaté Solà2025-04-242-15/+29
* Provide better wording on disabling decimal modeMiquel Sabaté Solà2025-03-202-8/+13
* Clear VBlank on reset on all examplesMiquel Sabaté Solà2025-03-2011-1/+14
* scroll: Provide an example with the MMC3 chipMiquel Sabaté Solà2025-03-129-47/+462
* Provide a reference to my code styleMiquel Sabaté Solà2025-03-111-0/+1
* shared: Bring joypad into a proper styleMiquel Sabaté Solà2025-03-119-78/+66
* scroll: Provide better wording for the READMEMiquel Sabaté Solà2025-03-111-18/+19
* Small code style cleanupsMiquel Sabaté Solà2025-03-112-5/+3
* scroll: Provide an even more basic exampleMiquel Sabaté Solà2025-03-115-3/+296
* scroll: Provide an example with sprite 0 collisionMiquel Sabaté Solà2025-03-118-23/+331
* docs: Align GIFs to the centerMiquel Sabaté Solà2025-03-101-2/+6
* Expand some comments on sprite.sMiquel Sabaté Solà2025-03-101-13/+28
* Provide an example on multiscreen scrollingMiquel Sabaté Solà2025-03-1019-131/+1947
* Bring code style to better standardsMiquel Sabaté Solà2025-03-1016-196/+206
* shared: Add utilities for clearing screensMiquel Sabaté Solà2025-03-074-0/+50
* Add an editorconfig fileMiquel Sabaté Solà2025-02-051-0/+8
* Ensure background/sprite tiles are spread properlyMiquel Sabaté Solà2025-02-045-27/+50
* scroll: Implement a roulette-like gameMiquel Sabaté Solà2025-02-0412-39/+580
* fx: Provide an example of PPU bank switchingMiquel Sabaté Solà2025-02-048-6/+531
* Add a note about nasmMiquel Sabaté Solà2025-02-041-3/+6
* Move macros globallyMiquel Sabaté Solà2025-02-041-22/+22
* Don't leave segments emptyMiquel Sabaté Solà2025-02-042-0/+20
* Use custom configurations everywhereMiquel Sabaté Solà2025-02-049-44/+100
* Clean up the Makefile outputMiquel Sabaté Solà2025-02-043-32/+30
* Vastly improve the documentationMiquel Sabaté Solà2025-02-0410-83/+184
* Add a way to safely read from controllersMiquel Sabaté Solà2025-02-044-104/+74
* basics: Add a flickering exampleMiquel Sabaté Solà2025-02-044-4/+435
* Move assets into a global directoryMiquel Sabaté Solà2025-02-049-189/+3
* basics: Add an example on CHR-RAMMiquel Sabaté Solà2025-02-047-9/+321
* scroll: Start with the scrolling examplesMiquel Sabaté Solà2025-02-0412-14/+471
* space: Improve comments and documentationMiquel Sabaté Solà2025-02-044-6/+22
* Make READMEs more clear for absolute beginnersMiquel Sabaté Solà2025-02-042-2/+11
* space: Simplify the code and its goalsMiquel Sabaté Solà2025-02-048-152/+335
* basics: Add an example on UNROMMiquel Sabaté Solà2025-02-046-1/+256
* basics: Improve documentationMiquel Sabaté Solà2025-02-043-9/+23
* basics: Add an example on persisting dataMiquel Sabaté Solà2025-02-043-3/+166
* Lay out a proper structure for the projectMiquel Sabaté Solà2025-02-0423-39/+847