From 0749023595d7cd03e025a52837be70449105a8c5 Mon Sep 17 00:00:00 2001 From: Daniel Stefanovic Date: Wed, 29 Aug 2018 08:47:06 +0200 Subject: [PATCH] Add tutorial #257 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index da5a5ae..14b7f8d 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,7 @@ * [**C++**: _Emulation tutorial (CHIP-8 interpreter)_](http://www.codeslinger.co.uk/pages/projects/chip8.html) * [**C++**: _Emulation tutorial (GameBoy emulator)_](http://www.codeslinger.co.uk/pages/projects/gameboy.html) * [**C++**: _Emulation tutorial (Master System emulator)_](http://www.codeslinger.co.uk/pages/projects/mastersystem/memory.html) +* [**Common Lisp**: _CHIP-8 in Common Lisp_](http://stevelosh.com/blog/2016/12/chip8-cpu/) * [**JavaScript**: _GameBoy Emulation in JavaScript_](http://imrannazar.com/GameBoy-Emulation-in-JavaScript) * [**Python**: _Emulation Basics: Write your own Chip 8 Emulator/Interpreter_](http://omokute.blogspot.com.br/2012/06/emulation-basics-write-your-own-chip-8.html)