From 038e1e64b39a62e87cf3a13e9612e64c6a91ec18 Mon Sep 17 00:00:00 2001 From: Cedric Martens Date: Sun, 4 Dec 2022 19:54:01 -0800 Subject: [PATCH] Remove broken link This link is broken and lands on a 404 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 41c4a3f..ba8615f 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,6 @@ It's a great way to learn. #### Build your own `Emulator / Virtual Machine` -* [**C**: _Virtual machine in C_](https://blog.felixangell.com/virtual-machine-in-c/) * [**C**: _Write your Own Virtual Machine_](https://justinmeiners.github.io/lc3-vm/) * [**C**: _Writing a Game Boy emulator, Cinoop_](https://cturt.github.io/cinoop.html) * [**C++**: _How to write an emulator (CHIP-8 interpreter)_](http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/)