Skip to content

Commit

Permalink
Add some clarification to Config.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Ancyker committed Aug 25, 2023
1 parent d99e2d4 commit 03bef21
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions Cart_Reader/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,20 @@
/****/

/* [ 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

/****/

/* [ 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

/****/

Expand Down Expand Up @@ -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
*/
Expand Down

0 comments on commit 03bef21

Please sign in to comment.