From 2e0f5f82e636bc16385db7d979cc9fd636032cc0 Mon Sep 17 00:00:00 2001 From: sanni Date: Tue, 30 Oct 2018 21:11:05 +0100 Subject: [PATCH] Update README.md --- Cart_Reader/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Cart_Reader/README.md b/Cart_Reader/README.md index 315d70e..8c33446 100644 --- a/Cart_Reader/README.md +++ b/Cart_Reader/README.md @@ -11,6 +11,7 @@ Source code files: - NP.ino includes everything for Nintendo Power SF Memory and GB Memory cartridges - PCE.ino includes everything for the PC Engine/TG16 - SNES.ino includes everything Super Nintendo +- SV.ino includes everything for the Super Nintendo Satellaview Every submodule has it's own setup_XX() function that configures the needed pins and a submenu that lets you choose what you want to do. The code directly addresses the pins via the DDR, PIN and PORT registers.