diff --git a/config.h b/config.h index 4ace5a6..458bfb0 100644 --- a/config.h +++ b/config.h @@ -1,7 +1,7 @@ #ifndef __CONFIG_H__ #define __CONFIG_H__ -#define CLOCK_MHZ 20 +#define CLOCK_MHZ 16 #define CLOCK_HZ (CLOCK_MHZ * 1000000) #define SCORE_DIGITS 2 @@ -9,11 +9,11 @@ #define JAM_DIGITS 3 // Set these to the PORTA pins you use -#define SIN 0 -#define SCLK 1 -#define SLTCH 2 -#define NESCLK 3 -#define NESLTCH 4 -#define NESOUT 5 +#define SIN 3 +#define SCLK 4 +#define SLTCH 5 +#define NESCLK 0 +#define NESLTCH 1 +#define NESOUT 2 #endif \ No newline at end of file