Re-add silkscreens
by Joel Bradshaw 6 years 3 months
9c52e931
Manually rename ports
by Joel Bradshaw 6 years 3 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' *
19a07107
More tidying
by Joel Bradshaw 6 years 3 months
84acd8f4
Make power traces thicker
by Joel Bradshaw 6 years 4 months
d307b54e
Split LATCH into four
by Joel Bradshaw 6 years 4 months
Split LATCH into four

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

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

Logos! Labels!
0354c692
Make the bottom board smaller!
by Joel Bradshaw 6 years 4 months
Make the bottom board smaller!

SMALLER SMALLER SMALLER
245d2a3b
Shrink top board considerably
by Joel Bradshaw 6 years 4 months
Shrink top board considerably

So much empty space!
067a3f29
Report a bug