Firmware: adjust comment to match Rev.F pinout

This commit is contained in:
Maximilian Rehkopf 2011-10-08 19:11:01 +02:00
parent b9ba978206
commit e8f88e402f
2 changed files with 4 additions and 1 deletions

View File

@ -62,6 +62,9 @@
#define SNES_CIC_PAIR_REG LPC_GPIO1 #define SNES_CIC_PAIR_REG LPC_GPIO1
#define SNES_CIC_PAIR_BIT 25 #define SNES_CIC_PAIR_BIT 25
#define FPGA_MCU_RDY_REG LPC_GPIO2
#define FPGA_MCU_RDY_BIT 9
#define QSORT_MAXELEM 1024 #define QSORT_MAXELEM 1024
#define SSP_REGS LPC_SSP0 #define SSP_REGS LPC_SSP0

View File

@ -29,7 +29,7 @@
FPGA pin mapping FPGA pin mapping
================ ================
CCLK P0.11 out CCLK P0.11 out
PROG_B P1.10 out PROG_B P1.15 out
INIT_B P2.9 in INIT_B P2.9 in
DIN P2.8 out DIN P2.8 out
DONE P0.22 in DONE P0.22 in