From 03bef214ece268c4a0fbbd135ee3f4aa8d8e180f Mon Sep 17 00:00:00 2001 From: Ancyker Date: Fri, 25 Aug 2023 03:57:15 -0400 Subject: [PATCH] Add some clarification to Config.h --- Cart_Reader/Config.h | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/Cart_Reader/Config.h b/Cart_Reader/Config.h index 230c73cd..835b753d 100644 --- a/Cart_Reader/Config.h +++ b/Cart_Reader/Config.h @@ -49,7 +49,8 @@ /****/ /* [ Clock Generator ---------------------------------------------- ] -* Enable this if you have the clock generator module. +* Enable this if you have the clock generator module. This will +* automatically be enabled if you selected HW2 or newer above. */ //#define clockgen_installed @@ -57,12 +58,11 @@ /****/ /* [ Real Time Clock ---------------------------------------------- ] -* Enable this if you have the RTC module. +* Enable this if you have the RTC module. You can configure the +* type later in this file. */ //#define RTC_installed -#define DS3231 -//#define DS1307 /****/ @@ -296,6 +296,16 @@ /****/ +/* [ RTC: IC Type ------------------------------------------------- ] +* When the RTC module is installed, choose the type here. This +* setting is ignored if the RTC option is not enabled. +*/ + +#define DS3231 +//#define DS1307 + +/****/ + /* [ SNES Core/CLOCKGEN: Read Clock Generator Calibration Data ---- ] * Toggle to use calibration data from snes_clk.txt */