--- a/content/blog/2016/12/chip8-cpu.markdown Thu Jan 05 16:39:56 2017 +0000
+++ b/content/blog/2016/12/chip8-cpu.markdown Thu Jan 05 16:41:05 2017 +0000
@@ -37,6 +37,7 @@
3. [CHIP-8 in Common Lisp: Input](http://stevelosh.com/blog/2016/12/chip8-input/)
4. [CHIP-8 in Common Lisp: Sound](http://stevelosh.com/blog/2016/12/chip8-sound/)
5. [CHIP-8 in Common Lisp: Disassembly](http://stevelosh.com/blog/2017/01/chip8-disassembly/)
+6. [CHIP-8 in Common Lisp: Debugging Infrastructure](http://stevelosh.com/blog/2017/01/chip8-debugging-infrastructure/)
The full emulator source is on [BitBucket][] and [GitHub][].
--- a/content/blog/2016/12/chip8-graphics.markdown Thu Jan 05 16:39:56 2017 +0000
+++ b/content/blog/2016/12/chip8-graphics.markdown Thu Jan 05 16:41:05 2017 +0000
@@ -17,6 +17,7 @@
3. [CHIP-8 in Common Lisp: Input](http://stevelosh.com/blog/2016/12/chip8-input/)
4. [CHIP-8 in Common Lisp: Sound](http://stevelosh.com/blog/2016/12/chip8-sound/)
5. [CHIP-8 in Common Lisp: Disassembly](http://stevelosh.com/blog/2017/01/chip8-disassembly/)
+6. [CHIP-8 in Common Lisp: Debugging Infrastructure](http://stevelosh.com/blog/2017/01/chip8-debugging-infrastructure/)
The full emulator source is on [BitBucket][] and [GitHub][].
--- a/content/blog/2016/12/chip8-input.markdown Thu Jan 05 16:39:56 2017 +0000
+++ b/content/blog/2016/12/chip8-input.markdown Thu Jan 05 16:41:05 2017 +0000
@@ -18,6 +18,7 @@
3. [CHIP-8 in Common Lisp: Input](http://stevelosh.com/blog/2016/12/chip8-input/)
4. [CHIP-8 in Common Lisp: Sound](http://stevelosh.com/blog/2016/12/chip8-sound/)
5. [CHIP-8 in Common Lisp: Disassembly](http://stevelosh.com/blog/2017/01/chip8-disassembly/)
+6. [CHIP-8 in Common Lisp: Debugging Infrastructure](http://stevelosh.com/blog/2017/01/chip8-debugging-infrastructure/)
The full emulator source is on [BitBucket][] and [GitHub][].
--- a/content/blog/2016/12/chip8-sound.markdown Thu Jan 05 16:39:56 2017 +0000
+++ b/content/blog/2016/12/chip8-sound.markdown Thu Jan 05 16:41:05 2017 +0000
@@ -18,6 +18,7 @@
3. [CHIP-8 in Common Lisp: Input](http://stevelosh.com/blog/2016/12/chip8-input/)
4. [CHIP-8 in Common Lisp: Sound](http://stevelosh.com/blog/2016/12/chip8-sound/)
5. [CHIP-8 in Common Lisp: Disassembly](http://stevelosh.com/blog/2017/01/chip8-disassembly/)
+6. [CHIP-8 in Common Lisp: Debugging Infrastructure](http://stevelosh.com/blog/2017/01/chip8-debugging-infrastructure/)
The full emulator source is on [BitBucket][] and [GitHub][].
--- a/content/blog/2017/01/chip8-debugging-infrastructure.markdown Thu Jan 05 16:39:56 2017 +0000
+++ b/content/blog/2017/01/chip8-debugging-infrastructure.markdown Thu Jan 05 16:41:05 2017 +0000
@@ -20,6 +20,7 @@
3. [CHIP-8 in Common Lisp: Input](http://stevelosh.com/blog/2016/12/chip8-input/)
4. [CHIP-8 in Common Lisp: Sound](http://stevelosh.com/blog/2016/12/chip8-sound/)
5. [CHIP-8 in Common Lisp: Disassembly](http://stevelosh.com/blog/2017/01/chip8-disassembly/)
+6. [CHIP-8 in Common Lisp: Debugging Infrastructure](http://stevelosh.com/blog/2017/01/chip8-debugging-infrastructure/)
The full emulator source is on [BitBucket][] and [GitHub][].
--- a/content/blog/2017/01/chip8-disassembly.markdown Thu Jan 05 16:39:56 2017 +0000
+++ b/content/blog/2017/01/chip8-disassembly.markdown Thu Jan 05 16:41:05 2017 +0000
@@ -23,6 +23,7 @@
3. [CHIP-8 in Common Lisp: Input](http://stevelosh.com/blog/2016/12/chip8-input/)
4. [CHIP-8 in Common Lisp: Sound](http://stevelosh.com/blog/2016/12/chip8-sound/)
5. [CHIP-8 in Common Lisp: Disassembly](http://stevelosh.com/blog/2017/01/chip8-disassembly/)
+6. [CHIP-8 in Common Lisp: Debugging Infrastructure](http://stevelosh.com/blog/2017/01/chip8-debugging-infrastructure/)
The full emulator source is on [BitBucket][] and [GitHub][].