cartreader/Cart_Reader/options.h

38 lines
1.0 KiB
C
Raw Normal View History

//******************************************
// 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
//#define fast_start
// Enable the second button
#define enable_Button2
// Read N64 Eeprom with Adadruit clockgen, CLK1 switch needs to be switch to ON
2021-04-26 10:14:37 +02:00
#define clockgen_installed
// Define CRC method for dumping N64 ROMs
#define fastcrc //crc will be calculated during dumping from memory
//#define slowcrc // crc will be calculated after dumping from SD card
2020-07-04 15:37:02 +02:00
// define enable_XXX to enable
#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