mirror of
https://github.com/UzixLS/famicom-dumper.git
synced 2025-07-18 23:11:17 +03:00
13 lines
261 B
C
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
|