diff --git a/README.md b/README.md index 66ca0e8..8324d2f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # yacemu (Yet Another Chip Eight Emulator) A Chip-8 emulator (interpereter) written in C. Depends on SDL2. +[Want to see Yet another yet another Chip-8 emulator? (in Verilog)](https://github.com/nickorlow/yayacemu) + ### Building & Testing In order to run yacemu, you must have sdl2 and make installed.