Add some clarification to Config.h

This commit is contained in:
Ancyker 2023-08-25 03:57:15 -04:00
parent d99e2d4040
commit 03bef214ec

View File

@ -49,7 +49,8 @@
/****/ /****/
/* [ Clock Generator ---------------------------------------------- ] /* [ 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 //#define clockgen_installed
@ -57,12 +58,11 @@
/****/ /****/
/* [ Real Time Clock ---------------------------------------------- ] /* [ 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 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 ---- ] /* [ SNES Core/CLOCKGEN: Read Clock Generator Calibration Data ---- ]
* Toggle to use calibration data from snes_clk.txt * Toggle to use calibration data from snes_clk.txt
*/ */