Disable addons by default

This commit is contained in:
sanni 2023-01-17 08:29:05 +01:00
parent c8bfc64009
commit 032000d369

View File

@ -4,8 +4,8 @@
This project represents a community-driven effort to provide This project represents a community-driven effort to provide
an easy to build and easy to modify cartridge dumper. an easy to build and easy to modify cartridge dumper.
Date: 03.01.2023 Date: 17.01.2023
Version: 12.0 Version: 12.1
SD lib: https://github.com/greiman/SdFat SD lib: https://github.com/greiman/SdFat
LCD lib: https://github.com/olikraus/u8g2 LCD lib: https://github.com/olikraus/u8g2
@ -57,7 +57,7 @@
**********************************************************************************/ **********************************************************************************/
char ver[5] = "12.0"; char ver[5] = "12.1";
//****************************************** //******************************************
// !!! CHOOSE HARDWARE VERSION !!! // !!! CHOOSE HARDWARE VERSION !!!
@ -78,7 +78,7 @@ char ver[5] = "12.0";
// ENABLE MODULES // ENABLE MODULES
//****************************************** //******************************************
// add/remove // before #define to disable/enable modules you // add/remove // before #define to disable/enable modules you
// don't need/need to save programm storage space and dynamic memory // don't need/need to save program storage space and dynamic memory
// If you only get an empty or "Press Button" screen after flashing // If you only get an empty or "Press Button" screen after flashing
// you have enabled too many modules // you have enabled too many modules
@ -89,7 +89,7 @@ char ver[5] = "12.0";
//#define enable_PCW //#define enable_PCW
// ColecoVision // ColecoVision
#define enable_COLV //#define enable_COLV
// Emerson Arcadia 2001 // Emerson Arcadia 2001
//#define enable_ARC //#define enable_ARC
@ -105,10 +105,10 @@ char ver[5] = "12.0";
#define enable_GBX #define enable_GBX
// Intellivision // Intellivision
#define enable_INTV //#define enable_INTV
// Neo Geo Pocket // Neo Geo Pocket
#define enable_NGP //#define enable_NGP
// Nintendo 64 // Nintendo 64
#define enable_N64 #define enable_N64
@ -120,7 +120,7 @@ char ver[5] = "12.0";
//#define enable_ODY2 //#define enable_ODY2
// PC Engine/TurboGrafx 16 // PC Engine/TurboGrafx 16
#define enable_PCE //#define enable_PCE
// Sega Master System // Sega Master System
#define enable_SMS #define enable_SMS
@ -138,13 +138,13 @@ char ver[5] = "12.0";
#define enable_SNES #define enable_SNES
// Virtual Boy // Virtual Boy
#define enable_VBOY //#define enable_VBOY
// Watara Supervision // Watara Supervision
//#define enable_WSV //#define enable_WSV
// WonderSwan // WonderSwan
#define enable_WS //#define enable_WS
//****************************************** //******************************************
// HW CONFIGS // HW CONFIGS