d9aba755de81

Hurrrrr
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 05 Jan 2017 16:41:05 +0000
parents 7e805d0a00a3
children 21f5607dfbad
branches/tags (none)
files content/blog/2016/12/chip8-cpu.markdown content/blog/2016/12/chip8-graphics.markdown content/blog/2016/12/chip8-input.markdown content/blog/2016/12/chip8-sound.markdown content/blog/2017/01/chip8-debugging-infrastructure.markdown content/blog/2017/01/chip8-disassembly.markdown

Changes

--- 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][].