<feed xmlns='http://www.w3.org/2005/Atom'>
<title>code.nes/README.md, branch main</title>
<subtitle>Hacking the Famicom/NES just for the fun of it.
</subtitle>
<id>https://git.mssola.com/nes/code.nes/atom?h=main</id>
<link rel='self' href='https://git.mssola.com/nes/code.nes/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.mssola.com/nes/code.nes/'/>
<updated>2026-07-22T14:50:48Z</updated>
<entry>
<title>Update links to git.mssola.com</title>
<updated>2026-07-22T14:50:48Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>mssola@mssola.com</email>
</author>
<published>2026-07-22T14:50:48Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/nes/code.nes/commit/?id=7af0538816193be7c88c76a556b908bedf1585df'/>
<id>urn:sha1:7af0538816193be7c88c76a556b908bedf1585df</id>
<content type='text'>
Signed-off-by: Miquel Sabaté Solà &lt;mssola@mssola.com&gt;
</content>
</entry>
<entry>
<title>Add the sound/beep.s example</title>
<updated>2026-04-10T11:32:44Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>mssola@mssola.com</email>
</author>
<published>2026-04-08T22:33:04Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/nes/code.nes/commit/?id=1978afbc18ffb227f0ce36663648e00d1d2d7945'/>
<id>urn:sha1:1978afbc18ffb227f0ce36663648e00d1d2d7945</id>
<content type='text'>
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à &lt;mssola@mssola.com&gt;
</content>
</entry>
<entry>
<title>rand: Add an example with PRNG</title>
<updated>2025-05-06T14:22:48Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>mikisabate@gmail.com</email>
</author>
<published>2025-05-06T14:06:20Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/nes/code.nes/commit/?id=111be468f0c78a572731ba1a273f8166dcdf7b1c'/>
<id>urn:sha1:111be468f0c78a572731ba1a273f8166dcdf7b1c</id>
<content type='text'>
Signed-off-by: Miquel Sabaté Solà &lt;mikisabate@gmail.com&gt;
</content>
</entry>
<entry>
<title>Clear out wording on README files</title>
<updated>2025-04-24T14:40:27Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>mikisabate@gmail.com</email>
</author>
<published>2025-04-24T14:40:27Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/nes/code.nes/commit/?id=ee183ebbdfdf407044948aefa06f8a131dd23213'/>
<id>urn:sha1:ee183ebbdfdf407044948aefa06f8a131dd23213</id>
<content type='text'>
Signed-off-by: Miquel Sabaté Solà &lt;mikisabate@gmail.com&gt;
</content>
</entry>
<entry>
<title>Provide a reference to my code style</title>
<updated>2025-03-11T16:02:58Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>mikisabate@gmail.com</email>
</author>
<published>2025-03-11T16:02:58Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/nes/code.nes/commit/?id=c02659b85c1d623781c1baec48ea457df360a2cf'/>
<id>urn:sha1:c02659b85c1d623781c1baec48ea457df360a2cf</id>
<content type='text'>
Signed-off-by: Miquel Sabaté Solà &lt;mikisabate@gmail.com&gt;
</content>
</entry>
<entry>
<title>Ensure background/sprite tiles are spread properly</title>
<updated>2025-02-04T21:00:36Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>mikisabate@gmail.com</email>
</author>
<published>2025-02-04T14:46:54Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/nes/code.nes/commit/?id=3e7549c71f60ee1c4b49a7c09fde3b6017818089'/>
<id>urn:sha1:3e7549c71f60ee1c4b49a7c09fde3b6017818089</id>
<content type='text'>
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à &lt;mikisabate@gmail.com&gt;
</content>
</entry>
<entry>
<title>scroll: Implement a roulette-like game</title>
<updated>2025-02-04T21:00:07Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>mikisabate@gmail.com</email>
</author>
<published>2025-02-04T10:00:22Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/nes/code.nes/commit/?id=6c4ac7727094259b3b5a25e8c168245983e70b2f'/>
<id>urn:sha1:6c4ac7727094259b3b5a25e8c168245983e70b2f</id>
<content type='text'>
Signed-off-by: Miquel Sabaté Solà &lt;mikisabate@gmail.com&gt;
</content>
</entry>
<entry>
<title>fx: Provide an example of PPU bank switching</title>
<updated>2025-02-04T21:00:07Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>mikisabate@gmail.com</email>
</author>
<published>2025-01-23T15:14:12Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/nes/code.nes/commit/?id=fdf44365e56c3741f47cbd421a57f0d074a5492c'/>
<id>urn:sha1:fdf44365e56c3741f47cbd421a57f0d074a5492c</id>
<content type='text'>
Signed-off-by: Miquel Sabaté Solà &lt;mikisabate@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add a note about nasm</title>
<updated>2025-02-04T21:00:07Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>mikisabate@gmail.com</email>
</author>
<published>2025-01-23T15:13:45Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/nes/code.nes/commit/?id=6c207c192b7ce1a292249afd7b0a3499be70d03c'/>
<id>urn:sha1:6c207c192b7ce1a292249afd7b0a3499be70d03c</id>
<content type='text'>
Signed-off-by: Miquel Sabaté Solà &lt;mikisabate@gmail.com&gt;
</content>
</entry>
<entry>
<title>Clean up the Makefile output</title>
<updated>2025-02-04T20:12:23Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>mikisabate@gmail.com</email>
</author>
<published>2024-12-09T13:56:39Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/nes/code.nes/commit/?id=7d8da8b4fb9826ce21dbe821596509823f7ec16f'/>
<id>urn:sha1:7d8da8b4fb9826ce21dbe821596509823f7ec16f</id>
<content type='text'>
This also involves moving the target for the `space` example to the
general Makefile. The Makefile is not as clear as I'd like, but at least
it's not a mess (yet).

Signed-off-by: Miquel Sabaté Solà &lt;mikisabate@gmail.com&gt;
</content>
</entry>
</feed>
