Fix a needlessly squiggly trace
by Joel Bradshaw 6 years 4 months
Silkscreen tweaks
by Joel Bradshaw 6 years 4 months
Re-add silkscreens
by Joel Bradshaw 6 years 4 months
Manually rename ports
by Joel Bradshaw 6 years 4 months
Manually rename ports

Also match board by timestamp, nice!

perl -p -i -e 's/\b(PORT|S|P|5VDATA|3VDATA|S_OR_NES|LATCH)1\b/${1}4/g' *
perl -p -i -e 's/\b(PORT|S|P|5VDATA|3VDATA|S_OR_NES|LATCH)2\b/${1}1/g' *
perl -p -i -e 's/\b(PORT|S|P|5VDATA|3VDATA|S_OR_NES|LATCH)3\b/${1}2/g' *
perl -p -i -e 's/\b(PORT|S|P|5VDATA|3VDATA|S_OR_NES|LATCH)0\b/${1}3/g' *

perl -p -i -e 's/\b(PORT|S|P|5VDATA|3VDATA|S_OR_NES|LATCH)\[0..3\]/${1}[1..4]/g' *
More tidying
by Joel Bradshaw 6 years 4 months
Make power traces thicker
by Joel Bradshaw 6 years 5 months
Split LATCH into four
by Joel Bradshaw 6 years 5 months
Split LATCH into four

Also fix misplaced NES VCC (!!) and ports
Fixes from hardware debugging
by Joel Bradshaw 6 years 5 months
Fixes from hardware debugging

Connect daughterboards to ground (!)
Nudge bluetooth, refining silkscreen/labels
by Joel Bradshaw 6 years 5 months
Silkscreen!!
by Joel Bradshaw 6 years 5 months
Silkscreen!!

Logos! Labels!
Report a bug