Files
famicom-dumper/defines.h
Alexey 'Cluster' Avdyukhin 0a582653b2 CRC calculation
2017-08-20 18:43:59 +03:00

13 lines
261 B
C

#define F_CPU 8000000UL
//#define F_CPU 11059200UL
//#define UART_BAUD 38400UL
#define UART_BAUD 250000UL
#define RECV_BUFFER 1050
//#define SEND_DELAY 100
#define JTAG_PORT B
#define TMS_PIN 2
#define TCK_PIN 4
#define TDO_PIN 3
#define TDI_PIN 1