From 7d00672a75f40aa562803b4047ff43d7a4a18566 Mon Sep 17 00:00:00 2001 From: Jarno Lehtinen Date: Tue, 15 Nov 2016 23:08:07 +0200 Subject: [PATCH] Update RetroJoystickAdapter_Megadrive.ino --- RetroJoystickAdapter_Megadrive.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RetroJoystickAdapter_Megadrive.ino b/RetroJoystickAdapter_Megadrive.ino index 2588845..9f449a1 100644 --- a/RetroJoystickAdapter_Megadrive.ino +++ b/RetroJoystickAdapter_Megadrive.ino @@ -9,7 +9,7 @@ const uint8_t inputPinsPort2[] = {10, 16, 14, 15, A0, A1, A2, 0, A3}; //const uint8_t inputPinsPort1[] = { 2, 3, 4, 5, 6, 7, 8, 0, 9}; //const uint8_t inputPinsPort2[] = {15, A0, A1, A2, A3, 14, 16, 0, 10}; -// yet another version (like in Image/sega_genesis_adapter) +// yet another version (Images/sega_genesis_adapter.jpg) //const uint8_t inputPinsPort1[] = { 5, 6, 7, 8, 9, 4, 2, 0, A2}; //const uint8_t inputPinsPort2[] = {10, 16, 14, 15, A0, 3, A3, 0, A1};