From 297ba1b0b2df31ba8896dfab0d821d4875d3de00 Mon Sep 17 00:00:00 2001 From: mofosyne Date: Thu, 30 Nov 2017 04:38:32 +1100 Subject: [PATCH] =?UTF-8?q?An=20arduino=20nano=20emulating=20a=20Game=20Bo?= =?UTF-8?q?y=20printer=20via=20the=20Game=20Boy=20Link=20ca=E2=80=A6=20(#6?= =?UTF-8?q?5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * An arduino nano emulating a Game Boy printer via the Game Boy Link cable. Non invasive to the Game Boy. https://github.com/mofosyne/arduino-gameboy-printer-emulator * Phrasing and Arduino capitalisation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8ce0833..ef0f49a 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ If you aim to develop your software for SGB or GBC, or you want to know how it r - [Creating photorealistic images with neural networks and a Gameboy Camera](http://www.pinchofintelligence.com/photorealistic-neural-network-gameboy/) - [The Game Boy Printer](https://shonumi.github.io/articles/art2.html) - An in-depth technical document about the printer hardware, the communication protocol and the usual routine that games used for implementing the print feature. - [Ben Heck Reverse Engineers Game Boy Printer](https://www.youtube.com/watch?v=43FfJvd-YP4) +- [Arduino Game Boy Printer Emulator](https://github.com/mofosyne/arduino-gameboy-printer-emulator) - Emulating a Game Boy Printer via the Game Boy Link cable with an Arduino Nano. - [Mobile Game Boy Adapter](https://bulbapedia.bulbagarden.net/wiki/Mobile_Game_Boy_Adapter) - [GB KISS LINK MODEM](http://nectaris.tg-16.com/GB-KISS-LINK-FAQ-hudson-gameboy-nectaris.html)