| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add the sound/select.s example | Miquel Sabaté Solà | 2026-04-10 | 4 | -0/+247 |
| * | Add the sound/beep.s example | Miquel Sabaté Solà | 2026-04-10 | 11 | -4/+253 |
| * | Clarify on how nametables are to be initialized | Miquel Sabaté Solà | 2026-04-07 | 2 | -16/+22 |
| * | Expand on attribute tables | Miquel Sabaté Solà | 2026-04-07 | 1 | -1/+17 |
| * | Expand the explanation on memory mapped IO | Miquel Sabaté Solà | 2026-04-07 | 1 | -7/+16 |
| * | basics: Improve the wording on sprite.s | Miquel Sabaté Solà | 2025-05-09 | 1 | -27/+30 |
| * | rand: Add an example with PRNG | Miquel Sabaté Solà | 2025-05-06 | 8 | -2/+595 |
| * | Clear out wording on README files | Miquel Sabaté Solà | 2025-04-24 | 2 | -15/+29 |
| * | Provide better wording on disabling decimal mode | Miquel Sabaté Solà | 2025-03-20 | 2 | -8/+13 |
| * | Clear VBlank on reset on all examples | Miquel Sabaté Solà | 2025-03-20 | 11 | -1/+14 |
| * | scroll: Provide an example with the MMC3 chip | Miquel Sabaté Solà | 2025-03-12 | 9 | -47/+462 |
| * | Provide a reference to my code style | Miquel Sabaté Solà | 2025-03-11 | 1 | -0/+1 |
| * | shared: Bring joypad into a proper style | Miquel Sabaté Solà | 2025-03-11 | 9 | -78/+66 |
| * | scroll: Provide better wording for the README | Miquel Sabaté Solà | 2025-03-11 | 1 | -18/+19 |
| * | Small code style cleanups | Miquel Sabaté Solà | 2025-03-11 | 2 | -5/+3 |
| * | scroll: Provide an even more basic example | Miquel Sabaté Solà | 2025-03-11 | 5 | -3/+296 |
| * | scroll: Provide an example with sprite 0 collision | Miquel Sabaté Solà | 2025-03-11 | 8 | -23/+331 |
| * | docs: Align GIFs to the center | Miquel Sabaté Solà | 2025-03-10 | 1 | -2/+6 |
| * | Expand some comments on sprite.s | Miquel Sabaté Solà | 2025-03-10 | 1 | -13/+28 |
| * | Provide an example on multiscreen scrolling | Miquel Sabaté Solà | 2025-03-10 | 19 | -131/+1947 |
| * | Bring code style to better standards | Miquel Sabaté Solà | 2025-03-10 | 16 | -196/+206 |
| * | shared: Add utilities for clearing screens | Miquel Sabaté Solà | 2025-03-07 | 4 | -0/+50 |
| * | Add an editorconfig file | Miquel Sabaté Solà | 2025-02-05 | 1 | -0/+8 |
| * | Ensure background/sprite tiles are spread properly | Miquel Sabaté Solà | 2025-02-04 | 5 | -27/+50 |
| * | scroll: Implement a roulette-like game | Miquel Sabaté Solà | 2025-02-04 | 12 | -39/+580 |
| * | fx: Provide an example of PPU bank switching | Miquel Sabaté Solà | 2025-02-04 | 8 | -6/+531 |
| * | Add a note about nasm | Miquel Sabaté Solà | 2025-02-04 | 1 | -3/+6 |
| * | Move macros globally | Miquel Sabaté Solà | 2025-02-04 | 1 | -22/+22 |
| * | Don't leave segments empty | Miquel Sabaté Solà | 2025-02-04 | 2 | -0/+20 |
| * | Use custom configurations everywhere | Miquel Sabaté Solà | 2025-02-04 | 9 | -44/+100 |
| * | Clean up the Makefile output | Miquel Sabaté Solà | 2025-02-04 | 3 | -32/+30 |
| * | Vastly improve the documentation | Miquel Sabaté Solà | 2025-02-04 | 10 | -83/+184 |
| * | Add a way to safely read from controllers | Miquel Sabaté Solà | 2025-02-04 | 4 | -104/+74 |
| * | basics: Add a flickering example | Miquel Sabaté Solà | 2025-02-04 | 4 | -4/+435 |
| * | Move assets into a global directory | Miquel Sabaté Solà | 2025-02-04 | 9 | -189/+3 |
| * | basics: Add an example on CHR-RAM | Miquel Sabaté Solà | 2025-02-04 | 7 | -9/+321 |
| * | scroll: Start with the scrolling examples | Miquel Sabaté Solà | 2025-02-04 | 12 | -14/+471 |
| * | space: Improve comments and documentation | Miquel Sabaté Solà | 2025-02-04 | 4 | -6/+22 |
| * | Make READMEs more clear for absolute beginners | Miquel Sabaté Solà | 2025-02-04 | 2 | -2/+11 |
| * | space: Simplify the code and its goals | Miquel Sabaté Solà | 2025-02-04 | 8 | -152/+335 |
| * | basics: Add an example on UNROM | Miquel Sabaté Solà | 2025-02-04 | 6 | -1/+256 |
| * | basics: Improve documentation | Miquel Sabaté Solà | 2025-02-04 | 3 | -9/+23 |
| * | basics: Add an example on persisting data | Miquel Sabaté Solà | 2025-02-04 | 3 | -3/+166 |
| * | Lay out a proper structure for the project | Miquel Sabaté Solà | 2025-02-04 | 23 | -39/+847 |
| * | Add a sprite example | Miquel Sabaté Solà | 2025-02-04 | 8 | -104/+654 |
| * | Initial commit | Miquel Sabaté Solà | 2025-02-04 | 9 | -0/+978 |
