From 83aacd4c661b5d6b5dd00c3f384ea8f018e8a6e3 Mon Sep 17 00:00:00 2001 From: sanni Date: Tue, 17 Mar 2020 16:38:44 +0100 Subject: [PATCH] Update SNES.ino --- Cart_Reader/SNES.ino | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cart_Reader/SNES.ino b/Cart_Reader/SNES.ino index ad73d52..a85f985 100644 --- a/Cart_Reader/SNES.ino +++ b/Cart_Reader/SNES.ino @@ -362,6 +362,8 @@ void setup_Snes() { // Adafruit Clock Generator clockgen.init(SI5351_CRYSTAL_LOAD_8PF, 0, 0); + // Use multimeter with frequency counter (probe between SNES Pin 56 and GND) and adjust correction until you measure exactly 3.072Mhz + //clockgen.set_correction(-200000, SI5351_PLL_INPUT_XO); clockgen.set_pll(SI5351_PLL_FIXED, SI5351_PLLA); clockgen.set_pll(SI5351_PLL_FIXED, SI5351_PLLB); clockgen.set_freq(2147727200ULL, SI5351_CLK0);