├── .gitignore ├── 68000Relocator-cache.lib ├── 68000Relocator.kicad_pcb ├── 68000Relocator.net ├── 68000Relocator.pro ├── 68000Relocator.sch ├── LICENSE ├── Open68000Relocator.pretty ├── DIP-64_W22.86mm_Socket_LongPads_IC.kicad_mod └── DIP-64_W22.86mm_Socket_LongPads_Socket.kicad_mod ├── README.md ├── doc ├── render-bottom.png └── render-top.png ├── fp-lib-table └── sym-lib-table /.gitignore: -------------------------------------------------------------------------------- 1 | *.bak 2 | *.kicad_pcb-bak 3 | *.bck 4 | gerbers/ 5 | -------------------------------------------------------------------------------- /68000Relocator-cache.lib: -------------------------------------------------------------------------------- 1 | EESchema-LIBRARY Version 2.4 2 | #encoding utf-8 3 | # 4 | # CPU_NXP_68000_68000D 5 | # 6 | DEF CPU_NXP_68000_68000D U 0 30 Y Y 1 F N 7 | F0 "U" 0 100 50 H V C CNN 8 | F1 "CPU_NXP_68000_68000D" 0 -150 50 H V C CNN 9 | F2 "" 0 0 50 H I C CNN 10 | F3 "" 0 0 50 H I C CNN 11 | ALIAS 68010D 12 | DRAW 13 | S -700 2250 700 -2250 0 1 10 f 14 | X D4 1 1000 -600 300 L 50 50 1 1 B 15 | X DTACK 10 -1000 -800 300 R 50 50 1 1 I I 16 | X BG 11 -1000 1400 300 R 50 50 1 1 O I 17 | X BGACK 12 -1000 1500 300 R 50 50 1 1 I I 18 | X BR 13 -1000 1300 300 R 50 50 1 1 I I 19 | X VCC 14 0 2400 150 D 50 50 1 1 W 20 | X CLK 15 -1000 2200 300 R 50 50 1 1 I C 21 | X GND 16 100 -2400 150 U 50 50 1 1 W 22 | X HALT 17 -1000 -1200 300 R 50 50 1 1 B I 23 | X RESET 18 -1000 -1300 300 R 50 50 1 1 B I 24 | X VMA 19 -1000 500 300 R 50 50 1 1 O I 25 | X D3 2 1000 -500 300 L 50 50 1 1 B 26 | X E 20 -1000 400 300 R 50 50 1 1 O 27 | X VPA 21 -1000 300 300 R 50 50 1 1 I I 28 | X BERR 22 -1000 -600 300 R 50 50 1 1 I I 29 | X IPL2 23 -1000 1700 300 R 50 50 1 1 I I 30 | X IPL1 24 -1000 1800 300 R 50 50 1 1 I I 31 | X IPL0 25 -1000 1900 300 R 50 50 1 1 I I 32 | X FC2 26 -1000 800 300 R 50 50 1 1 O 33 | X FC1 27 -1000 900 300 R 50 50 1 1 O 34 | X FC0 28 -1000 1000 300 R 50 50 1 1 O 35 | X A1 29 1000 2200 300 L 50 50 1 1 O 36 | X D2 3 1000 -400 300 L 50 50 1 1 B 37 | X A2 30 1000 2100 300 L 50 50 1 1 O 38 | X A3 31 1000 2000 300 L 50 50 1 1 O 39 | X A4 32 1000 1900 300 L 50 50 1 1 O 40 | X A5 33 1000 1800 300 L 50 50 1 1 O 41 | X A6 34 1000 1700 300 L 50 50 1 1 O 42 | X A7 35 1000 1600 300 L 50 50 1 1 O 43 | X A8 36 1000 1500 300 L 50 50 1 1 O 44 | X A9 37 1000 1400 300 L 50 50 1 1 O 45 | X A10 38 1000 1300 300 L 50 50 1 1 O 46 | X A11 39 1000 1200 300 L 50 50 1 1 O 47 | X D1 4 1000 -300 300 L 50 50 1 1 B 48 | X A12 40 1000 1100 300 L 50 50 1 1 O 49 | X A13 41 1000 1000 300 L 50 50 1 1 O 50 | X A14 42 1000 900 300 L 50 50 1 1 O 51 | X A15 43 1000 800 300 L 50 50 1 1 O 52 | X A16 44 1000 700 300 L 50 50 1 1 O 53 | X A17 45 1000 600 300 L 50 50 1 1 O 54 | X A18 46 1000 500 300 L 50 50 1 1 O 55 | X A19 47 1000 400 300 L 50 50 1 1 O 56 | X A20 48 1000 300 300 L 50 50 1 1 O 57 | X VCC 49 100 2400 150 D 50 50 1 1 W 58 | X D0 5 1000 -200 300 L 50 50 1 1 B 59 | X A21 50 1000 200 300 L 50 50 1 1 O 60 | X A22 51 1000 100 300 L 50 50 1 1 O 61 | X A23 52 1000 0 300 L 50 50 1 1 O 62 | X GND 53 0 -2400 150 U 50 50 1 1 W 63 | X D15 54 1000 -1700 300 L 50 50 1 1 B 64 | X D14 55 1000 -1600 300 L 50 50 1 1 B 65 | X D13 56 1000 -1500 300 L 50 50 1 1 B 66 | X D12 57 1000 -1400 300 L 50 50 1 1 B 67 | X D11 58 1000 -1300 300 L 50 50 1 1 B 68 | X D10 59 1000 -1200 300 L 50 50 1 1 B 69 | X AS 6 1000 -1900 300 L 50 50 1 1 O I 70 | X D9 60 1000 -1100 300 L 50 50 1 1 B 71 | X D8 61 1000 -1000 300 L 50 50 1 1 B 72 | X D7 62 1000 -900 300 L 50 50 1 1 B 73 | X D6 63 1000 -800 300 L 50 50 1 1 B 74 | X D5 64 1000 -700 300 L 50 50 1 1 B 75 | X UDS 7 1000 -2000 300 L 50 50 1 1 O I 76 | X LDS 8 1000 -2100 300 L 50 50 1 1 O I 77 | X R/W 9 1000 -2200 300 L 50 50 1 1 O 78 | ENDDRAW 79 | ENDDEF 80 | # 81 | # conn_CONN_1 82 | # 83 | DEF ~conn_CONN_1 P 0 30 N N 1 F N 84 | F0 "P" 80 0 40 H V C CNN 85 | F1 "conn_CONN_1" -50 40 30 H I C CNN 86 | F2 "" 0 0 50 H I C CNN 87 | F3 "" 0 0 50 H I C CNN 88 | DRAW 89 | C 0 0 31 0 1 0 N 90 | P 2 0 1 0 -30 0 -50 0 N 91 | X 1 1 -150 0 100 R 60 60 1 1 P 92 | ENDDRAW 93 | ENDDEF 94 | # 95 | # power_GND 96 | # 97 | DEF power_GND #PWR 0 0 Y Y 1 F P 98 | F0 "#PWR" 0 -250 50 H I C CNN 99 | F1 "power_GND" 0 -150 50 H V C CNN 100 | F2 "" 0 0 50 H I C CNN 101 | F3 "" 0 0 50 H I C CNN 102 | DRAW 103 | P 6 0 1 0 0 0 0 -50 50 -50 0 -100 -50 -50 0 -50 N 104 | X GND 1 0 0 0 D 50 50 1 1 W N 105 | ENDDRAW 106 | ENDDEF 107 | # 108 | # power_VCC 109 | # 110 | DEF power_VCC #PWR 0 0 Y Y 1 F P 111 | F0 "#PWR" 0 -150 50 H I C CNN 112 | F1 "power_VCC" 0 150 50 H V C CNN 113 | F2 "" 0 0 50 H I C CNN 114 | F3 "" 0 0 50 H I C CNN 115 | DRAW 116 | C 0 75 25 0 1 0 N 117 | P 2 0 1 0 0 0 0 50 N 118 | X VCC 1 0 0 0 U 50 50 1 1 W N 119 | ENDDRAW 120 | ENDDEF 121 | # 122 | #End Library 123 | -------------------------------------------------------------------------------- /68000Relocator.net: -------------------------------------------------------------------------------- 1 | (export (version D) 2 | (design 3 | (source /home/sukko/Documents/kicad/68000Relocator/68000Relocator.sch) 4 | (date "ven 02 nov 2018 22:40:48 CET") 5 | (tool "Eeschema 5.0.1") 6 | (sheet (number 1) (name /) (tstamps /) 7 | (title_block 8 | (title Open68000Relocator) 9 | (company SukkoPera) 10 | (rev V1sukko-git) 11 | (date 2018-11-02) 12 | (source 68000Relocator.sch) 13 | (comment (number 1) (value "Shifts a 68000 processor socket up and 90 degrees counter-clockwise")) 14 | (comment (number 2) (value https://github.com/SukkoPera/Open68000Relocator)) 15 | (comment (number 3) (value "Based on work by AwesomeInferno")) 16 | (comment (number 4) (value http://www.github.com/awesomeinferno))))) 17 | (components 18 | (comp (ref U1) 19 | (value 68000D) 20 | (footprint Open68000Relocator:DIP-64_W22.86mm_Socket_LongPads_Socket) 21 | (datasheet https://www.nxp.com/docs/en/reference-manual/MC68000UM.pdf) 22 | (libsource (lib CPU_NXP_68000) (part 68000D) (description "16/32-bit Microprocessor")) 23 | (sheetpath (names /) (tstamps /)) 24 | (tstamp 5BDD2F9E)) 25 | (comp (ref U2) 26 | (value 68000D) 27 | (footprint Open68000Relocator:DIP-64_W22.86mm_Socket_LongPads_IC) 28 | (datasheet https://www.nxp.com/docs/en/reference-manual/MC68000UM.pdf) 29 | (libsource (lib CPU_NXP_68000) (part 68000D) (description "16/32-bit Microprocessor")) 30 | (sheetpath (names /) (tstamps /)) 31 | (tstamp 5BDE79D8)) 32 | (comp (ref P99) 33 | (value OSHW_LOGO) 34 | (footprint Symbol:OSHW-Logo_11.4x12mm_Copper) 35 | (libsource (lib conn) (part CONN_1) (description "1 pin")) 36 | (sheetpath (names /) (tstamps /)) 37 | (tstamp 5BE4018F))) 38 | (libparts 39 | (libpart (lib CPU_NXP_68000) (part 68000D) 40 | (aliases 41 | (alias 68010D)) 42 | (description "16/32-bit Microprocessor") 43 | (docs https://www.nxp.com/docs/en/reference-manual/MC68000UM.pdf) 44 | (fields 45 | (field (name Reference) U) 46 | (field (name Value) 68000D)) 47 | (pins 48 | (pin (num 1) (name D4) (type BiDi)) 49 | (pin (num 2) (name D3) (type BiDi)) 50 | (pin (num 3) (name D2) (type BiDi)) 51 | (pin (num 4) (name D1) (type BiDi)) 52 | (pin (num 5) (name D0) (type BiDi)) 53 | (pin (num 6) (name AS) (type output)) 54 | (pin (num 7) (name UDS) (type output)) 55 | (pin (num 8) (name LDS) (type output)) 56 | (pin (num 9) (name R/W) (type output)) 57 | (pin (num 10) (name DTACK) (type input)) 58 | (pin (num 11) (name BG) (type output)) 59 | (pin (num 12) (name BGACK) (type input)) 60 | (pin (num 13) (name BR) (type input)) 61 | (pin (num 14) (name VCC) (type power_in)) 62 | (pin (num 15) (name CLK) (type input)) 63 | (pin (num 16) (name GND) (type power_in)) 64 | (pin (num 17) (name HALT) (type BiDi)) 65 | (pin (num 18) (name RESET) (type BiDi)) 66 | (pin (num 19) (name VMA) (type output)) 67 | (pin (num 20) (name E) (type output)) 68 | (pin (num 21) (name VPA) (type input)) 69 | (pin (num 22) (name BERR) (type input)) 70 | (pin (num 23) (name IPL2) (type input)) 71 | (pin (num 24) (name IPL1) (type input)) 72 | (pin (num 25) (name IPL0) (type input)) 73 | (pin (num 26) (name FC2) (type output)) 74 | (pin (num 27) (name FC1) (type output)) 75 | (pin (num 28) (name FC0) (type output)) 76 | (pin (num 29) (name A1) (type output)) 77 | (pin (num 30) (name A2) (type output)) 78 | (pin (num 31) (name A3) (type output)) 79 | (pin (num 32) (name A4) (type output)) 80 | (pin (num 33) (name A5) (type output)) 81 | (pin (num 34) (name A6) (type output)) 82 | (pin (num 35) (name A7) (type output)) 83 | (pin (num 36) (name A8) (type output)) 84 | (pin (num 37) (name A9) (type output)) 85 | (pin (num 38) (name A10) (type output)) 86 | (pin (num 39) (name A11) (type output)) 87 | (pin (num 40) (name A12) (type output)) 88 | (pin (num 41) (name A13) (type output)) 89 | (pin (num 42) (name A14) (type output)) 90 | (pin (num 43) (name A15) (type output)) 91 | (pin (num 44) (name A16) (type output)) 92 | (pin (num 45) (name A17) (type output)) 93 | (pin (num 46) (name A18) (type output)) 94 | (pin (num 47) (name A19) (type output)) 95 | (pin (num 48) (name A20) (type output)) 96 | (pin (num 49) (name VCC) (type power_in)) 97 | (pin (num 50) (name A21) (type output)) 98 | (pin (num 51) (name A22) (type output)) 99 | (pin (num 52) (name A23) (type output)) 100 | (pin (num 53) (name GND) (type power_in)) 101 | (pin (num 54) (name D15) (type BiDi)) 102 | (pin (num 55) (name D14) (type BiDi)) 103 | (pin (num 56) (name D13) (type BiDi)) 104 | (pin (num 57) (name D12) (type BiDi)) 105 | (pin (num 58) (name D11) (type BiDi)) 106 | (pin (num 59) (name D10) (type BiDi)) 107 | (pin (num 60) (name D9) (type BiDi)) 108 | (pin (num 61) (name D8) (type BiDi)) 109 | (pin (num 62) (name D7) (type BiDi)) 110 | (pin (num 63) (name D6) (type BiDi)) 111 | (pin (num 64) (name D5) (type BiDi)))) 112 | (libpart (lib conn) (part CONN_1) 113 | (description "1 pin") 114 | (fields 115 | (field (name Reference) P) 116 | (field (name Value) CONN_1)) 117 | (pins 118 | (pin (num 1) (name 1) (type passive))))) 119 | (libraries 120 | (library (logical CPU_NXP_68000) 121 | (uri /usr/share/kicad/library/CPU_NXP_68000.lib)) 122 | (library (logical conn) 123 | (uri /home/sukko/Documents/kicad/lib/libs-walter/library/conn.lib))) 124 | (nets 125 | (net (code 1) (name /FC2) 126 | (node (ref U1) (pin 26)) 127 | (node (ref U2) (pin 26))) 128 | (net (code 2) (name /FC1) 129 | (node (ref U2) (pin 27)) 130 | (node (ref U1) (pin 27))) 131 | (net (code 3) (name /BERR) 132 | (node (ref U2) (pin 22)) 133 | (node (ref U1) (pin 22))) 134 | (net (code 4) (name /VPA) 135 | (node (ref U1) (pin 21)) 136 | (node (ref U2) (pin 21))) 137 | (net (code 5) (name /E) 138 | (node (ref U1) (pin 20)) 139 | (node (ref U2) (pin 20))) 140 | (net (code 6) (name /VMA) 141 | (node (ref U1) (pin 19)) 142 | (node (ref U2) (pin 19))) 143 | (net (code 7) (name /RESET) 144 | (node (ref U2) (pin 18)) 145 | (node (ref U1) (pin 18))) 146 | (net (code 8) (name /HALT) 147 | (node (ref U1) (pin 17)) 148 | (node (ref U2) (pin 17))) 149 | (net (code 9) (name /BG) 150 | (node (ref U1) (pin 11)) 151 | (node (ref U2) (pin 11))) 152 | (net (code 10) (name /DTACK) 153 | (node (ref U1) (pin 10)) 154 | (node (ref U2) (pin 10))) 155 | (net (code 11) (name GND) 156 | (node (ref U1) (pin 16)) 157 | (node (ref U2) (pin 53)) 158 | (node (ref U1) (pin 53)) 159 | (node (ref U2) (pin 16))) 160 | (net (code 12) (name /R/W) 161 | (node (ref U2) (pin 9)) 162 | (node (ref U1) (pin 9))) 163 | (net (code 13) (name VCC) 164 | (node (ref U2) (pin 49)) 165 | (node (ref U2) (pin 14)) 166 | (node (ref U1) (pin 14)) 167 | (node (ref U1) (pin 49))) 168 | (net (code 14) (name "Net-(P99-Pad1)") 169 | (node (ref P99) (pin 1))) 170 | (net (code 15) (name /IPL2) 171 | (node (ref U2) (pin 23)) 172 | (node (ref U1) (pin 23))) 173 | (net (code 16) (name /FC0) 174 | (node (ref U2) (pin 28)) 175 | (node (ref U1) (pin 28))) 176 | (net (code 17) (name /IPL0) 177 | (node (ref U2) (pin 25)) 178 | (node (ref U1) (pin 25))) 179 | (net (code 18) (name /IPL1) 180 | (node (ref U2) (pin 24)) 181 | (node (ref U1) (pin 24))) 182 | (net (code 19) (name /CLK) 183 | (node (ref U1) (pin 15)) 184 | (node (ref U2) (pin 15))) 185 | (net (code 20) (name /BR) 186 | (node (ref U2) (pin 13)) 187 | (node (ref U1) (pin 13))) 188 | (net (code 21) (name /BGACK) 189 | (node (ref U2) (pin 12)) 190 | (node (ref U1) (pin 12))) 191 | (net (code 22) (name /LDS) 192 | (node (ref U2) (pin 8)) 193 | (node (ref U1) (pin 8))) 194 | (net (code 23) (name /D0) 195 | (node (ref U2) (pin 5)) 196 | (node (ref U1) (pin 5))) 197 | (net (code 24) (name /D12) 198 | (node (ref U2) (pin 57)) 199 | (node (ref U1) (pin 57))) 200 | (net (code 25) (name /D11) 201 | (node (ref U1) (pin 58)) 202 | (node (ref U2) (pin 58))) 203 | (net (code 26) (name /D10) 204 | (node (ref U2) (pin 59)) 205 | (node (ref U1) (pin 59))) 206 | (net (code 27) (name /D9) 207 | (node (ref U2) (pin 60)) 208 | (node (ref U1) (pin 60))) 209 | (net (code 28) (name /D8) 210 | (node (ref U1) (pin 61)) 211 | (node (ref U2) (pin 61))) 212 | (net (code 29) (name /D7) 213 | (node (ref U1) (pin 62)) 214 | (node (ref U2) (pin 62))) 215 | (net (code 30) (name /D6) 216 | (node (ref U1) (pin 63)) 217 | (node (ref U2) (pin 63))) 218 | (net (code 31) (name /D5) 219 | (node (ref U1) (pin 64)) 220 | (node (ref U2) (pin 64))) 221 | (net (code 32) (name /D4) 222 | (node (ref U1) (pin 1)) 223 | (node (ref U2) (pin 1))) 224 | (net (code 33) (name /D3) 225 | (node (ref U2) (pin 2)) 226 | (node (ref U1) (pin 2))) 227 | (net (code 34) (name /D2) 228 | (node (ref U2) (pin 3)) 229 | (node (ref U1) (pin 3))) 230 | (net (code 35) (name /D1) 231 | (node (ref U2) (pin 4)) 232 | (node (ref U1) (pin 4))) 233 | (net (code 36) (name /D13) 234 | (node (ref U2) (pin 56)) 235 | (node (ref U1) (pin 56))) 236 | (net (code 37) (name /A23) 237 | (node (ref U1) (pin 52)) 238 | (node (ref U2) (pin 52))) 239 | (net (code 38) (name /A22) 240 | (node (ref U1) (pin 51)) 241 | (node (ref U2) (pin 51))) 242 | (net (code 39) (name /A21) 243 | (node (ref U1) (pin 50)) 244 | (node (ref U2) (pin 50))) 245 | (net (code 40) (name /A20) 246 | (node (ref U1) (pin 48)) 247 | (node (ref U2) (pin 48))) 248 | (net (code 41) (name /A19) 249 | (node (ref U1) (pin 47)) 250 | (node (ref U2) (pin 47))) 251 | (net (code 42) (name /A18) 252 | (node (ref U1) (pin 46)) 253 | (node (ref U2) (pin 46))) 254 | (net (code 43) (name /A17) 255 | (node (ref U2) (pin 45)) 256 | (node (ref U1) (pin 45))) 257 | (net (code 44) (name /A16) 258 | (node (ref U1) (pin 44)) 259 | (node (ref U2) (pin 44))) 260 | (net (code 45) (name /A15) 261 | (node (ref U2) (pin 43)) 262 | (node (ref U1) (pin 43))) 263 | (net (code 46) (name /A14) 264 | (node (ref U1) (pin 42)) 265 | (node (ref U2) (pin 42))) 266 | (net (code 47) (name /A13) 267 | (node (ref U1) (pin 41)) 268 | (node (ref U2) (pin 41))) 269 | (net (code 48) (name /A12) 270 | (node (ref U1) (pin 40)) 271 | (node (ref U2) (pin 40))) 272 | (net (code 49) (name /UDS) 273 | (node (ref U1) (pin 7)) 274 | (node (ref U2) (pin 7))) 275 | (net (code 50) (name /AS) 276 | (node (ref U1) (pin 6)) 277 | (node (ref U2) (pin 6))) 278 | (net (code 51) (name /D15) 279 | (node (ref U2) (pin 54)) 280 | (node (ref U1) (pin 54))) 281 | (net (code 52) (name /D14) 282 | (node (ref U2) (pin 55)) 283 | (node (ref U1) (pin 55))) 284 | (net (code 53) (name /A11) 285 | (node (ref U1) (pin 39)) 286 | (node (ref U2) (pin 39))) 287 | (net (code 54) (name /A8) 288 | (node (ref U1) (pin 36)) 289 | (node (ref U2) (pin 36))) 290 | (net (code 55) (name /A7) 291 | (node (ref U1) (pin 35)) 292 | (node (ref U2) (pin 35))) 293 | (net (code 56) (name /A6) 294 | (node (ref U2) (pin 34)) 295 | (node (ref U1) (pin 34))) 296 | (net (code 57) (name /A5) 297 | (node (ref U2) (pin 33)) 298 | (node (ref U1) (pin 33))) 299 | (net (code 58) (name /A4) 300 | (node (ref U2) (pin 32)) 301 | (node (ref U1) (pin 32))) 302 | (net (code 59) (name /A3) 303 | (node (ref U1) (pin 31)) 304 | (node (ref U2) (pin 31))) 305 | (net (code 60) (name /A2) 306 | (node (ref U2) (pin 30)) 307 | (node (ref U1) (pin 30))) 308 | (net (code 61) (name /A1) 309 | (node (ref U1) (pin 29)) 310 | (node (ref U2) (pin 29))) 311 | (net (code 62) (name /A9) 312 | (node (ref U2) (pin 37)) 313 | (node (ref U1) (pin 37))) 314 | (net (code 63) (name /A10) 315 | (node (ref U2) (pin 38)) 316 | (node (ref U1) (pin 38))))) -------------------------------------------------------------------------------- /68000Relocator.pro: -------------------------------------------------------------------------------- 1 | update=ven 02 nov 2018 22:25:39 CET 2 | version=1 3 | last_client=kicad 4 | [pcbnew] 5 | version=1 6 | LastNetListRead= 7 | UseCmpFile=1 8 | PadDrill=0.600000000000 9 | PadDrillOvalY=0.600000000000 10 | PadSizeH=1.500000000000 11 | PadSizeV=1.500000000000 12 | PcbTextSizeV=1.500000000000 13 | PcbTextSizeH=1.500000000000 14 | PcbTextThickness=0.300000000000 15 | ModuleTextSizeV=1.000000000000 16 | ModuleTextSizeH=1.000000000000 17 | ModuleTextSizeThickness=0.150000000000 18 | SolderMaskClearance=0.000000000000 19 | SolderMaskMinWidth=0.000000000000 20 | DrawSegmentWidth=0.200000000000 21 | BoardOutlineThickness=0.100000000000 22 | ModuleOutlineThickness=0.150000000000 23 | [cvpcb] 24 | version=1 25 | NetIExt=net 26 | [general] 27 | version=1 28 | [eeschema] 29 | version=1 30 | LibDir= 31 | [schematic_editor] 32 | version=1 33 | PageLayoutDescrFile= 34 | PlotDirectoryName= 35 | SubpartIdSeparator=0 36 | SubpartFirstId=65 37 | NetFmtName= 38 | SpiceAjustPassiveValues=0 39 | LabSize=50 40 | ERC_TestSimilarLabels=1 41 | -------------------------------------------------------------------------------- /68000Relocator.sch: -------------------------------------------------------------------------------- 1 | EESchema Schematic File Version 4 2 | LIBS:68000Relocator-cache 3 | EELAYER 26 0 4 | EELAYER END 5 | $Descr A4 11693 8268 6 | encoding utf-8 7 | Sheet 1 1 8 | Title "Open68000Relocator" 9 | Date "2018-11-02" 10 | Rev "V1sukko-git" 11 | Comp "SukkoPera" 12 | Comment1 "Shifts a 68000 processor socket up and 90 degrees counter-clockwise" 13 | Comment2 "https://github.com/SukkoPera/Open68000Relocator" 14 | Comment3 "Based on work by AwesomeInferno" 15 | Comment4 "http://www.github.com/awesomeinferno" 16 | $EndDescr 17 | Entry Wire Line 18 | 8200 1500 8300 1600 19 | Entry Wire Line 20 | 8200 1600 8300 1700 21 | Entry Wire Line 22 | 8200 1700 8300 1800 23 | Entry Wire Line 24 | 8200 1800 8300 1900 25 | Entry Wire Line 26 | 8200 1900 8300 2000 27 | Entry Wire Line 28 | 8200 2000 8300 2100 29 | Entry Wire Line 30 | 8200 2100 8300 2200 31 | Entry Wire Line 32 | 8200 2200 8300 2300 33 | Entry Wire Line 34 | 8200 2300 8300 2400 35 | Entry Wire Line 36 | 8200 2400 8300 2500 37 | Entry Wire Line 38 | 8200 2500 8300 2600 39 | Entry Wire Line 40 | 8200 2600 8300 2700 41 | Entry Wire Line 42 | 8200 2700 8300 2800 43 | Entry Wire Line 44 | 8200 2800 8300 2900 45 | Entry Wire Line 46 | 8200 2900 8300 3000 47 | Entry Wire Line 48 | 8200 3000 8300 3100 49 | Entry Wire Line 50 | 8200 3100 8300 3200 51 | Entry Wire Line 52 | 8200 3200 8300 3300 53 | Entry Wire Line 54 | 8200 3300 8300 3400 55 | Entry Wire Line 56 | 8200 3400 8300 3500 57 | Entry Wire Line 58 | 8200 3500 8300 3600 59 | Entry Wire Line 60 | 8200 3600 8300 3700 61 | Entry Wire Line 62 | 8200 3700 8300 3800 63 | Entry Wire Line 64 | 8200 3900 8300 4000 65 | Entry Wire Line 66 | 8200 4000 8300 4100 67 | Entry Wire Line 68 | 8200 4100 8300 4200 69 | Entry Wire Line 70 | 8200 4200 8300 4300 71 | Entry Wire Line 72 | 8200 4300 8300 4400 73 | Entry Wire Line 74 | 8200 4400 8300 4500 75 | Entry Wire Line 76 | 8200 4500 8300 4600 77 | Entry Wire Line 78 | 8200 4600 8300 4700 79 | Entry Wire Line 80 | 8200 4700 8300 4800 81 | Entry Wire Line 82 | 8200 4800 8300 4900 83 | Entry Wire Line 84 | 8200 4900 8300 5000 85 | Entry Wire Line 86 | 8200 5000 8300 5100 87 | Entry Wire Line 88 | 8200 5100 8300 5200 89 | Entry Wire Line 90 | 8200 5200 8300 5300 91 | Entry Wire Line 92 | 8200 5300 8300 5400 93 | Entry Wire Line 94 | 8200 5400 8300 5500 95 | Entry Wire Line 96 | 8200 5600 8300 5700 97 | Entry Wire Line 98 | 8200 5700 8300 5800 99 | Entry Wire Line 100 | 8200 5800 8300 5900 101 | Entry Wire Line 102 | 8200 5900 8300 6000 103 | Entry Wire Line 104 | 4600 1500 4700 1600 105 | Entry Wire Line 106 | 4600 1600 4700 1700 107 | Entry Wire Line 108 | 4600 1700 4700 1800 109 | Entry Wire Line 110 | 4600 1800 4700 1900 111 | Entry Wire Line 112 | 4600 1900 4700 2000 113 | Entry Wire Line 114 | 4600 2000 4700 2100 115 | Entry Wire Line 116 | 4600 2100 4700 2200 117 | Entry Wire Line 118 | 4600 2200 4700 2300 119 | Entry Wire Line 120 | 4600 2300 4700 2400 121 | Entry Wire Line 122 | 4600 2400 4700 2500 123 | Entry Wire Line 124 | 4600 2500 4700 2600 125 | Entry Wire Line 126 | 4600 2600 4700 2700 127 | Entry Wire Line 128 | 4600 2700 4700 2800 129 | Entry Wire Line 130 | 4600 2800 4700 2900 131 | Entry Wire Line 132 | 4600 2900 4700 3000 133 | Entry Wire Line 134 | 4600 3000 4700 3100 135 | Entry Wire Line 136 | 4600 3100 4700 3200 137 | Entry Wire Line 138 | 4600 3200 4700 3300 139 | Entry Wire Line 140 | 4600 3300 4700 3400 141 | Entry Wire Line 142 | 4600 3400 4700 3500 143 | Entry Wire Line 144 | 4600 3500 4700 3600 145 | Entry Wire Line 146 | 4600 3600 4700 3700 147 | Entry Wire Line 148 | 4600 3700 4700 3800 149 | Entry Wire Line 150 | 4600 3900 4700 4000 151 | Entry Wire Line 152 | 4600 4000 4700 4100 153 | Entry Wire Line 154 | 4600 4100 4700 4200 155 | Entry Wire Line 156 | 4600 4200 4700 4300 157 | Entry Wire Line 158 | 4600 4300 4700 4400 159 | Entry Wire Line 160 | 4600 4400 4700 4500 161 | Entry Wire Line 162 | 4600 4500 4700 4600 163 | Entry Wire Line 164 | 4600 4600 4700 4700 165 | Entry Wire Line 166 | 4600 4700 4700 4800 167 | Entry Wire Line 168 | 4600 4800 4700 4900 169 | Entry Wire Line 170 | 4600 4900 4700 5000 171 | Entry Wire Line 172 | 4600 5000 4700 5100 173 | Entry Wire Line 174 | 4600 5100 4700 5200 175 | Entry Wire Line 176 | 4600 5200 4700 5300 177 | Entry Wire Line 178 | 4600 5300 4700 5400 179 | Entry Wire Line 180 | 4600 5400 4700 5500 181 | Entry Wire Line 182 | 4600 5600 4700 5700 183 | Entry Wire Line 184 | 4600 5700 4700 5800 185 | Entry Wire Line 186 | 4600 5800 4700 5900 187 | Entry Wire Line 188 | 4600 5900 4700 6000 189 | Entry Wire Line 190 | 5500 1600 5600 1500 191 | Entry Wire Line 192 | 5500 1900 5600 1800 193 | Entry Wire Line 194 | 5500 2000 5600 1900 195 | Entry Wire Line 196 | 5500 2100 5600 2000 197 | Entry Wire Line 198 | 5500 2300 5600 2200 199 | Entry Wire Line 200 | 5500 2400 5600 2300 201 | Entry Wire Line 202 | 5500 2500 5600 2400 203 | Entry Wire Line 204 | 5500 2800 5600 2700 205 | Entry Wire Line 206 | 5500 2900 5600 2800 207 | Entry Wire Line 208 | 5500 3000 5600 2900 209 | Entry Wire Line 210 | 5500 3300 5600 3200 211 | Entry Wire Line 212 | 5500 3400 5600 3300 213 | Entry Wire Line 214 | 5500 3500 5600 3400 215 | Entry Wire Line 216 | 5500 4400 5600 4300 217 | Entry Wire Line 218 | 5500 4600 5600 4500 219 | Entry Wire Line 220 | 5500 5000 5600 4900 221 | Entry Wire Line 222 | 5500 5100 5600 5000 223 | Entry Wire Line 224 | 1800 1600 1900 1500 225 | Entry Wire Line 226 | 1800 1900 1900 1800 227 | Entry Wire Line 228 | 1800 2000 1900 1900 229 | Entry Wire Line 230 | 1800 2100 1900 2000 231 | Entry Wire Line 232 | 1800 2300 1900 2200 233 | Entry Wire Line 234 | 1800 2400 1900 2300 235 | Entry Wire Line 236 | 1800 2500 1900 2400 237 | Entry Wire Line 238 | 1800 2800 1900 2700 239 | Entry Wire Line 240 | 1800 2900 1900 2800 241 | Entry Wire Line 242 | 1800 3000 1900 2900 243 | Entry Wire Line 244 | 1800 3300 1900 3200 245 | Entry Wire Line 246 | 1800 3400 1900 3300 247 | Entry Wire Line 248 | 1800 3500 1900 3400 249 | Entry Wire Line 250 | 1800 4400 1900 4300 251 | Entry Wire Line 252 | 1800 4600 1900 4500 253 | Entry Wire Line 254 | 1800 5000 1900 4900 255 | Entry Wire Line 256 | 1800 5100 1900 5000 257 | Wire Bus Line 258 | 8300 6480 4700 6480 259 | Wire Bus Line 260 | 5500 820 1800 820 261 | Wire Wire Line 262 | 5600 5000 5800 5000 263 | Wire Wire Line 264 | 5600 4900 5800 4900 265 | Wire Wire Line 266 | 5600 4500 5800 4500 267 | Wire Wire Line 268 | 5600 4300 5800 4300 269 | Wire Wire Line 270 | 5600 3400 5800 3400 271 | Wire Wire Line 272 | 5600 3300 5800 3300 273 | Wire Wire Line 274 | 5600 3200 5800 3200 275 | Wire Wire Line 276 | 5600 2900 5800 2900 277 | Wire Wire Line 278 | 5600 2800 5800 2800 279 | Wire Wire Line 280 | 5600 2700 5800 2700 281 | Wire Wire Line 282 | 5600 2400 5800 2400 283 | Wire Wire Line 284 | 5600 2300 5800 2300 285 | Wire Wire Line 286 | 5600 2200 5800 2200 287 | Wire Wire Line 288 | 5600 2000 5800 2000 289 | Wire Wire Line 290 | 5600 1900 5800 1900 291 | Wire Wire Line 292 | 5600 1800 5800 1800 293 | Wire Wire Line 294 | 5600 1500 5800 1500 295 | Wire Wire Line 296 | 1900 1800 2150 1800 297 | Wire Wire Line 298 | 1900 1900 2150 1900 299 | Wire Wire Line 300 | 1900 2000 2150 2000 301 | Wire Wire Line 302 | 1900 2200 2150 2200 303 | Wire Wire Line 304 | 1900 2300 2150 2300 305 | Wire Wire Line 306 | 1900 2400 2150 2400 307 | Wire Wire Line 308 | 1900 2900 2150 2900 309 | Wire Wire Line 310 | 1900 3200 2150 3200 311 | Wire Wire Line 312 | 1900 2800 2150 2800 313 | Wire Wire Line 314 | 1900 2700 2150 2700 315 | Wire Wire Line 316 | 1900 3300 2150 3300 317 | Wire Wire Line 318 | 1900 3400 2150 3400 319 | Wire Wire Line 320 | 1900 4500 2150 4500 321 | Wire Wire Line 322 | 1900 4900 2150 4900 323 | Wire Wire Line 324 | 1900 5000 2150 5000 325 | Wire Wire Line 326 | 4150 1500 4600 1500 327 | Wire Wire Line 328 | 4150 1600 4600 1600 329 | Wire Wire Line 330 | 4150 1700 4600 1700 331 | Wire Wire Line 332 | 4150 1800 4600 1800 333 | Wire Wire Line 334 | 4150 1900 4600 1900 335 | Wire Wire Line 336 | 4150 2000 4600 2000 337 | Wire Wire Line 338 | 4150 2100 4600 2100 339 | Wire Wire Line 340 | 4150 2200 4600 2200 341 | Wire Wire Line 342 | 4150 2300 4600 2300 343 | Wire Wire Line 344 | 4150 2400 4600 2400 345 | Wire Wire Line 346 | 4150 2500 4600 2500 347 | Wire Wire Line 348 | 4150 2600 4600 2600 349 | Wire Wire Line 350 | 4150 2700 4600 2700 351 | Wire Wire Line 352 | 4150 2800 4600 2800 353 | Wire Wire Line 354 | 4150 2900 4600 2900 355 | Wire Wire Line 356 | 4150 3000 4600 3000 357 | Wire Wire Line 358 | 4150 3100 4600 3100 359 | Wire Wire Line 360 | 4150 3200 4600 3200 361 | Wire Wire Line 362 | 4150 3300 4600 3300 363 | Wire Wire Line 364 | 4150 3400 4600 3400 365 | Wire Wire Line 366 | 4150 3500 4600 3500 367 | Wire Wire Line 368 | 4150 3600 4600 3600 369 | Wire Wire Line 370 | 4150 3700 4600 3700 371 | Wire Wire Line 372 | 4150 3900 4600 3900 373 | Wire Wire Line 374 | 4150 4000 4600 4000 375 | Wire Wire Line 376 | 4150 4100 4600 4100 377 | Wire Wire Line 378 | 4150 4200 4600 4200 379 | Wire Wire Line 380 | 4150 4300 4600 4300 381 | Wire Wire Line 382 | 4150 4400 4600 4400 383 | Wire Wire Line 384 | 4150 4500 4600 4500 385 | Wire Wire Line 386 | 4150 4600 4600 4600 387 | Wire Wire Line 388 | 4150 4700 4600 4700 389 | Wire Wire Line 390 | 4150 4800 4600 4800 391 | Wire Wire Line 392 | 4150 4900 4600 4900 393 | Wire Wire Line 394 | 4150 5000 4600 5000 395 | Wire Wire Line 396 | 4150 5100 4600 5100 397 | Wire Wire Line 398 | 4150 5200 4600 5200 399 | Wire Wire Line 400 | 4150 5300 4600 5300 401 | Wire Wire Line 402 | 4150 5400 4600 5400 403 | Wire Wire Line 404 | 4150 5600 4600 5600 405 | Wire Wire Line 406 | 4150 5700 4600 5700 407 | Wire Wire Line 408 | 4150 5800 4600 5800 409 | Wire Wire Line 410 | 4150 5900 4600 5900 411 | Wire Wire Line 412 | 7800 1500 8200 1500 413 | Wire Wire Line 414 | 7800 1600 8200 1600 415 | Wire Wire Line 416 | 7800 1700 8200 1700 417 | Wire Wire Line 418 | 7800 1800 8200 1800 419 | Wire Wire Line 420 | 7800 1900 8200 1900 421 | Wire Wire Line 422 | 7800 2000 8200 2000 423 | Wire Wire Line 424 | 7800 2100 8200 2100 425 | Wire Wire Line 426 | 7800 2200 8200 2200 427 | Wire Wire Line 428 | 7800 2300 8200 2300 429 | Wire Wire Line 430 | 7800 2400 8200 2400 431 | Wire Wire Line 432 | 7800 2500 8200 2500 433 | Wire Wire Line 434 | 7800 2600 8200 2600 435 | Wire Wire Line 436 | 7800 2700 8200 2700 437 | Wire Wire Line 438 | 7800 2800 8200 2800 439 | Wire Wire Line 440 | 7800 2900 8200 2900 441 | Wire Wire Line 442 | 7800 3000 8200 3000 443 | Wire Wire Line 444 | 7800 3100 8200 3100 445 | Wire Wire Line 446 | 7800 3200 8200 3200 447 | Wire Wire Line 448 | 7800 3300 8200 3300 449 | Wire Wire Line 450 | 7800 3400 8200 3400 451 | Wire Wire Line 452 | 7800 3500 8200 3500 453 | Wire Wire Line 454 | 7800 3600 8200 3600 455 | Wire Wire Line 456 | 7800 3700 8200 3700 457 | Wire Wire Line 458 | 7800 3900 8200 3900 459 | Wire Wire Line 460 | 7800 4000 8200 4000 461 | Wire Wire Line 462 | 7800 4100 8200 4100 463 | Wire Wire Line 464 | 7800 4200 8200 4200 465 | Wire Wire Line 466 | 7800 4300 8200 4300 467 | Wire Wire Line 468 | 7800 4400 8200 4400 469 | Wire Wire Line 470 | 7800 4500 8200 4500 471 | Wire Wire Line 472 | 7800 4600 8200 4600 473 | Wire Wire Line 474 | 7800 4700 8200 4700 475 | Wire Wire Line 476 | 7800 4800 8200 4800 477 | Wire Wire Line 478 | 7800 4900 8200 4900 479 | Wire Wire Line 480 | 7800 5000 8200 5000 481 | Wire Wire Line 482 | 7800 5100 8200 5100 483 | Wire Wire Line 484 | 7800 5200 8200 5200 485 | Wire Wire Line 486 | 7800 5300 8200 5300 487 | Wire Wire Line 488 | 7800 5400 8200 5400 489 | Wire Wire Line 490 | 7800 5600 8200 5600 491 | Wire Wire Line 492 | 7800 5700 8200 5700 493 | Wire Wire Line 494 | 7800 5800 8200 5800 495 | Wire Wire Line 496 | 7800 5900 8200 5900 497 | Text Label 4500 1500 0 60 ~ 0 498 | A1 499 | Text Label 4500 1600 0 60 ~ 0 500 | A2 501 | Text Label 4500 1700 0 60 ~ 0 502 | A3 503 | Text Label 4500 1800 0 60 ~ 0 504 | A4 505 | Text Label 4500 1900 0 60 ~ 0 506 | A5 507 | Text Label 4500 2000 0 60 ~ 0 508 | A6 509 | Text Label 4500 2100 0 60 ~ 0 510 | A7 511 | Text Label 4500 2200 0 60 ~ 0 512 | A8 513 | Text Label 4500 2300 0 60 ~ 0 514 | A9 515 | Text Label 4500 2400 0 60 ~ 0 516 | A10 517 | Text Label 4500 2500 0 60 ~ 0 518 | A11 519 | Text Label 4500 2600 0 60 ~ 0 520 | A12 521 | Text Label 4500 2700 0 60 ~ 0 522 | A13 523 | Text Label 4500 2800 0 60 ~ 0 524 | A14 525 | Text Label 4500 2900 0 60 ~ 0 526 | A15 527 | Text Label 4500 3000 0 60 ~ 0 528 | A16 529 | Text Label 4500 3100 0 60 ~ 0 530 | A17 531 | Text Label 4500 3200 0 60 ~ 0 532 | A18 533 | Text Label 4500 3300 0 60 ~ 0 534 | A19 535 | Text Label 4500 3400 0 60 ~ 0 536 | A20 537 | Text Label 4500 3500 0 60 ~ 0 538 | A21 539 | Text Label 4500 3600 0 60 ~ 0 540 | A22 541 | Text Label 4500 3700 0 60 ~ 0 542 | A23 543 | Text Label 8100 1500 0 60 ~ 0 544 | A1 545 | Text Label 8100 1600 0 60 ~ 0 546 | A2 547 | Text Label 8100 1700 0 60 ~ 0 548 | A3 549 | Text Label 8100 1800 0 60 ~ 0 550 | A4 551 | Text Label 8100 1900 0 60 ~ 0 552 | A5 553 | Text Label 8100 2000 0 60 ~ 0 554 | A6 555 | Text Label 8100 2100 0 60 ~ 0 556 | A7 557 | Text Label 8100 2200 0 60 ~ 0 558 | A8 559 | Text Label 8100 2300 0 60 ~ 0 560 | A9 561 | Text Label 8100 2400 0 60 ~ 0 562 | A10 563 | Text Label 8100 2500 0 60 ~ 0 564 | A11 565 | Text Label 8100 2600 0 60 ~ 0 566 | A12 567 | Text Label 8100 2700 0 60 ~ 0 568 | A13 569 | Text Label 8100 2800 0 60 ~ 0 570 | A14 571 | Text Label 8100 2900 0 60 ~ 0 572 | A15 573 | Text Label 8100 3000 0 60 ~ 0 574 | A16 575 | Text Label 8100 3100 0 60 ~ 0 576 | A17 577 | Text Label 8100 3200 0 60 ~ 0 578 | A18 579 | Text Label 8100 3300 0 60 ~ 0 580 | A19 581 | Text Label 8100 3400 0 60 ~ 0 582 | A20 583 | Text Label 8100 3500 0 60 ~ 0 584 | A21 585 | Text Label 8100 3600 0 60 ~ 0 586 | A22 587 | Text Label 8100 3700 0 60 ~ 0 588 | A23 589 | Text Label 4500 3900 0 60 ~ 0 590 | D0 591 | Text Label 4500 4000 0 60 ~ 0 592 | D1 593 | Text Label 4500 4100 0 60 ~ 0 594 | D2 595 | Text Label 4500 4200 0 60 ~ 0 596 | D3 597 | Text Label 4500 4300 0 60 ~ 0 598 | D4 599 | Text Label 4500 4400 0 60 ~ 0 600 | D5 601 | Text Label 4500 4500 0 60 ~ 0 602 | D6 603 | Text Label 4500 4600 0 60 ~ 0 604 | D7 605 | Text Label 4500 4700 0 60 ~ 0 606 | D8 607 | Text Label 4500 4800 0 60 ~ 0 608 | D9 609 | Text Label 4500 4900 0 60 ~ 0 610 | D10 611 | Text Label 4500 5000 0 60 ~ 0 612 | D11 613 | Text Label 4500 5100 0 60 ~ 0 614 | D12 615 | Text Label 4500 5200 0 60 ~ 0 616 | D13 617 | Text Label 4500 5300 0 60 ~ 0 618 | D14 619 | Text Label 4500 5400 0 60 ~ 0 620 | D15 621 | Text Label 8100 3900 0 60 ~ 0 622 | D0 623 | Text Label 8100 4000 0 60 ~ 0 624 | D1 625 | Text Label 8100 4100 0 60 ~ 0 626 | D2 627 | Text Label 8100 4200 0 60 ~ 0 628 | D3 629 | Text Label 8100 4300 0 60 ~ 0 630 | D4 631 | Text Label 8100 4400 0 60 ~ 0 632 | D5 633 | Text Label 8100 4500 0 60 ~ 0 634 | D6 635 | Text Label 8100 4600 0 60 ~ 0 636 | D7 637 | Text Label 8100 4700 0 60 ~ 0 638 | D8 639 | Text Label 8100 4800 0 60 ~ 0 640 | D9 641 | Text Label 8100 4900 0 60 ~ 0 642 | D10 643 | Text Label 8100 5000 0 60 ~ 0 644 | D11 645 | Text Label 8100 5100 0 60 ~ 0 646 | D12 647 | Text Label 8100 5200 0 60 ~ 0 648 | D13 649 | Text Label 8100 5300 0 60 ~ 0 650 | D14 651 | Text Label 8100 5400 0 60 ~ 0 652 | D15 653 | Text Label 4500 5600 0 60 ~ 0 654 | AS 655 | Text Label 4500 5700 0 60 ~ 0 656 | UDS 657 | Text Label 4500 5800 0 60 ~ 0 658 | LDS 659 | Text Label 4500 5900 0 60 ~ 0 660 | R/W 661 | Text Label 8100 5600 0 60 ~ 0 662 | AS 663 | Text Label 8100 5700 0 60 ~ 0 664 | UDS 665 | Text Label 8100 5800 0 60 ~ 0 666 | LDS 667 | Text Label 8100 5900 0 60 ~ 0 668 | R/W 669 | Text Label 1900 1500 0 60 ~ 0 670 | CLK 671 | Text Label 1900 1800 0 60 ~ 0 672 | IPL0 673 | Text Label 1900 1900 0 60 ~ 0 674 | IPL1 675 | Text Label 1900 2000 0 60 ~ 0 676 | IPL2 677 | Text Label 1900 2200 0 60 ~ 0 678 | BGACK 679 | Text Label 1900 2300 0 60 ~ 0 680 | BG 681 | Text Label 1900 2400 0 60 ~ 0 682 | BR 683 | Text Label 1900 2700 0 60 ~ 0 684 | FC0 685 | Text Label 1900 2800 0 60 ~ 0 686 | FC1 687 | Text Label 1900 2900 0 60 ~ 0 688 | FC2 689 | Text Label 1900 3200 0 60 ~ 0 690 | VMA 691 | Text Label 1900 3300 0 60 ~ 0 692 | E 693 | Text Label 1900 3400 0 60 ~ 0 694 | VPA 695 | Text Label 1900 4300 0 60 ~ 0 696 | BERR 697 | Text Label 1900 4500 0 60 ~ 0 698 | DTACK 699 | Text Label 1900 4900 0 60 ~ 0 700 | HALT 701 | Text Label 1900 5000 0 60 ~ 0 702 | RESET 703 | Text Label 5600 1500 0 60 ~ 0 704 | CLK 705 | Text Label 5600 1800 0 60 ~ 0 706 | IPL0 707 | Text Label 5600 1900 0 60 ~ 0 708 | IPL1 709 | Text Label 5600 2000 0 60 ~ 0 710 | IPL2 711 | Text Label 5600 2200 0 60 ~ 0 712 | BGACK 713 | Text Label 5600 2300 0 60 ~ 0 714 | BG 715 | Text Label 5600 2400 0 60 ~ 0 716 | BR 717 | Text Label 5600 2700 0 60 ~ 0 718 | FC0 719 | Text Label 5600 2800 0 60 ~ 0 720 | FC1 721 | Text Label 5600 2900 0 60 ~ 0 722 | FC2 723 | Text Label 5600 3200 0 60 ~ 0 724 | VMA 725 | Text Label 5600 3300 0 60 ~ 0 726 | E 727 | Text Label 5600 3400 0 60 ~ 0 728 | VPA 729 | Text Label 5600 4300 0 60 ~ 0 730 | BERR 731 | Text Label 5600 4500 0 60 ~ 0 732 | DTACK 733 | Text Label 5600 4900 0 60 ~ 0 734 | HALT 735 | Text Label 5600 5000 0 60 ~ 0 736 | RESET 737 | $Comp 738 | L CPU_NXP_68000:68000D U1 739 | U 1 1 5BDD2F9E 740 | P 3150 3700 741 | F 0 "U1" H 3770 6000 50 0000 C CNN 742 | F 1 "68000D" H 3150 3700 50 0000 C CNN 743 | F 2 "Open68000Relocator:DIP-64_W22.86mm_Socket_LongPads_Socket" H 3150 3700 50 0001 C CNN 744 | F 3 "https://www.nxp.com/docs/en/reference-manual/MC68000UM.pdf" H 3150 3700 50 0001 C CNN 745 | 1 3150 3700 746 | 1 0 0 -1 747 | $EndComp 748 | $Comp 749 | L CPU_NXP_68000:68000D U2 750 | U 1 1 5BDE79D8 751 | P 6800 3700 752 | F 0 "U2" H 7420 6000 50 0000 C CNN 753 | F 1 "68000D" H 6800 3700 50 0000 C CNN 754 | F 2 "Open68000Relocator:DIP-64_W22.86mm_Socket_LongPads_IC" H 6800 3700 50 0001 C CNN 755 | F 3 "https://www.nxp.com/docs/en/reference-manual/MC68000UM.pdf" H 6800 3700 50 0001 C CNN 756 | 1 6800 3700 757 | 1 0 0 -1 758 | $EndComp 759 | $Comp 760 | L power:GND #PWR0101 761 | U 1 1 5BDE7B34 762 | P 6850 6240 763 | F 0 "#PWR0101" H 6850 5990 50 0001 C CNN 764 | F 1 "GND" H 6855 6067 50 0000 C CNN 765 | F 2 "" H 6850 6240 50 0001 C CNN 766 | F 3 "" H 6850 6240 50 0001 C CNN 767 | 1 6850 6240 768 | 1 0 0 -1 769 | $EndComp 770 | Wire Wire Line 771 | 6800 6100 6800 6170 772 | Wire Wire Line 773 | 6800 6170 6850 6170 774 | Wire Wire Line 775 | 6850 6170 6900 6170 776 | Wire Wire Line 777 | 6900 6170 6900 6100 778 | Connection ~ 6850 6170 779 | Wire Wire Line 780 | 6850 6240 6850 6170 781 | $Comp 782 | L power:GND #PWR0102 783 | U 1 1 5BE125C0 784 | P 3200 6240 785 | F 0 "#PWR0102" H 3200 5990 50 0001 C CNN 786 | F 1 "GND" H 3205 6067 50 0000 C CNN 787 | F 2 "" H 3200 6240 50 0001 C CNN 788 | F 3 "" H 3200 6240 50 0001 C CNN 789 | 1 3200 6240 790 | 1 0 0 -1 791 | $EndComp 792 | Wire Wire Line 793 | 3150 6100 3150 6170 794 | Wire Wire Line 795 | 3150 6170 3200 6170 796 | Wire Wire Line 797 | 3200 6170 3250 6170 798 | Wire Wire Line 799 | 3250 6170 3250 6100 800 | Connection ~ 3200 6170 801 | Wire Wire Line 802 | 3200 6240 3200 6170 803 | $Comp 804 | L power:VCC #PWR0103 805 | U 1 1 5BE28CE1 806 | P 6850 1150 807 | F 0 "#PWR0103" H 6850 1000 50 0001 C CNN 808 | F 1 "VCC" H 6867 1323 50 0000 C CNN 809 | F 2 "" H 6850 1150 50 0001 C CNN 810 | F 3 "" H 6850 1150 50 0001 C CNN 811 | 1 6850 1150 812 | 1 0 0 -1 813 | $EndComp 814 | Wire Wire Line 815 | 6800 1300 6800 1220 816 | Wire Wire Line 817 | 6800 1220 6850 1220 818 | Wire Wire Line 819 | 6900 1220 6900 1300 820 | Wire Wire Line 821 | 6850 1150 6850 1220 822 | Connection ~ 6850 1220 823 | Wire Wire Line 824 | 6850 1220 6900 1220 825 | $Comp 826 | L power:VCC #PWR0104 827 | U 1 1 5BE37FA3 828 | P 3200 1150 829 | F 0 "#PWR0104" H 3200 1000 50 0001 C CNN 830 | F 1 "VCC" H 3217 1323 50 0000 C CNN 831 | F 2 "" H 3200 1150 50 0001 C CNN 832 | F 3 "" H 3200 1150 50 0001 C CNN 833 | 1 3200 1150 834 | 1 0 0 -1 835 | $EndComp 836 | Wire Wire Line 837 | 3150 1300 3150 1220 838 | Wire Wire Line 839 | 3150 1220 3200 1220 840 | Wire Wire Line 841 | 3250 1220 3250 1300 842 | Wire Wire Line 843 | 3200 1150 3200 1220 844 | Connection ~ 3200 1220 845 | Wire Wire Line 846 | 3200 1220 3250 1220 847 | $Comp 848 | L conn:CONN_1 P99 849 | U 1 1 5BE4018F 850 | P 10960 6450 851 | F 0 "P99" H 10820 6530 40 0000 L CNN 852 | F 1 "OSHW_LOGO" H 10750 6590 30 0000 L CNN 853 | F 2 "Symbol:OSHW-Logo_11.4x12mm_Copper" H 10960 6450 50 0001 C CNN 854 | F 3 "" H 10960 6450 50 0001 C CNN 855 | 1 10960 6450 856 | 0 1 1 0 857 | $EndComp 858 | NoConn ~ 10960 6300 859 | Wire Wire Line 860 | 1900 4300 2150 4300 861 | Wire Wire Line 862 | 2150 1500 1900 1500 863 | Wire Bus Line 864 | 5500 820 5500 5100 865 | Wire Bus Line 866 | 1800 820 1800 5100 867 | Wire Bus Line 868 | 8300 1500 8300 6480 869 | Wire Bus Line 870 | 4700 1550 4700 6480 871 | $EndSCHEMATC 872 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | GNU GENERAL PUBLIC LICENSE 2 | Version 3, 29 June 2007 3 | 4 | Copyright (C) 2007 Free Software Foundation, Inc. 5 | Everyone is permitted to copy and distribute verbatim copies 6 | of this license document, but changing it is not allowed. 7 | 8 | Preamble 9 | 10 | The GNU General Public License is a free, copyleft license for 11 | software and other kinds of works. 12 | 13 | The licenses for most software and other practical works are designed 14 | to take away your freedom to share and change the works. By contrast, 15 | the GNU General Public License is intended to guarantee your freedom to 16 | share and change all versions of a program--to make sure it remains free 17 | software for all its users. We, the Free Software Foundation, use the 18 | GNU General Public License for most of our software; it applies also to 19 | any other work released this way by its authors. You can apply it to 20 | your programs, too. 21 | 22 | When we speak of free software, we are referring to freedom, not 23 | price. Our General Public Licenses are designed to make sure that you 24 | have the freedom to distribute copies of free software (and charge for 25 | them if you wish), that you receive source code or can get it if you 26 | want it, that you can change the software or use pieces of it in new 27 | free programs, and that you know you can do these things. 28 | 29 | To protect your rights, we need to prevent others from denying you 30 | these rights or asking you to surrender the rights. Therefore, you have 31 | certain responsibilities if you distribute copies of the software, or if 32 | you modify it: responsibilities to respect the freedom of others. 33 | 34 | For example, if you distribute copies of such a program, whether 35 | gratis or for a fee, you must pass on to the recipients the same 36 | freedoms that you received. You must make sure that they, too, receive 37 | or can get the source code. And you must show them these terms so they 38 | know their rights. 39 | 40 | Developers that use the GNU GPL protect your rights with two steps: 41 | (1) assert copyright on the software, and (2) offer you this License 42 | giving you legal permission to copy, distribute and/or modify it. 43 | 44 | For the developers' and authors' protection, the GPL clearly explains 45 | that there is no warranty for this free software. For both users' and 46 | authors' sake, the GPL requires that modified versions be marked as 47 | changed, so that their problems will not be attributed erroneously to 48 | authors of previous versions. 49 | 50 | Some devices are designed to deny users access to install or run 51 | modified versions of the software inside them, although the manufacturer 52 | can do so. This is fundamentally incompatible with the aim of 53 | protecting users' freedom to change the software. The systematic 54 | pattern of such abuse occurs in the area of products for individuals to 55 | use, which is precisely where it is most unacceptable. Therefore, we 56 | have designed this version of the GPL to prohibit the practice for those 57 | products. If such problems arise substantially in other domains, we 58 | stand ready to extend this provision to those domains in future versions 59 | of the GPL, as needed to protect the freedom of users. 60 | 61 | Finally, every program is threatened constantly by software patents. 62 | States should not allow patents to restrict development and use of 63 | software on general-purpose computers, but in those that do, we wish to 64 | avoid the special danger that patents applied to a free program could 65 | make it effectively proprietary. To prevent this, the GPL assures that 66 | patents cannot be used to render the program non-free. 67 | 68 | The precise terms and conditions for copying, distribution and 69 | modification follow. 70 | 71 | TERMS AND CONDITIONS 72 | 73 | 0. Definitions. 74 | 75 | "This License" refers to version 3 of the GNU General Public License. 76 | 77 | "Copyright" also means copyright-like laws that apply to other kinds of 78 | works, such as semiconductor masks. 79 | 80 | "The Program" refers to any copyrightable work licensed under this 81 | License. Each licensee is addressed as "you". "Licensees" and 82 | "recipients" may be individuals or organizations. 83 | 84 | To "modify" a work means to copy from or adapt all or part of the work 85 | in a fashion requiring copyright permission, other than the making of an 86 | exact copy. The resulting work is called a "modified version" of the 87 | earlier work or a work "based on" the earlier work. 88 | 89 | A "covered work" means either the unmodified Program or a work based 90 | on the Program. 91 | 92 | To "propagate" a work means to do anything with it that, without 93 | permission, would make you directly or secondarily liable for 94 | infringement under applicable copyright law, except executing it on a 95 | computer or modifying a private copy. Propagation includes copying, 96 | distribution (with or without modification), making available to the 97 | public, and in some countries other activities as well. 98 | 99 | To "convey" a work means any kind of propagation that enables other 100 | parties to make or receive copies. Mere interaction with a user through 101 | a computer network, with no transfer of a copy, is not conveying. 102 | 103 | An interactive user interface displays "Appropriate Legal Notices" 104 | to the extent that it includes a convenient and prominently visible 105 | feature that (1) displays an appropriate copyright notice, and (2) 106 | tells the user that there is no warranty for the work (except to the 107 | extent that warranties are provided), that licensees may convey the 108 | work under this License, and how to view a copy of this License. If 109 | the interface presents a list of user commands or options, such as a 110 | menu, a prominent item in the list meets this criterion. 111 | 112 | 1. Source Code. 113 | 114 | The "source code" for a work means the preferred form of the work 115 | for making modifications to it. "Object code" means any non-source 116 | form of a work. 117 | 118 | A "Standard Interface" means an interface that either is an official 119 | standard defined by a recognized standards body, or, in the case of 120 | interfaces specified for a particular programming language, one that 121 | is widely used among developers working in that language. 122 | 123 | The "System Libraries" of an executable work include anything, other 124 | than the work as a whole, that (a) is included in the normal form of 125 | packaging a Major Component, but which is not part of that Major 126 | Component, and (b) serves only to enable use of the work with that 127 | Major Component, or to implement a Standard Interface for which an 128 | implementation is available to the public in source code form. A 129 | "Major Component", in this context, means a major essential component 130 | (kernel, window system, and so on) of the specific operating system 131 | (if any) on which the executable work runs, or a compiler used to 132 | produce the work, or an object code interpreter used to run it. 133 | 134 | The "Corresponding Source" for a work in object code form means all 135 | the source code needed to generate, install, and (for an executable 136 | work) run the object code and to modify the work, including scripts to 137 | control those activities. However, it does not include the work's 138 | System Libraries, or general-purpose tools or generally available free 139 | programs which are used unmodified in performing those activities but 140 | which are not part of the work. For example, Corresponding Source 141 | includes interface definition files associated with source files for 142 | the work, and the source code for shared libraries and dynamically 143 | linked subprograms that the work is specifically designed to require, 144 | such as by intimate data communication or control flow between those 145 | subprograms and other parts of the work. 146 | 147 | The Corresponding Source need not include anything that users 148 | can regenerate automatically from other parts of the Corresponding 149 | Source. 150 | 151 | The Corresponding Source for a work in source code form is that 152 | same work. 153 | 154 | 2. Basic Permissions. 155 | 156 | All rights granted under this License are granted for the term of 157 | copyright on the Program, and are irrevocable provided the stated 158 | conditions are met. This License explicitly affirms your unlimited 159 | permission to run the unmodified Program. The output from running a 160 | covered work is covered by this License only if the output, given its 161 | content, constitutes a covered work. This License acknowledges your 162 | rights of fair use or other equivalent, as provided by copyright law. 163 | 164 | You may make, run and propagate covered works that you do not 165 | convey, without conditions so long as your license otherwise remains 166 | in force. You may convey covered works to others for the sole purpose 167 | of having them make modifications exclusively for you, or provide you 168 | with facilities for running those works, provided that you comply with 169 | the terms of this License in conveying all material for which you do 170 | not control copyright. Those thus making or running the covered works 171 | for you must do so exclusively on your behalf, under your direction 172 | and control, on terms that prohibit them from making any copies of 173 | your copyrighted material outside their relationship with you. 174 | 175 | Conveying under any other circumstances is permitted solely under 176 | the conditions stated below. Sublicensing is not allowed; section 10 177 | makes it unnecessary. 178 | 179 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law. 180 | 181 | No covered work shall be deemed part of an effective technological 182 | measure under any applicable law fulfilling obligations under article 183 | 11 of the WIPO copyright treaty adopted on 20 December 1996, or 184 | similar laws prohibiting or restricting circumvention of such 185 | measures. 186 | 187 | When you convey a covered work, you waive any legal power to forbid 188 | circumvention of technological measures to the extent such circumvention 189 | is effected by exercising rights under this License with respect to 190 | the covered work, and you disclaim any intention to limit operation or 191 | modification of the work as a means of enforcing, against the work's 192 | users, your or third parties' legal rights to forbid circumvention of 193 | technological measures. 194 | 195 | 4. Conveying Verbatim Copies. 196 | 197 | You may convey verbatim copies of the Program's source code as you 198 | receive it, in any medium, provided that you conspicuously and 199 | appropriately publish on each copy an appropriate copyright notice; 200 | keep intact all notices stating that this License and any 201 | non-permissive terms added in accord with section 7 apply to the code; 202 | keep intact all notices of the absence of any warranty; and give all 203 | recipients a copy of this License along with the Program. 204 | 205 | You may charge any price or no price for each copy that you convey, 206 | and you may offer support or warranty protection for a fee. 207 | 208 | 5. Conveying Modified Source Versions. 209 | 210 | You may convey a work based on the Program, or the modifications to 211 | produce it from the Program, in the form of source code under the 212 | terms of section 4, provided that you also meet all of these conditions: 213 | 214 | a) The work must carry prominent notices stating that you modified 215 | it, and giving a relevant date. 216 | 217 | b) The work must carry prominent notices stating that it is 218 | released under this License and any conditions added under section 219 | 7. This requirement modifies the requirement in section 4 to 220 | "keep intact all notices". 221 | 222 | c) You must license the entire work, as a whole, under this 223 | License to anyone who comes into possession of a copy. This 224 | License will therefore apply, along with any applicable section 7 225 | additional terms, to the whole of the work, and all its parts, 226 | regardless of how they are packaged. This License gives no 227 | permission to license the work in any other way, but it does not 228 | invalidate such permission if you have separately received it. 229 | 230 | d) If the work has interactive user interfaces, each must display 231 | Appropriate Legal Notices; however, if the Program has interactive 232 | interfaces that do not display Appropriate Legal Notices, your 233 | work need not make them do so. 234 | 235 | A compilation of a covered work with other separate and independent 236 | works, which are not by their nature extensions of the covered work, 237 | and which are not combined with it such as to form a larger program, 238 | in or on a volume of a storage or distribution medium, is called an 239 | "aggregate" if the compilation and its resulting copyright are not 240 | used to limit the access or legal rights of the compilation's users 241 | beyond what the individual works permit. Inclusion of a covered work 242 | in an aggregate does not cause this License to apply to the other 243 | parts of the aggregate. 244 | 245 | 6. Conveying Non-Source Forms. 246 | 247 | You may convey a covered work in object code form under the terms 248 | of sections 4 and 5, provided that you also convey the 249 | machine-readable Corresponding Source under the terms of this License, 250 | in one of these ways: 251 | 252 | a) Convey the object code in, or embodied in, a physical product 253 | (including a physical distribution medium), accompanied by the 254 | Corresponding Source fixed on a durable physical medium 255 | customarily used for software interchange. 256 | 257 | b) Convey the object code in, or embodied in, a physical product 258 | (including a physical distribution medium), accompanied by a 259 | written offer, valid for at least three years and valid for as 260 | long as you offer spare parts or customer support for that product 261 | model, to give anyone who possesses the object code either (1) a 262 | copy of the Corresponding Source for all the software in the 263 | product that is covered by this License, on a durable physical 264 | medium customarily used for software interchange, for a price no 265 | more than your reasonable cost of physically performing this 266 | conveying of source, or (2) access to copy the 267 | Corresponding Source from a network server at no charge. 268 | 269 | c) Convey individual copies of the object code with a copy of the 270 | written offer to provide the Corresponding Source. This 271 | alternative is allowed only occasionally and noncommercially, and 272 | only if you received the object code with such an offer, in accord 273 | with subsection 6b. 274 | 275 | d) Convey the object code by offering access from a designated 276 | place (gratis or for a charge), and offer equivalent access to the 277 | Corresponding Source in the same way through the same place at no 278 | further charge. You need not require recipients to copy the 279 | Corresponding Source along with the object code. If the place to 280 | copy the object code is a network server, the Corresponding Source 281 | may be on a different server (operated by you or a third party) 282 | that supports equivalent copying facilities, provided you maintain 283 | clear directions next to the object code saying where to find the 284 | Corresponding Source. Regardless of what server hosts the 285 | Corresponding Source, you remain obligated to ensure that it is 286 | available for as long as needed to satisfy these requirements. 287 | 288 | e) Convey the object code using peer-to-peer transmission, provided 289 | you inform other peers where the object code and Corresponding 290 | Source of the work are being offered to the general public at no 291 | charge under subsection 6d. 292 | 293 | A separable portion of the object code, whose source code is excluded 294 | from the Corresponding Source as a System Library, need not be 295 | included in conveying the object code work. 296 | 297 | A "User Product" is either (1) a "consumer product", which means any 298 | tangible personal property which is normally used for personal, family, 299 | or household purposes, or (2) anything designed or sold for incorporation 300 | into a dwelling. In determining whether a product is a consumer product, 301 | doubtful cases shall be resolved in favor of coverage. For a particular 302 | product received by a particular user, "normally used" refers to a 303 | typical or common use of that class of product, regardless of the status 304 | of the particular user or of the way in which the particular user 305 | actually uses, or expects or is expected to use, the product. A product 306 | is a consumer product regardless of whether the product has substantial 307 | commercial, industrial or non-consumer uses, unless such uses represent 308 | the only significant mode of use of the product. 309 | 310 | "Installation Information" for a User Product means any methods, 311 | procedures, authorization keys, or other information required to install 312 | and execute modified versions of a covered work in that User Product from 313 | a modified version of its Corresponding Source. The information must 314 | suffice to ensure that the continued functioning of the modified object 315 | code is in no case prevented or interfered with solely because 316 | modification has been made. 317 | 318 | If you convey an object code work under this section in, or with, or 319 | specifically for use in, a User Product, and the conveying occurs as 320 | part of a transaction in which the right of possession and use of the 321 | User Product is transferred to the recipient in perpetuity or for a 322 | fixed term (regardless of how the transaction is characterized), the 323 | Corresponding Source conveyed under this section must be accompanied 324 | by the Installation Information. But this requirement does not apply 325 | if neither you nor any third party retains the ability to install 326 | modified object code on the User Product (for example, the work has 327 | been installed in ROM). 328 | 329 | The requirement to provide Installation Information does not include a 330 | requirement to continue to provide support service, warranty, or updates 331 | for a work that has been modified or installed by the recipient, or for 332 | the User Product in which it has been modified or installed. Access to a 333 | network may be denied when the modification itself materially and 334 | adversely affects the operation of the network or violates the rules and 335 | protocols for communication across the network. 336 | 337 | Corresponding Source conveyed, and Installation Information provided, 338 | in accord with this section must be in a format that is publicly 339 | documented (and with an implementation available to the public in 340 | source code form), and must require no special password or key for 341 | unpacking, reading or copying. 342 | 343 | 7. Additional Terms. 344 | 345 | "Additional permissions" are terms that supplement the terms of this 346 | License by making exceptions from one or more of its conditions. 347 | Additional permissions that are applicable to the entire Program shall 348 | be treated as though they were included in this License, to the extent 349 | that they are valid under applicable law. If additional permissions 350 | apply only to part of the Program, that part may be used separately 351 | under those permissions, but the entire Program remains governed by 352 | this License without regard to the additional permissions. 353 | 354 | When you convey a copy of a covered work, you may at your option 355 | remove any additional permissions from that copy, or from any part of 356 | it. (Additional permissions may be written to require their own 357 | removal in certain cases when you modify the work.) You may place 358 | additional permissions on material, added by you to a covered work, 359 | for which you have or can give appropriate copyright permission. 360 | 361 | Notwithstanding any other provision of this License, for material you 362 | add to a covered work, you may (if authorized by the copyright holders of 363 | that material) supplement the terms of this License with terms: 364 | 365 | a) Disclaiming warranty or limiting liability differently from the 366 | terms of sections 15 and 16 of this License; or 367 | 368 | b) Requiring preservation of specified reasonable legal notices or 369 | author attributions in that material or in the Appropriate Legal 370 | Notices displayed by works containing it; or 371 | 372 | c) Prohibiting misrepresentation of the origin of that material, or 373 | requiring that modified versions of such material be marked in 374 | reasonable ways as different from the original version; or 375 | 376 | d) Limiting the use for publicity purposes of names of licensors or 377 | authors of the material; or 378 | 379 | e) Declining to grant rights under trademark law for use of some 380 | trade names, trademarks, or service marks; or 381 | 382 | f) Requiring indemnification of licensors and authors of that 383 | material by anyone who conveys the material (or modified versions of 384 | it) with contractual assumptions of liability to the recipient, for 385 | any liability that these contractual assumptions directly impose on 386 | those licensors and authors. 387 | 388 | All other non-permissive additional terms are considered "further 389 | restrictions" within the meaning of section 10. If the Program as you 390 | received it, or any part of it, contains a notice stating that it is 391 | governed by this License along with a term that is a further 392 | restriction, you may remove that term. If a license document contains 393 | a further restriction but permits relicensing or conveying under this 394 | License, you may add to a covered work material governed by the terms 395 | of that license document, provided that the further restriction does 396 | not survive such relicensing or conveying. 397 | 398 | If you add terms to a covered work in accord with this section, you 399 | must place, in the relevant source files, a statement of the 400 | additional terms that apply to those files, or a notice indicating 401 | where to find the applicable terms. 402 | 403 | Additional terms, permissive or non-permissive, may be stated in the 404 | form of a separately written license, or stated as exceptions; 405 | the above requirements apply either way. 406 | 407 | 8. Termination. 408 | 409 | You may not propagate or modify a covered work except as expressly 410 | provided under this License. Any attempt otherwise to propagate or 411 | modify it is void, and will automatically terminate your rights under 412 | this License (including any patent licenses granted under the third 413 | paragraph of section 11). 414 | 415 | However, if you cease all violation of this License, then your 416 | license from a particular copyright holder is reinstated (a) 417 | provisionally, unless and until the copyright holder explicitly and 418 | finally terminates your license, and (b) permanently, if the copyright 419 | holder fails to notify you of the violation by some reasonable means 420 | prior to 60 days after the cessation. 421 | 422 | Moreover, your license from a particular copyright holder is 423 | reinstated permanently if the copyright holder notifies you of the 424 | violation by some reasonable means, this is the first time you have 425 | received notice of violation of this License (for any work) from that 426 | copyright holder, and you cure the violation prior to 30 days after 427 | your receipt of the notice. 428 | 429 | Termination of your rights under this section does not terminate the 430 | licenses of parties who have received copies or rights from you under 431 | this License. If your rights have been terminated and not permanently 432 | reinstated, you do not qualify to receive new licenses for the same 433 | material under section 10. 434 | 435 | 9. Acceptance Not Required for Having Copies. 436 | 437 | You are not required to accept this License in order to receive or 438 | run a copy of the Program. Ancillary propagation of a covered work 439 | occurring solely as a consequence of using peer-to-peer transmission 440 | to receive a copy likewise does not require acceptance. However, 441 | nothing other than this License grants you permission to propagate or 442 | modify any covered work. These actions infringe copyright if you do 443 | not accept this License. Therefore, by modifying or propagating a 444 | covered work, you indicate your acceptance of this License to do so. 445 | 446 | 10. Automatic Licensing of Downstream Recipients. 447 | 448 | Each time you convey a covered work, the recipient automatically 449 | receives a license from the original licensors, to run, modify and 450 | propagate that work, subject to this License. You are not responsible 451 | for enforcing compliance by third parties with this License. 452 | 453 | An "entity transaction" is a transaction transferring control of an 454 | organization, or substantially all assets of one, or subdividing an 455 | organization, or merging organizations. If propagation of a covered 456 | work results from an entity transaction, each party to that 457 | transaction who receives a copy of the work also receives whatever 458 | licenses to the work the party's predecessor in interest had or could 459 | give under the previous paragraph, plus a right to possession of the 460 | Corresponding Source of the work from the predecessor in interest, if 461 | the predecessor has it or can get it with reasonable efforts. 462 | 463 | You may not impose any further restrictions on the exercise of the 464 | rights granted or affirmed under this License. For example, you may 465 | not impose a license fee, royalty, or other charge for exercise of 466 | rights granted under this License, and you may not initiate litigation 467 | (including a cross-claim or counterclaim in a lawsuit) alleging that 468 | any patent claim is infringed by making, using, selling, offering for 469 | sale, or importing the Program or any portion of it. 470 | 471 | 11. Patents. 472 | 473 | A "contributor" is a copyright holder who authorizes use under this 474 | License of the Program or a work on which the Program is based. The 475 | work thus licensed is called the contributor's "contributor version". 476 | 477 | A contributor's "essential patent claims" are all patent claims 478 | owned or controlled by the contributor, whether already acquired or 479 | hereafter acquired, that would be infringed by some manner, permitted 480 | by this License, of making, using, or selling its contributor version, 481 | but do not include claims that would be infringed only as a 482 | consequence of further modification of the contributor version. For 483 | purposes of this definition, "control" includes the right to grant 484 | patent sublicenses in a manner consistent with the requirements of 485 | this License. 486 | 487 | Each contributor grants you a non-exclusive, worldwide, royalty-free 488 | patent license under the contributor's essential patent claims, to 489 | make, use, sell, offer for sale, import and otherwise run, modify and 490 | propagate the contents of its contributor version. 491 | 492 | In the following three paragraphs, a "patent license" is any express 493 | agreement or commitment, however denominated, not to enforce a patent 494 | (such as an express permission to practice a patent or covenant not to 495 | sue for patent infringement). To "grant" such a patent license to a 496 | party means to make such an agreement or commitment not to enforce a 497 | patent against the party. 498 | 499 | If you convey a covered work, knowingly relying on a patent license, 500 | and the Corresponding Source of the work is not available for anyone 501 | to copy, free of charge and under the terms of this License, through a 502 | publicly available network server or other readily accessible means, 503 | then you must either (1) cause the Corresponding Source to be so 504 | available, or (2) arrange to deprive yourself of the benefit of the 505 | patent license for this particular work, or (3) arrange, in a manner 506 | consistent with the requirements of this License, to extend the patent 507 | license to downstream recipients. "Knowingly relying" means you have 508 | actual knowledge that, but for the patent license, your conveying the 509 | covered work in a country, or your recipient's use of the covered work 510 | in a country, would infringe one or more identifiable patents in that 511 | country that you have reason to believe are valid. 512 | 513 | If, pursuant to or in connection with a single transaction or 514 | arrangement, you convey, or propagate by procuring conveyance of, a 515 | covered work, and grant a patent license to some of the parties 516 | receiving the covered work authorizing them to use, propagate, modify 517 | or convey a specific copy of the covered work, then the patent license 518 | you grant is automatically extended to all recipients of the covered 519 | work and works based on it. 520 | 521 | A patent license is "discriminatory" if it does not include within 522 | the scope of its coverage, prohibits the exercise of, or is 523 | conditioned on the non-exercise of one or more of the rights that are 524 | specifically granted under this License. You may not convey a covered 525 | work if you are a party to an arrangement with a third party that is 526 | in the business of distributing software, under which you make payment 527 | to the third party based on the extent of your activity of conveying 528 | the work, and under which the third party grants, to any of the 529 | parties who would receive the covered work from you, a discriminatory 530 | patent license (a) in connection with copies of the covered work 531 | conveyed by you (or copies made from those copies), or (b) primarily 532 | for and in connection with specific products or compilations that 533 | contain the covered work, unless you entered into that arrangement, 534 | or that patent license was granted, prior to 28 March 2007. 535 | 536 | Nothing in this License shall be construed as excluding or limiting 537 | any implied license or other defenses to infringement that may 538 | otherwise be available to you under applicable patent law. 539 | 540 | 12. No Surrender of Others' Freedom. 541 | 542 | If conditions are imposed on you (whether by court order, agreement or 543 | otherwise) that contradict the conditions of this License, they do not 544 | excuse you from the conditions of this License. If you cannot convey a 545 | covered work so as to satisfy simultaneously your obligations under this 546 | License and any other pertinent obligations, then as a consequence you may 547 | not convey it at all. For example, if you agree to terms that obligate you 548 | to collect a royalty for further conveying from those to whom you convey 549 | the Program, the only way you could satisfy both those terms and this 550 | License would be to refrain entirely from conveying the Program. 551 | 552 | 13. Use with the GNU Affero General Public License. 553 | 554 | Notwithstanding any other provision of this License, you have 555 | permission to link or combine any covered work with a work licensed 556 | under version 3 of the GNU Affero General Public License into a single 557 | combined work, and to convey the resulting work. The terms of this 558 | License will continue to apply to the part which is the covered work, 559 | but the special requirements of the GNU Affero General Public License, 560 | section 13, concerning interaction through a network will apply to the 561 | combination as such. 562 | 563 | 14. Revised Versions of this License. 564 | 565 | The Free Software Foundation may publish revised and/or new versions of 566 | the GNU General Public License from time to time. Such new versions will 567 | be similar in spirit to the present version, but may differ in detail to 568 | address new problems or concerns. 569 | 570 | Each version is given a distinguishing version number. If the 571 | Program specifies that a certain numbered version of the GNU General 572 | Public License "or any later version" applies to it, you have the 573 | option of following the terms and conditions either of that numbered 574 | version or of any later version published by the Free Software 575 | Foundation. If the Program does not specify a version number of the 576 | GNU General Public License, you may choose any version ever published 577 | by the Free Software Foundation. 578 | 579 | If the Program specifies that a proxy can decide which future 580 | versions of the GNU General Public License can be used, that proxy's 581 | public statement of acceptance of a version permanently authorizes you 582 | to choose that version for the Program. 583 | 584 | Later license versions may give you additional or different 585 | permissions. However, no additional obligations are imposed on any 586 | author or copyright holder as a result of your choosing to follow a 587 | later version. 588 | 589 | 15. Disclaimer of Warranty. 590 | 591 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY 592 | APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT 593 | HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY 594 | OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, 595 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 596 | PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM 597 | IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF 598 | ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 599 | 600 | 16. Limitation of Liability. 601 | 602 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 603 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS 604 | THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY 605 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE 606 | USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF 607 | DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD 608 | PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), 609 | EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF 610 | SUCH DAMAGES. 611 | 612 | 17. Interpretation of Sections 15 and 16. 613 | 614 | If the disclaimer of warranty and limitation of liability provided 615 | above cannot be given local legal effect according to their terms, 616 | reviewing courts shall apply local law that most closely approximates 617 | an absolute waiver of all civil liability in connection with the 618 | Program, unless a warranty or assumption of liability accompanies a 619 | copy of the Program in return for a fee. 620 | 621 | END OF TERMS AND CONDITIONS 622 | 623 | How to Apply These Terms to Your New Programs 624 | 625 | If you develop a new program, and you want it to be of the greatest 626 | possible use to the public, the best way to achieve this is to make it 627 | free software which everyone can redistribute and change under these terms. 628 | 629 | To do so, attach the following notices to the program. It is safest 630 | to attach them to the start of each source file to most effectively 631 | state the exclusion of warranty; and each file should have at least 632 | the "copyright" line and a pointer to where the full notice is found. 633 | 634 | 635 | Copyright (C) 636 | 637 | This program is free software: you can redistribute it and/or modify 638 | it under the terms of the GNU General Public License as published by 639 | the Free Software Foundation, either version 3 of the License, or 640 | (at your option) any later version. 641 | 642 | This program is distributed in the hope that it will be useful, 643 | but WITHOUT ANY WARRANTY; without even the implied warranty of 644 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 645 | GNU General Public License for more details. 646 | 647 | You should have received a copy of the GNU General Public License 648 | along with this program. If not, see . 649 | 650 | Also add information on how to contact you by electronic and paper mail. 651 | 652 | If the program does terminal interaction, make it output a short 653 | notice like this when it starts in an interactive mode: 654 | 655 | Copyright (C) 656 | This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 657 | This is free software, and you are welcome to redistribute it 658 | under certain conditions; type `show c' for details. 659 | 660 | The hypothetical commands `show w' and `show c' should show the appropriate 661 | parts of the General Public License. Of course, your program's commands 662 | might be different; for a GUI interface, you would use an "about box". 663 | 664 | You should also get your employer (if you work as a programmer) or school, 665 | if any, to sign a "copyright disclaimer" for the program, if necessary. 666 | For more information on this, and how to apply and follow the GNU GPL, see 667 | . 668 | 669 | The GNU General Public License does not permit incorporating your program 670 | into proprietary programs. If your program is a subroutine library, you 671 | may consider it more useful to permit linking proprietary applications with 672 | the library. If this is what you want to do, use the GNU Lesser General 673 | Public License instead of this License. But first, please read 674 | . 675 | -------------------------------------------------------------------------------- /Open68000Relocator.pretty/DIP-64_W22.86mm_Socket_LongPads_IC.kicad_mod: -------------------------------------------------------------------------------- 1 | (module DIP-64_W22.86mm_Socket_LongPads_IC (layer F.Cu) (tedit 5BDCCC9C) 2 | (descr "64-lead dip package, row spacing 22.86 mm (900 mils), Socket, LongPads") 3 | (tags "DIL DIP PDIP 2.54mm 22.86mm 900mil Socket LongPads") 4 | (fp_text reference U2 (at 11.43 36.703) (layer F.Fab) 5 | (effects (font (size 1 1) (thickness 0.15))) 6 | ) 7 | (fp_text value 68000D (at 11.43 81.13) (layer F.Fab) 8 | (effects (font (size 1 1) (thickness 0.15))) 9 | ) 10 | (fp_arc (start 11.43 -1.39) (end 10.43 -1.39) (angle -180) (layer F.SilkS) (width 0.12)) 11 | (fp_line (start 1.255 -1.27) (end 22.605 -1.27) (layer F.Fab) (width 0.1)) 12 | (fp_line (start 22.605 -1.27) (end 22.605 80.01) (layer F.Fab) (width 0.1)) 13 | (fp_line (start 22.605 80.01) (end 0.255 80.01) (layer F.Fab) (width 0.1)) 14 | (fp_line (start 0.255 80.01) (end 0.255 -0.27) (layer F.Fab) (width 0.1)) 15 | (fp_line (start 0.255 -0.27) (end 1.255 -1.27) (layer F.Fab) (width 0.1)) 16 | (fp_line (start -1.27 -1.27) (end -1.27 80.01) (layer F.Fab) (width 0.1)) 17 | (fp_line (start -1.27 80.01) (end 24.13 80.01) (layer F.Fab) (width 0.1)) 18 | (fp_line (start 24.13 80.01) (end 24.13 -1.27) (layer F.Fab) (width 0.1)) 19 | (fp_line (start 24.13 -1.27) (end -1.27 -1.27) (layer F.Fab) (width 0.1)) 20 | (fp_line (start 10.43 -1.39) (end -1.39 -1.39) (layer F.SilkS) (width 0.12)) 21 | (fp_line (start 1.44 -1.39) (end 1.44 80.13) (layer F.SilkS) (width 0.12)) 22 | (fp_line (start 1.44 80.13) (end 21.42 80.13) (layer F.SilkS) (width 0.12)) 23 | (fp_line (start 21.42 80.13) (end 21.42 -1.39) (layer F.SilkS) (width 0.12)) 24 | (fp_line (start 24.25 -1.39) (end 12.43 -1.39) (layer F.SilkS) (width 0.12)) 25 | (fp_line (start -1.39 -1.39) (end -1.39 80.13) (layer F.SilkS) (width 0.12)) 26 | (fp_line (start -1.39 80.13) (end 24.25 80.13) (layer F.SilkS) (width 0.12)) 27 | (fp_line (start 24.25 80.13) (end 24.25 -1.39) (layer F.SilkS) (width 0.12)) 28 | (fp_line (start -1.7 -1.7) (end -1.7 80.4) (layer F.CrtYd) (width 0.05)) 29 | (fp_line (start -1.7 80.4) (end 24.5 80.4) (layer F.CrtYd) (width 0.05)) 30 | (fp_line (start 24.5 80.4) (end 24.5 -1.7) (layer F.CrtYd) (width 0.05)) 31 | (fp_line (start 24.5 -1.7) (end -1.7 -1.7) (layer F.CrtYd) (width 0.05)) 32 | (pad 1 thru_hole rect (at 0 0) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 33 | (pad 33 thru_hole oval (at 22.86 78.74) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 34 | (pad 2 thru_hole oval (at 0 2.54) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 35 | (pad 34 thru_hole oval (at 22.86 76.2) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 36 | (pad 3 thru_hole oval (at 0 5.08) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 37 | (pad 35 thru_hole oval (at 22.86 73.66) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 38 | (pad 4 thru_hole oval (at 0 7.62) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 39 | (pad 36 thru_hole trapezoid (at 22.86 71.12 45) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask)) 40 | (pad 5 thru_hole oval (at 0 10.16) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 41 | (pad 37 thru_hole trapezoid (at 22.86 68.58 45) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask)) 42 | (pad 6 thru_hole oval (at 0 12.7) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 43 | (pad 38 thru_hole oval (at 22.86 66.04) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 44 | (pad 7 thru_hole oval (at 0 15.24) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 45 | (pad 39 thru_hole oval (at 22.86 63.5) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 46 | (pad 8 thru_hole oval (at 0 17.78) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 47 | (pad 40 thru_hole oval (at 22.86 60.96) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 48 | (pad 9 thru_hole oval (at 0 20.32) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 49 | (pad 41 thru_hole oval (at 22.86 58.42) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 50 | (pad 10 thru_hole oval (at 0 22.86) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 51 | (pad 42 thru_hole oval (at 22.86 55.88) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 52 | (pad 11 thru_hole oval (at 0 25.4) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 53 | (pad 43 thru_hole oval (at 22.86 53.34) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 54 | (pad 12 thru_hole oval (at 0 27.94) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 55 | (pad 44 thru_hole oval (at 22.86 50.8) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 56 | (pad 13 thru_hole oval (at 0 30.48) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 57 | (pad 45 thru_hole oval (at 22.86 48.26) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 58 | (pad 14 thru_hole oval (at 0 33.02) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 59 | (pad 46 thru_hole oval (at 22.86 45.72) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 60 | (pad 15 thru_hole oval (at 0 35.56) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 61 | (pad 47 thru_hole oval (at 22.86 43.18) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 62 | (pad 16 thru_hole oval (at 0 38.1) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 63 | (pad 48 thru_hole oval (at 22.86 40.64) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 64 | (pad 17 thru_hole oval (at 0 40.64) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 65 | (pad 49 thru_hole oval (at 22.86 38.1) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 66 | (pad 18 thru_hole oval (at 0 43.18) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 67 | (pad 50 thru_hole oval (at 22.86 35.56) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 68 | (pad 19 thru_hole oval (at 0 45.72) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 69 | (pad 51 thru_hole oval (at 22.86 33.02) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 70 | (pad 20 thru_hole oval (at 0 48.26) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 71 | (pad 52 thru_hole oval (at 22.86 30.48) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 72 | (pad 21 thru_hole oval (at 0 50.8) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 73 | (pad 53 thru_hole oval (at 22.86 27.94) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 74 | (pad 22 thru_hole oval (at 0 53.34) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 75 | (pad 54 thru_hole oval (at 22.86 25.4) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 76 | (pad 23 thru_hole oval (at 0 55.88) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 77 | (pad 55 thru_hole oval (at 22.86 22.86) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 78 | (pad 24 thru_hole oval (at 0 58.42) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 79 | (pad 56 thru_hole oval (at 22.86 20.32) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 80 | (pad 25 thru_hole oval (at 0 60.96) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 81 | (pad 57 thru_hole oval (at 22.86 17.78) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 82 | (pad 26 thru_hole oval (at 0 63.5) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 83 | (pad 58 thru_hole oval (at 22.86 15.24) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 84 | (pad 27 thru_hole oval (at 0 66.04) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 85 | (pad 59 thru_hole oval (at 22.86 12.7) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 86 | (pad 28 thru_hole oval (at 0 68.58) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 87 | (pad 60 thru_hole oval (at 22.86 10.16) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 88 | (pad 29 thru_hole oval (at 0 71.12) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 89 | (pad 61 thru_hole oval (at 22.86 7.62) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 90 | (pad 30 thru_hole oval (at 0 73.66) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 91 | (pad 62 thru_hole oval (at 22.86 5.08) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 92 | (pad 31 thru_hole oval (at 0 76.2) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 93 | (pad 63 thru_hole oval (at 22.86 2.54) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 94 | (pad 32 thru_hole oval (at 0 78.74) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 95 | (pad 64 thru_hole oval (at 22.86 0) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 96 | (model ${KISYS3DMOD}/Package_DIP.3dshapes/DIP-64_W15.24mm.step 97 | (offset (xyz 0 0 5.5)) 98 | (scale (xyz 1.5 1 1.3)) 99 | (rotate (xyz 0 0 0)) 100 | ) 101 | (model ${KISYS3DMOD}/Package_DIP.3dshapes/DIP-64_W15.24mm_Socket.step 102 | (at (xyz 0 0 0)) 103 | (scale (xyz 1.5 1 1.3)) 104 | (rotate (xyz 0 0 0)) 105 | ) 106 | ) 107 | -------------------------------------------------------------------------------- /Open68000Relocator.pretty/DIP-64_W22.86mm_Socket_LongPads_Socket.kicad_mod: -------------------------------------------------------------------------------- 1 | (module DIP-64_W22.86mm_Socket_LongPads_Socket (layer F.Cu) (tedit 5BDCCBE2) 2 | (descr "64-lead dip package, row spacing 22.86 mm (900 mils), Socket, LongPads") 3 | (tags "DIL DIP PDIP 2.54mm 22.86mm 900mil Socket LongPads") 4 | (fp_text reference U1 (at 11.43 39.37) (layer F.Fab) 5 | (effects (font (size 1 1) (thickness 0.15))) 6 | ) 7 | (fp_text value 68000D (at 11.43 81.13) (layer F.Fab) 8 | (effects (font (size 1 1) (thickness 0.15))) 9 | ) 10 | (fp_line (start 1.255 -1.27) (end 22.605 -1.27) (layer F.Fab) (width 0.1)) 11 | (fp_line (start 22.605 -1.27) (end 22.605 80.01) (layer F.Fab) (width 0.1)) 12 | (fp_line (start 22.605 80.01) (end 0.255 80.01) (layer F.Fab) (width 0.1)) 13 | (fp_line (start 0.255 80.01) (end 0.255 -0.27) (layer F.Fab) (width 0.1)) 14 | (fp_line (start 0.255 -0.27) (end 1.255 -1.27) (layer F.Fab) (width 0.1)) 15 | (fp_line (start -1.27 -1.27) (end -1.27 80.01) (layer F.Fab) (width 0.1)) 16 | (fp_line (start -1.27 80.01) (end 24.13 80.01) (layer F.Fab) (width 0.1)) 17 | (fp_line (start 24.13 80.01) (end 24.13 -1.27) (layer F.Fab) (width 0.1)) 18 | (fp_line (start 24.13 -1.27) (end -1.27 -1.27) (layer F.Fab) (width 0.1)) 19 | (fp_line (start 1.524 -1.397) (end 1.524 80.137) (layer B.SilkS) (width 0.12)) 20 | (fp_line (start 21.336 80.137) (end 21.336 -1.397) (layer B.SilkS) (width 0.12)) 21 | (fp_line (start 24.384 -1.397) (end 21.336 -1.397) (layer B.SilkS) (width 0.12)) 22 | (fp_line (start -1.524 -1.397) (end -1.524 80.137) (layer B.SilkS) (width 0.12)) 23 | (fp_line (start -1.524 80.137) (end 1.524 80.137) (layer B.SilkS) (width 0.12)) 24 | (fp_line (start 24.384 80.137) (end 24.384 -1.397) (layer B.SilkS) (width 0.12)) 25 | (fp_line (start 1.524 -1.397) (end -1.524 -1.397) (layer B.SilkS) (width 0.12)) 26 | (fp_line (start -1.7 -1.7) (end -1.7 80.4) (layer F.CrtYd) (width 0.05)) 27 | (fp_line (start -1.7 80.4) (end 24.5 80.4) (layer F.CrtYd) (width 0.05)) 28 | (fp_line (start 24.5 80.4) (end 24.5 -1.7) (layer F.CrtYd) (width 0.05)) 29 | (fp_line (start 24.5 -1.7) (end -1.7 -1.7) (layer F.CrtYd) (width 0.05)) 30 | (fp_line (start 24.384 80.137) (end 21.336 80.137) (layer B.SilkS) (width 0.12)) 31 | (pad 1 thru_hole rect (at 0 0) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 32 | (pad 33 thru_hole oval (at 22.86 78.74) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 33 | (pad 2 thru_hole oval (at 0 2.54) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 34 | (pad 34 thru_hole oval (at 22.86 76.2) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 35 | (pad 3 thru_hole oval (at 0 5.08) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 36 | (pad 35 thru_hole oval (at 22.86 73.66) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 37 | (pad 4 thru_hole oval (at 0 7.62) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 38 | (pad 36 thru_hole oval (at 22.86 71.12) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 39 | (pad 5 thru_hole oval (at 0 10.16) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 40 | (pad 37 thru_hole oval (at 22.86 68.58) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 41 | (pad 6 thru_hole oval (at 0 12.7) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 42 | (pad 38 thru_hole oval (at 22.86 66.04) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 43 | (pad 7 thru_hole oval (at 0 15.24) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 44 | (pad 39 thru_hole oval (at 22.86 63.5) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 45 | (pad 8 thru_hole oval (at 0 17.78) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 46 | (pad 40 thru_hole oval (at 22.86 60.96) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 47 | (pad 9 thru_hole oval (at 0 20.32) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 48 | (pad 41 thru_hole oval (at 22.86 58.42) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 49 | (pad 10 thru_hole oval (at 0 22.86) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 50 | (pad 42 thru_hole oval (at 22.86 55.88) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 51 | (pad 11 thru_hole oval (at 0 25.4) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 52 | (pad 43 thru_hole oval (at 22.86 53.34) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 53 | (pad 12 thru_hole oval (at 0 27.94) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 54 | (pad 44 thru_hole oval (at 22.86 50.8) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 55 | (pad 13 thru_hole oval (at 0 30.48) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 56 | (pad 45 thru_hole oval (at 22.86 48.26) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 57 | (pad 14 thru_hole oval (at 0 33.02) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 58 | (pad 46 thru_hole oval (at 22.86 45.72) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 59 | (pad 15 thru_hole oval (at 0 35.56) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 60 | (pad 47 thru_hole oval (at 22.86 43.18) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 61 | (pad 16 thru_hole oval (at 0 38.1) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 62 | (pad 48 thru_hole oval (at 22.86 40.64) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 63 | (pad 17 thru_hole oval (at 0 40.64) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 64 | (pad 49 thru_hole oval (at 22.86 38.1) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 65 | (pad 18 thru_hole oval (at 0 43.18) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 66 | (pad 50 thru_hole oval (at 22.86 35.56) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 67 | (pad 19 thru_hole oval (at 0 45.72) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 68 | (pad 51 thru_hole oval (at 22.86 33.02) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 69 | (pad 20 thru_hole oval (at 0 48.26) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 70 | (pad 52 thru_hole oval (at 22.86 30.48) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 71 | (pad 21 thru_hole oval (at 0 50.8) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 72 | (pad 53 thru_hole oval (at 22.86 27.94) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 73 | (pad 22 thru_hole oval (at 0 53.34) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 74 | (pad 54 thru_hole oval (at 22.86 25.4) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 75 | (pad 23 thru_hole oval (at 0 55.88) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 76 | (pad 55 thru_hole oval (at 22.86 22.86) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 77 | (pad 24 thru_hole oval (at 0 58.42) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 78 | (pad 56 thru_hole oval (at 22.86 20.32) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 79 | (pad 25 thru_hole oval (at 0 60.96) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 80 | (pad 57 thru_hole oval (at 22.86 17.78) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 81 | (pad 26 thru_hole oval (at 0 63.5) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 82 | (pad 58 thru_hole oval (at 22.86 15.24) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 83 | (pad 27 thru_hole trapezoid (at 0 66.04 45) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask)) 84 | (pad 59 thru_hole oval (at 22.86 12.7) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 85 | (pad 28 thru_hole trapezoid (at 0 68.58 45) (size 1.4 1.4) (drill 0.8) (layers *.Cu *.Mask)) 86 | (pad 60 thru_hole oval (at 22.86 10.16) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 87 | (pad 29 thru_hole oval (at 0 71.12) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 88 | (pad 61 thru_hole oval (at 22.86 7.62) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 89 | (pad 30 thru_hole oval (at 0 73.66) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 90 | (pad 62 thru_hole oval (at 22.86 5.08) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 91 | (pad 31 thru_hole oval (at 0 76.2) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 92 | (pad 63 thru_hole oval (at 22.86 2.54) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 93 | (pad 32 thru_hole oval (at 0 78.74) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 94 | (pad 64 thru_hole oval (at 22.86 0) (size 2.4 1.6) (drill 0.8) (layers *.Cu *.Mask)) 95 | (model ${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x32_P2.54mm_Vertical.wrl 96 | (offset (xyz 0 0 -2)) 97 | (scale (xyz 1 1 1)) 98 | (rotate (xyz 0 180 0)) 99 | ) 100 | (model ${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x32_P2.54mm_Vertical.wrl 101 | (offset (xyz 22.9 0 -2)) 102 | (scale (xyz 1 1 1)) 103 | (rotate (xyz 0 180 0)) 104 | ) 105 | ) 106 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Open68000Relocator 2 | Open68000Relocator is an Open Hardware adapter PCB that changes the orientation of a 68000 DIP CPU. 3 | 4 | ![Board](https://raw.githubusercontent.com/SukkoPera/Open68000Relocator/master/doc/render-top.png) 5 | 6 | ### Summary 7 | [AwesomeInferno](https://github.com/AwesomeInferno/68000Relocator) originally created a 68000 relocator in order to allow the [TerribleFire TF530 accelerator board](https://github.com/terriblefire/tf530) to better fit within an Amiga 500 case. It worked very well, but it slightly obstructed the Kickstart ROM socket, making it almost impossible to use any kind of Kickstart switcher. So I set to rework it, in order to free up some space and applied my standard PCB design practices while I was at it: the main modification was connecting the copper pours on both layers to the GND net and to stitch them here and there, while the original board had a GND pour on the bottom and a VCC pour on the top. 8 | 9 | Other minor modifications were the rerouting of some traces and the porting of the project to KiCad 5. Finally, signal names for all the CPU pins were added to the board, making it a useful tool for troubleshooting broken mainboards as well. 10 | 11 | The board has been tested and proved to be working perfectly with a TF530 card running at 50 MHz. The Kickstart ROM socket does not get obstructed on A500 mainboard revisions 6A and 8A.1, while on older revisions (3 and 5) it still gets in the way, so it is not recommended for use with them (although it still works perfectly). 12 | 13 | ### License 14 | Open68000Relocator is Open Hardware released under the GNU General Public License (GPL) v3. If you make any modifications to the board, **you must** contribute them back. 15 | 16 | Open68000Relocator is provided to you ‘as is’ and without any express or implied warranties whatsoever with respect to its functionality, operability or use, including, without limitation, any implied warranties of merchantability, fitness for a particular purpose or infringement. We expressly disclaim any liability whatsoever for any direct, indirect, consequential, incidental or special damages, including, without limitation, lost revenues, lost profits, losses resulting from business interruption or loss of data, regardless of the form of action or legal theory under which the liability may be asserted, even if advised of the possibility or likelihood of such damages. 17 | 18 | ### Support the Project 19 | Since the project is open you are free to get the PCBs made by your preferred manufacturer, however in case you want to support the development, you can order them from PCBWay through this link: 20 | 21 | [![PCB from PCBWay](https://www.pcbway.com/project/img/images/frompcbway.png)](https://www.pcbway.com/project/shareproject/Open68000Relocator_V1.html) 22 | 23 | You get my gratitude and cheap, professionally-made and good quality PCBs, I get some credit that will help with this and [other projects](https://www.pcbway.com/project/member/shareproject/?bmbid=41100). You won't even have to worry about the various PCB options, it's all pre-configured for you! 24 | 25 | Also, if you still have to register to that site, [you can use this link](https://www.pcbway.com/setinvite.aspx?inviteid=41100) to get some bonus initial credit (and yield me some more). 26 | 27 | Again, if you want to use another manufacturer, feel free to, don't feel obligated :). But then you can buy me a coffee if you want: 28 | 29 | Buy Me a Coffee at ko-fi.com 30 | 31 | ### Get Help 32 | If you need help or have questions, you can join [the official Telegram group](https://t.me/joinchat/HUHdWBC9J9JnYIrvTYfZmg). 33 | -------------------------------------------------------------------------------- /doc/render-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SukkoPera/Open68000Relocator/f590ecc72529dd409b9c1d33cf931deee7445878/doc/render-bottom.png -------------------------------------------------------------------------------- /doc/render-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SukkoPera/Open68000Relocator/f590ecc72529dd409b9c1d33cf931deee7445878/doc/render-top.png -------------------------------------------------------------------------------- /fp-lib-table: -------------------------------------------------------------------------------- 1 | (fp_lib_table 2 | (lib (name Open68000Relocator)(type KiCad)(uri ${KIPRJMOD}/Open68000Relocator.pretty)(options "")(descr Open68000Relocator)) 3 | ) 4 | -------------------------------------------------------------------------------- /sym-lib-table: -------------------------------------------------------------------------------- 1 | (sym_lib_table 2 | ) 3 | --------------------------------------------------------------------------------