Restore the dates in 'learning emulation' to their proper ones.

I found the original dates using the Wayback machine.

https://web.archive.org/web/20161022053013/https://danilafe.com/

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
Danila Fedorin 2024-05-30 18:58:38 -07:00
parent daaccb9b2f
commit 1f3ab5349a
3 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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" >}})._

View File

@ -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" >}})._