<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emu_nes/cpu.c, branch master</title>
<subtitle>An NES emulator for learning how the 6502 and similar computers of the era worked</subtitle>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/emu_nes/'/>
<entry>
<title>add incomplete ppu</title>
<updated>2026-02-01T23:48:33+00:00</updated>
<author>
<name>Vineet Kumar</name>
<email>git@vineetk.net</email>
</author>
<published>2024-09-01T23:48:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/emu_nes/commit/?id=efefe2acc2819adc7378d6ee33a4500442536d9f'/>
<id>efefe2acc2819adc7378d6ee33a4500442536d9f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add basic ppu register reading</title>
<updated>2024-09-01T19:39:32+00:00</updated>
<author>
<name>vin</name>
<email>git@vineetk.net</email>
</author>
<published>2024-09-01T19:39:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/emu_nes/commit/?id=2084552c536a8299a3578c8b9b687cff98e6d9a3'/>
<id>2084552c536a8299a3578c8b9b687cff98e6d9a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add preliminary apu register support</title>
<updated>2024-09-01T05:49:37+00:00</updated>
<author>
<name>vin</name>
<email>git@vineetk.net</email>
</author>
<published>2024-09-01T02:24:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/emu_nes/commit/?id=279478f16f8ea4fcc3c8765ff964954368664106'/>
<id>279478f16f8ea4fcc3c8765ff964954368664106</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rename struct Rom to struct rom</title>
<updated>2024-07-21T18:48:29+00:00</updated>
<author>
<name>vin</name>
<email>git@vineetk.net</email>
</author>
<published>2024-07-21T18:48:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/emu_nes/commit/?id=362341eac334ada91de79360d98924c48061a657'/>
<id>362341eac334ada91de79360d98924c48061a657</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>start implementing PPU</title>
<updated>2024-07-21T17:53:04+00:00</updated>
<author>
<name>vin</name>
<email>git@vineetk.net</email>
</author>
<published>2024-07-21T17:53:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/emu_nes/commit/?id=7d148924e2fee1a2692d2c49a01e6770b630f906'/>
<id>7d148924e2fee1a2692d2c49a01e6770b630f906</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix rest of logging format issues</title>
<updated>2024-07-21T01:39:04+00:00</updated>
<author>
<name>vin</name>
<email>git@vineetk.net</email>
</author>
<published>2024-07-21T01:39:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/emu_nes/commit/?id=85c6a414f9f14e388cc9a5e1ee36ffc0e1d93273'/>
<id>85c6a414f9f14e388cc9a5e1ee36ffc0e1d93273</id>
<content type='text'>
Now the format perfectly matches nestest.log.
The only mismatch is now at the unimplemented APU memory addresses.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now the format perfectly matches nestest.log.
The only mismatch is now at the unimplemented APU memory addresses.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix status flag bug in ASL and ROL</title>
<updated>2024-07-21T01:18:11+00:00</updated>
<author>
<name>vin</name>
<email>git@vineetk.net</email>
</author>
<published>2024-07-21T01:18:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/emu_nes/commit/?id=81575946ae0d3e61d45b9c4a34785bf203955cee'/>
<id>81575946ae0d3e61d45b9c4a34785bf203955cee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>replace tabs with spaces to better match nestest.log</title>
<updated>2024-07-21T00:27:55+00:00</updated>
<author>
<name>vin</name>
<email>git@vineetk.net</email>
</author>
<published>2024-07-21T00:27:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/emu_nes/commit/?id=70937cd61f63e159d5de226fa640d102c8fb0d14'/>
<id>70937cd61f63e159d5de226fa640d102c8fb0d14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix warnings and move cpu registers+flags to header</title>
<updated>2024-07-07T17:04:16+00:00</updated>
<author>
<name>vin</name>
<email>git@vineetk.net</email>
</author>
<published>2024-07-07T17:04:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/emu_nes/commit/?id=ca5a09cd94a5fc92e727cd69fb89f58760f34176'/>
<id>ca5a09cd94a5fc92e727cd69fb89f58760f34176</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>implement all of the nestest unofficial opcodes and fix branch cycles</title>
<updated>2024-07-04T19:06:15+00:00</updated>
<author>
<name>vin</name>
<email>git@vineetk.net</email>
</author>
<published>2024-07-04T19:06:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/emu_nes/commit/?id=e1cdd7386807050bdd7db7debb902425a78e2970'/>
<id>e1cdd7386807050bdd7db7debb902425a78e2970</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
