mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-13 08:25:05 +01:00
Add some clarification to Config.h
This commit is contained in:
parent
d99e2d4040
commit
03bef214ec
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user