From 25b8f74fe022ed41c42c5b1f25bcdaddcb9e145c Mon Sep 17 00:00:00 2001 From: Cedric Martens Date: Mon, 5 Dec 2022 10:15:46 -0800 Subject: [PATCH] Remove broken link (#830) 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/)