<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jetpac.nes/src/title.s, branch main</title>
<subtitle>Port to the NES/Famicom of "Jetpac" from Ashby Computers and Graphics Limited.
</subtitle>
<id>https://git.mssola.com/nes/jetpac.nes/atom?h=main</id>
<link rel='self' href='https://git.mssola.com/nes/jetpac.nes/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.mssola.com/nes/jetpac.nes/'/>
<updated>2026-03-27T11:18:59Z</updated>
<entry>
<title>Add copyright notices on the title screen</title>
<updated>2026-03-27T11:18:59Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>mssola@mssola.com</email>
</author>
<published>2026-03-27T11:18:59Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/nes/jetpac.nes/commit/?id=3fc9105696e4fb1388abf4036fc7bc693fa950c7'/>
<id>urn:sha1:3fc9105696e4fb1388abf4036fc7bc693fa950c7</id>
<content type='text'>
Signed-off-by: Miquel Sabaté Solà &lt;mssola@mssola.com&gt;
</content>
</entry>
<entry>
<title>Support reading from the second controller</title>
<updated>2026-03-08T21:14:15Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>mssola@mssola.com</email>
</author>
<published>2026-03-08T21:09:31Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/nes/jetpac.nes/commit/?id=f1d1d0efee9faa3067f7b0fc8b9a2aebb17f1ccd'/>
<id>urn:sha1:f1d1d0efee9faa3067f7b0fc8b9a2aebb17f1ccd</id>
<content type='text'>
Signed-off-by: Miquel Sabaté Solà &lt;mssola@mssola.com&gt;
</content>
</entry>
<entry>
<title>Define the bitmap for multiplayer support</title>
<updated>2026-03-08T15:50:06Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>mssola@mssola.com</email>
</author>
<published>2026-03-07T22:27:28Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/nes/jetpac.nes/commit/?id=220c80b987ba54d709180e3d95e9e0d82af4249c'/>
<id>urn:sha1:220c80b987ba54d709180e3d95e9e0d82af4249c</id>
<content type='text'>
Also give it a dummy value on start and initialize it properly after the
player's selection on the title screen.

Signed-off-by: Miquel Sabaté Solà &lt;mssola@mssola.com&gt;
</content>
</entry>
<entry>
<title>Adapt the code to play well with nasm's asan</title>
<updated>2025-12-15T14:31:06Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>mssola@mssola.com</email>
</author>
<published>2025-12-10T13:41:35Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/nes/jetpac.nes/commit/?id=74b1003ab8abad2f8220de4f2f18a3b118f23f01'/>
<id>urn:sha1:74b1003ab8abad2f8220de4f2f18a3b118f23f01</id>
<content type='text'>
The address sanitizer from nasm provides quite a few goodies, so let's
adapt the code more to it to benefit from those.

Signed-off-by: Miquel Sabaté Solà &lt;mssola@mssola.com&gt;
</content>
</entry>
<entry>
<title>title: Allow selecting with the A button</title>
<updated>2025-04-02T20:48:27Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>mikisabate@gmail.com</email>
</author>
<published>2025-04-02T20:48:27Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/nes/jetpac.nes/commit/?id=cd7e197eeb22f6e8407759c93e686debc23c550c'/>
<id>urn:sha1:cd7e197eeb22f6e8407759c93e686debc23c550c</id>
<content type='text'>
Signed-off-by: Miquel Sabaté Solà &lt;mikisabate@gmail.com&gt;
</content>
</entry>
<entry>
<title>title: Fix toggle with the Select button</title>
<updated>2025-03-21T13:59:20Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>mikisabate@gmail.com</email>
</author>
<published>2025-03-21T13:59:20Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/nes/jetpac.nes/commit/?id=48600b0595c6104b1afc96b87a570e99dc0ce69e'/>
<id>urn:sha1:48600b0595c6104b1afc96b87a570e99dc0ce69e</id>
<content type='text'>
Fixes: b3cb545c6ebc ("player: Update its sprites on heading and
throttle")

Signed-off-by: Miquel Sabaté Solà &lt;mikisabate@gmail.com&gt;
</content>
</entry>
<entry>
<title>player: Update its sprites on heading and throttle</title>
<updated>2025-03-19T16:33:53Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>mikisabate@gmail.com</email>
</author>
<published>2025-03-19T16:33:53Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/nes/jetpac.nes/commit/?id=b3cb545c6ebc43fbdd822f91c6536a5f8ae7bc27'/>
<id>urn:sha1:b3cb545c6ebc43fbdd822f91c6536a5f8ae7bc27</id>
<content type='text'>
Signed-off-by: Miquel Sabaté Solà &lt;mikisabate@gmail.com&gt;
</content>
</entry>
<entry>
<title>Support PAL natively</title>
<updated>2025-03-14T15:31:43Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>mikisabate@gmail.com</email>
</author>
<published>2025-03-14T15:31:43Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/nes/jetpac.nes/commit/?id=cdfebce9c34e3116457a7c28e3eb60000d65d7e6'/>
<id>urn:sha1:cdfebce9c34e3116457a7c28e3eb60000d65d7e6</id>
<content type='text'>
Also add a make target specific for a PAL version, even if only the full
game will be built, not the development "partial" one.

Signed-off-by: Miquel Sabaté Solà &lt;mikisabate@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add a title and a main screens</title>
<updated>2025-03-13T21:52:49Z</updated>
<author>
<name>Miquel Sabaté Solà</name>
<email>mikisabate@gmail.com</email>
</author>
<published>2025-03-13T21:52:49Z</published>
<link rel='alternate' type='text/html' href='https://git.mssola.com/nes/jetpac.nes/commit/?id=9ff2033e936689135210989a5fee057a4a13527e'/>
<id>urn:sha1:9ff2033e936689135210989a5fee057a4a13527e</id>
<content type='text'>
This commit adds the skeleton for having a title and a main screen. For
now the title menu doesn't do much, as the selection is simply ignored,
but at least it already knows how to cycle between these two states.

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