diff --git a/content/blog/01_learning_emulation.md b/content/blog/01_learning_emulation.md index 5bcc927..54d1014 100644 --- a/content/blog/01_learning_emulation.md +++ b/content/blog/01_learning_emulation.md @@ -1,6 +1,6 @@ --- title: Learning Emulation, Part 1 -date: 2016-11-23 23:22:42.779811 +date: 2016-06-27 tags: ["Emulation"] --- I've decided that the purpose of a blog is to actually use it every once in a while. So, to fill up this blank space, I'll be documenting my own experience of starting to learn how emulation works. I'd like to say right now that my main goal was not to learn emulation. Rather, I needed to emulate to refresh my skills for a different subject area. However, emulation turned out fun enough to write about. diff --git a/content/blog/02_learning_emulation.md b/content/blog/02_learning_emulation.md index b27dc6c..856fc5e 100644 --- a/content/blog/02_learning_emulation.md +++ b/content/blog/02_learning_emulation.md @@ -1,6 +1,6 @@ --- title: Learning Emulation, Part 2 -date: 2016-11-23 23:23:18.664038 +date: 2016-06-29 tags: ["C", "Emulation"] --- _This is the second post in a series I'm writing about Chip-8 emulation. If you want to see the first one, head [here]({{< relref "/blog/01_learning_emulation.md" >}})._ diff --git a/content/blog/03_learning_emulation.md b/content/blog/03_learning_emulation.md index c9a7faf..744113b 100644 --- a/content/blog/03_learning_emulation.md +++ b/content/blog/03_learning_emulation.md @@ -1,6 +1,6 @@ --- title: Learning Emulation, Part 2.5 - Implementation -date: 2016-11-23 23:23:56.633942 +date: 2016-06-30 tags: ["C", "Emulation"] --- _This is the third post in a series I'm writing about Chip-8 emulation. If you want to see the first one, head [here]({{< relref "/blog/01_learning_emulation.md" >}})._