From a0ec0c4ddfe9405755a3de79b5a7cbc6462c3aac Mon Sep 17 00:00:00 2001 From: jrgf <47145585+jrgf@users.noreply.github.com> Date: Tue, 30 May 2023 08:02:58 -0600 Subject: [PATCH] Update README.md Added link to CHIP-8 emulator created in Java --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1072d6a..03beef3 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,7 @@ It's a great way to learn. * [**C++**: _Emulation tutorial (Master System emulator)_](http://www.codeslinger.co.uk/pages/projects/mastersystem/memory.html) * [**C++**: _NES Emulator From Scratch_](https://www.youtube.com/playlist?list=PLrOv9FMX8xJHqMvSGB_9G9nZZ_4IgteYf) [video] * [**Common Lisp**: _CHIP-8 in Common Lisp_](http://stevelosh.com/blog/2016/12/chip8-cpu/) +* [**Java**: _CHIP-8 Emulator in Java_](https://www.youtube.com/watch?v=AsukaPLuTsU&list=PL5PyurErl12czoLyYD8za68d61T_OZsP2) * [**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) * [**Rust**: _0dmg: Learning Rust by building a partial Game Boy emulator_](https://jeremybanks.github.io/0dmg/)