cartreader/Cart_Reader/options.h

53 lines
1.6 KiB
C
Raw Normal View History

//******************************************
2021-08-03 10:16:12 +02:00
// GLOBAL OPTIONS
//******************************************
2020-07-04 15:37:02 +02:00
// Change mainMenu to snsMenu, mdMenu, n64Menu, gbxMenu, pcsMenu,
// flashMenu, nesMenu or smsMenu for single slot Cart Readers
#define startMenu mainMenu
// Comment out to change to Serial Output
// be sure to change the Arduino Serial Monitor to no line ending
#define enable_OLED
// Skip OLED start-up animation
2021-10-14 09:53:07 +02:00
// #define fast_start
2020-07-04 15:37:02 +02:00
// Enable the second button
#define enable_Button2
2021-10-14 09:53:07 +02:00
// Setup RTC if installed.
// remove // if you have an RTC installed
// #define RTC_installed
// Use calibration data from snes_clk.txt
// #define clockgen_calibration
2021-08-03 10:16:12 +02:00
//******************************************
// ENABLED MODULES
//******************************************
// add // before #define to disable a module
#define enable_FLASH
#define enable_GBX
2020-07-04 15:37:02 +02:00
#define enable_MD
#define enable_N64
2020-07-04 15:37:02 +02:00
#define enable_NES
#define enable_NGP
#define enable_NP
#define enable_PCE
#define enable_SMS
2020-07-04 15:37:02 +02:00
#define enable_SNES
#define enable_SV
#define enable_WS
2021-08-03 10:16:12 +02:00
//******************************************
// N64 OPTIONS
//******************************************
// Read N64 Eeprom with Adadruit clockgen, CLK1 switch needs to be switch to ON
// add // and disable CLK1 switch if you don't have the clockgen installed or if you want to read a repros save
2021-10-14 09:53:07 +02:00
// #define clockgen_installed
2021-08-03 10:16:12 +02:00
2021-10-14 09:53:07 +02:00
// The CRC for N64 Roms will be calculated during dumping from memory instead of after dumping from SD card, not compatible to all Cart Readers
// #define fastcrc
2021-08-03 10:16:12 +02:00
2021-08-03 21:12:36 +02:00
// saves a n64log.txt file with rom info in /N64/ROM
2021-10-14 09:53:07 +02:00
// #define savesummarytotxt