mirror of
https://github.com/SukkoPera/Raemixx500.git
synced 2026-04-10 06:55:44 +00:00
Add Kickstart switcher
This commit is contained in:
@@ -25,6 +25,7 @@ Following is a list of deliberate changes with respect to the original layout of
|
||||
- The power connector footprint was altered to either accept the original connector, a DIN-6 or a DIN-8. I actually recommend the latter, as it uses more than one pin for the +5V and +12V rails, allowing for more current.
|
||||
- The floppy connector footprint was changed to that of a full IDC connector.
|
||||
- A simple floppy drive switcher was integrated, just below the floppy connector. If you want to use it, cut the marked tracks under J90, solder a pin header and use jumpers/switches to switch.
|
||||
- A simple Kickstart switcher was integrated as well, which supports up to 8x256Kb ROM images. If you want to use it, cut the marked tracks under J91/92/93, solder some pin headers and use jumpers/switches to switch.
|
||||
- The barrel battery was replaced with a BS-7 battery holder for a normal (non-rechargeable) CR2032 battery. Consequently, R913 has been replaced with a diode (labeled D913) and a couple of tracks needed some displacement.
|
||||
- The need to solder D912 to a leg of the former R913 has been removed. Just solder it in its place.
|
||||
- The RCA jacks for the audio and composite video outputs have been replaced with some that can actually be found nowadays (i.e.: those that were used on A600/A1200). This resulted in relocating R409 (whose original position seemed somehow improvised anyway...).
|
||||
|
||||
@@ -1116,6 +1116,29 @@ X A 2 150 0 100 L 50 50 1 1 P
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# Dispatcher_Dispatcher_3to1
|
||||
#
|
||||
DEF Dispatcher_Dispatcher_3to1 J 0 40 Y N 1 F N
|
||||
F0 "J" 50 200 50 H V C CNN
|
||||
F1 "Dispatcher_Dispatcher_3to1" 50 -200 50 H V C CNN
|
||||
F2 "" 0 0 50 H I C CNN
|
||||
F3 "" 0 0 50 H I C CNN
|
||||
$FPLIST
|
||||
Connector*:*_2x??_*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -50 -95 0 -105 1 1 6 N
|
||||
S -50 5 0 -5 1 1 6 N
|
||||
S -50 105 0 95 1 1 6 N
|
||||
S -50 150 150 -150 1 1 10 f
|
||||
S 150 5 100 -5 1 1 6 N
|
||||
X In_1 1 -200 100 150 R 50 50 1 1 P
|
||||
X In_2 2 -200 0 150 R 50 50 1 1 P
|
||||
X In_3 3 -200 -100 150 R 50 50 1 1 P
|
||||
X Out 4 300 0 150 L 50 50 1 1 P
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
# FAT_AGNUS_8375_FAT_AGNUS_8375
|
||||
#
|
||||
DEF FAT_AGNUS_8375_FAT_AGNUS_8375 U 0 40 Y Y 2 F N
|
||||
|
||||
15238
Raemixx500.kicad_pcb
15238
Raemixx500.kicad_pcb
File diff suppressed because it is too large
Load Diff
3743
Raemixx500.net
3743
Raemixx500.net
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,4 @@
|
||||
update=sab 18 apr 2020, 11:54:47
|
||||
update=ven 1 mag 2020, 21:30:00
|
||||
version=1
|
||||
last_client=kicad
|
||||
[general]
|
||||
@@ -73,7 +73,7 @@ OthersTextSizeThickness=0.15
|
||||
OthersTextItalic=0
|
||||
OthersTextUpright=1
|
||||
SolderMaskClearance=0
|
||||
SolderMaskMinWidth=0.25
|
||||
SolderMaskMinWidth=0.2
|
||||
SolderPasteClearance=0
|
||||
SolderPasteRatio=-0
|
||||
[pcbnew/Layer.F.Cu]
|
||||
|
||||
9
libs/Dispatcher.dcm
Normal file
9
libs/Dispatcher.dcm
Normal file
@@ -0,0 +1,9 @@
|
||||
EESchema-DOCLIB Version 2.0
|
||||
#
|
||||
$CMP Dispatcher_3to1
|
||||
D Generic connector, double row, 02x03, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)
|
||||
K connector
|
||||
F ~
|
||||
$ENDCMP
|
||||
#
|
||||
#End Doc Library
|
||||
27
libs/Dispatcher.lib
Normal file
27
libs/Dispatcher.lib
Normal file
@@ -0,0 +1,27 @@
|
||||
EESchema-LIBRARY Version 2.4
|
||||
#encoding utf-8
|
||||
#
|
||||
# Dispatcher_3to1
|
||||
#
|
||||
DEF Dispatcher_3to1 J 0 40 Y N 1 F N
|
||||
F0 "J" 50 200 50 H V C CNN
|
||||
F1 "Dispatcher_3to1" 50 -200 50 H V C CNN
|
||||
F2 "" 0 0 50 H I C CNN
|
||||
F3 "" 0 0 50 H I C CNN
|
||||
$FPLIST
|
||||
Connector*:*_2x??_*
|
||||
$ENDFPLIST
|
||||
DRAW
|
||||
S -50 -95 0 -105 1 1 6 N
|
||||
S -50 5 0 -5 1 1 6 N
|
||||
S -50 105 0 95 1 1 6 N
|
||||
S -50 150 150 -150 1 1 10 f
|
||||
S 150 5 100 -5 1 1 6 N
|
||||
X In_1 1 -200 100 150 R 50 50 1 1 P
|
||||
X In_2 2 -200 0 150 R 50 50 1 1 P
|
||||
X In_3 3 -200 -100 150 R 50 50 1 1 P
|
||||
X Out 4 300 0 150 L 50 50 1 1 P
|
||||
ENDDRAW
|
||||
ENDDEF
|
||||
#
|
||||
#End Library
|
||||
555
rom.sch
555
rom.sch
@@ -14,356 +14,513 @@ Comment3 ""
|
||||
Comment4 "Licensed under CERN OHL v.1.2"
|
||||
$EndDescr
|
||||
Entry Wire Line
|
||||
3930 4385 3830 4285
|
||||
5300 4395 5200 4295
|
||||
Entry Wire Line
|
||||
3930 4285 3830 4185
|
||||
5300 4295 5200 4195
|
||||
Entry Wire Line
|
||||
3930 4185 3830 4085
|
||||
5300 4195 5200 4095
|
||||
Entry Wire Line
|
||||
3930 4085 3830 3985
|
||||
5300 4095 5200 3995
|
||||
Entry Wire Line
|
||||
3930 3985 3830 3885
|
||||
5300 3995 5200 3895
|
||||
Entry Wire Line
|
||||
3930 3885 3830 3785
|
||||
5300 3895 5200 3795
|
||||
Entry Wire Line
|
||||
3930 3785 3830 3685
|
||||
5300 3795 5200 3695
|
||||
Entry Wire Line
|
||||
3930 3685 3830 3585
|
||||
5300 3695 5200 3595
|
||||
Entry Wire Line
|
||||
3930 3585 3830 3485
|
||||
5300 3595 5200 3495
|
||||
Entry Wire Line
|
||||
3930 3485 3830 3385
|
||||
5300 3495 5200 3395
|
||||
Entry Wire Line
|
||||
3930 3385 3830 3285
|
||||
5300 3395 5200 3295
|
||||
Entry Wire Line
|
||||
3930 3285 3830 3185
|
||||
5300 3295 5200 3195
|
||||
Entry Wire Line
|
||||
3930 3185 3830 3085
|
||||
5300 3195 5200 3095
|
||||
Entry Wire Line
|
||||
3930 3085 3830 2985
|
||||
5300 3095 5200 2995
|
||||
Entry Wire Line
|
||||
3930 2985 3830 2885
|
||||
5300 2995 5200 2895
|
||||
Entry Wire Line
|
||||
3930 2885 3830 2785
|
||||
Entry Wire Line
|
||||
3930 2785 3830 2685
|
||||
Entry Wire Line
|
||||
3930 2685 3830 2585
|
||||
Entry Wire Line
|
||||
3930 2585 3830 2485
|
||||
Entry Wire Line
|
||||
3930 2485 3830 2385
|
||||
Text Label 4070 4385 0 50 ~ 0
|
||||
5300 2895 5200 2795
|
||||
Text Label 5440 4395 0 50 ~ 0
|
||||
a1
|
||||
Text Label 4070 4285 0 50 ~ 0
|
||||
Text Label 5440 4295 0 50 ~ 0
|
||||
a2
|
||||
Text Label 4070 4185 0 50 ~ 0
|
||||
Text Label 5440 4195 0 50 ~ 0
|
||||
a3
|
||||
Text Label 4070 4085 0 50 ~ 0
|
||||
Text Label 5440 4095 0 50 ~ 0
|
||||
a4
|
||||
Text Label 4070 3985 0 50 ~ 0
|
||||
Text Label 5440 3995 0 50 ~ 0
|
||||
a5
|
||||
Text Label 4070 3885 0 50 ~ 0
|
||||
Text Label 5440 3895 0 50 ~ 0
|
||||
a6
|
||||
Text Label 4070 3785 0 50 ~ 0
|
||||
Text Label 5440 3795 0 50 ~ 0
|
||||
a7
|
||||
Text Label 4070 3685 0 50 ~ 0
|
||||
Text Label 5440 3695 0 50 ~ 0
|
||||
a8
|
||||
Text Label 4070 3585 0 50 ~ 0
|
||||
Text Label 5440 3595 0 50 ~ 0
|
||||
a9
|
||||
Text Label 4070 3485 0 50 ~ 0
|
||||
Text Label 5440 3495 0 50 ~ 0
|
||||
a10
|
||||
Text Label 4070 3385 0 50 ~ 0
|
||||
Text Label 5440 3395 0 50 ~ 0
|
||||
a11
|
||||
Text Label 4070 3285 0 50 ~ 0
|
||||
Text Label 5440 3295 0 50 ~ 0
|
||||
a12
|
||||
Text Label 4070 3185 0 50 ~ 0
|
||||
Text Label 5440 3195 0 50 ~ 0
|
||||
a13
|
||||
Text Label 4070 3085 0 50 ~ 0
|
||||
Text Label 5440 3095 0 50 ~ 0
|
||||
a14
|
||||
Text Label 4070 2985 0 50 ~ 0
|
||||
Text Label 5440 2995 0 50 ~ 0
|
||||
a15
|
||||
Text Label 4070 2885 0 50 ~ 0
|
||||
Text Label 5440 2895 0 50 ~ 0
|
||||
a16
|
||||
Text Label 4070 2785 0 50 ~ 0
|
||||
Text Label 5440 2795 0 50 ~ 0
|
||||
a17
|
||||
Text Label 4070 2685 0 50 ~ 0
|
||||
a18
|
||||
Text Label 4070 2585 0 50 ~ 0
|
||||
a19
|
||||
Text Label 4070 2485 0 50 ~ 0
|
||||
a20
|
||||
Text GLabel 3230 2385 0 50 Input ~ 0
|
||||
Text GLabel 4600 2395 0 50 Input ~ 0
|
||||
A[1..23]
|
||||
Wire Bus Line
|
||||
3830 2385 3230 2385
|
||||
5200 2395 4600 2395
|
||||
Wire Wire Line
|
||||
4520 2485 3930 2485
|
||||
5890 2795 5300 2795
|
||||
Wire Wire Line
|
||||
4520 2585 3930 2585
|
||||
5890 2895 5300 2895
|
||||
Wire Wire Line
|
||||
4520 2685 3930 2685
|
||||
5890 2995 5300 2995
|
||||
Wire Wire Line
|
||||
4520 2785 3930 2785
|
||||
5890 3095 5300 3095
|
||||
Wire Wire Line
|
||||
4520 2885 3930 2885
|
||||
5890 3195 5300 3195
|
||||
Wire Wire Line
|
||||
4520 2985 3930 2985
|
||||
5890 3295 5300 3295
|
||||
Wire Wire Line
|
||||
4520 3085 3930 3085
|
||||
5890 3395 5300 3395
|
||||
Wire Wire Line
|
||||
4520 3185 3930 3185
|
||||
5890 3495 5300 3495
|
||||
Wire Wire Line
|
||||
4520 3285 3930 3285
|
||||
5890 3595 5300 3595
|
||||
Wire Wire Line
|
||||
4520 3385 3930 3385
|
||||
5890 3695 5300 3695
|
||||
Wire Wire Line
|
||||
4520 3485 3930 3485
|
||||
5890 3795 5300 3795
|
||||
Wire Wire Line
|
||||
4520 3585 3930 3585
|
||||
5890 3895 5300 3895
|
||||
Wire Wire Line
|
||||
4520 3685 3930 3685
|
||||
5890 3995 5300 3995
|
||||
Wire Wire Line
|
||||
4520 3785 3930 3785
|
||||
5890 4095 5300 4095
|
||||
Wire Wire Line
|
||||
4520 3885 3930 3885
|
||||
5890 4195 5300 4195
|
||||
Wire Wire Line
|
||||
4520 3985 3930 3985
|
||||
5890 4295 5300 4295
|
||||
Wire Wire Line
|
||||
4520 4085 3930 4085
|
||||
Wire Wire Line
|
||||
4520 4185 3930 4185
|
||||
Wire Wire Line
|
||||
4520 4285 3930 4285
|
||||
Wire Wire Line
|
||||
4520 4385 3930 4385
|
||||
5890 4395 5300 4395
|
||||
$Comp
|
||||
L AMIGA_ROM:AMIGA_ROM U6
|
||||
U 1 1 5D8766E5
|
||||
P 5270 3585
|
||||
F 0 "U6" H 5270 4950 50 0000 C CNN
|
||||
F 1 "ROM" H 5270 4859 50 0000 C CNN
|
||||
F 2 "Package_DIP:DIP-42_W15.24mm_Socket_LongPads" H 5270 3585 50 0001 C CNN
|
||||
F 3 "DOCUMENTATION" H 5270 3585 50 0001 C CNN
|
||||
F 4 "ROM" H 5270 3585 50 0001 C CNN "Optional"
|
||||
1 5270 3585
|
||||
P 6640 3595
|
||||
F 0 "U6" H 6640 4960 50 0000 C CNN
|
||||
F 1 "ROM" H 6640 4869 50 0000 C CNN
|
||||
F 2 "Package_DIP:DIP-42_W15.24mm_Socket_LongPads" H 6640 3595 50 0001 C CNN
|
||||
F 3 "DOCUMENTATION" H 6640 3595 50 0001 C CNN
|
||||
F 4 "ROM" H 6640 3595 50 0001 C CNN "Optional"
|
||||
1 6640 3595
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Text Label 6285 2885 2 50 ~ 0
|
||||
Text Label 7655 2895 2 50 ~ 0
|
||||
d15
|
||||
Text Label 6285 2985 2 50 ~ 0
|
||||
Text Label 7655 2995 2 50 ~ 0
|
||||
d14
|
||||
Text Label 6285 3085 2 50 ~ 0
|
||||
Text Label 7655 3095 2 50 ~ 0
|
||||
d13
|
||||
Text Label 6285 3185 2 50 ~ 0
|
||||
Text Label 7655 3195 2 50 ~ 0
|
||||
d12
|
||||
Text Label 6285 3285 2 50 ~ 0
|
||||
Text Label 7655 3295 2 50 ~ 0
|
||||
d11
|
||||
Text Label 6285 3385 2 50 ~ 0
|
||||
Text Label 7655 3395 2 50 ~ 0
|
||||
d10
|
||||
Text Label 6285 3485 2 50 ~ 0
|
||||
Text Label 7655 3495 2 50 ~ 0
|
||||
d9
|
||||
Text Label 6285 3585 2 50 ~ 0
|
||||
Text Label 7655 3595 2 50 ~ 0
|
||||
d8
|
||||
Wire Wire Line
|
||||
6020 4385 6430 4385
|
||||
Text Label 6285 3685 2 50 ~ 0
|
||||
7390 4395 7800 4395
|
||||
Text Label 7655 3695 2 50 ~ 0
|
||||
d7
|
||||
Text Label 6285 3785 2 50 ~ 0
|
||||
Text Label 7655 3795 2 50 ~ 0
|
||||
d6
|
||||
Text Label 6285 3885 2 50 ~ 0
|
||||
Text Label 7655 3895 2 50 ~ 0
|
||||
d5
|
||||
Text Label 6285 3985 2 50 ~ 0
|
||||
Text Label 7655 3995 2 50 ~ 0
|
||||
d4
|
||||
Text Label 6285 4085 2 50 ~ 0
|
||||
Text Label 7655 4095 2 50 ~ 0
|
||||
d3
|
||||
Text Label 6285 4185 2 50 ~ 0
|
||||
Text Label 7655 4195 2 50 ~ 0
|
||||
d2
|
||||
Text Label 6285 4285 2 50 ~ 0
|
||||
Text Label 7655 4295 2 50 ~ 0
|
||||
d1
|
||||
Text Label 6285 4385 2 50 ~ 0
|
||||
Text Label 7655 4395 2 50 ~ 0
|
||||
d0
|
||||
Wire Wire Line
|
||||
6020 3785 6430 3785
|
||||
7390 3795 7800 3795
|
||||
Wire Wire Line
|
||||
6020 3885 6430 3885
|
||||
7390 3895 7800 3895
|
||||
Wire Wire Line
|
||||
6020 3985 6430 3985
|
||||
7390 3995 7800 3995
|
||||
Wire Wire Line
|
||||
6020 4085 6430 4085
|
||||
7390 4095 7800 4095
|
||||
Wire Wire Line
|
||||
6020 4185 6430 4185
|
||||
7390 4195 7800 4195
|
||||
Wire Wire Line
|
||||
6020 4285 6430 4285
|
||||
7390 4295 7800 4295
|
||||
Wire Wire Line
|
||||
6020 3685 6430 3685
|
||||
7390 3695 7800 3695
|
||||
Wire Wire Line
|
||||
6020 3585 6430 3585
|
||||
7390 3595 7800 3595
|
||||
Wire Wire Line
|
||||
6020 2985 6430 2985
|
||||
7390 2995 7800 2995
|
||||
Wire Wire Line
|
||||
6020 3085 6430 3085
|
||||
7390 3095 7800 3095
|
||||
Wire Wire Line
|
||||
6020 3185 6430 3185
|
||||
7390 3195 7800 3195
|
||||
Wire Wire Line
|
||||
6020 3285 6430 3285
|
||||
7390 3295 7800 3295
|
||||
Wire Wire Line
|
||||
6020 3385 6430 3385
|
||||
7390 3395 7800 3395
|
||||
Wire Wire Line
|
||||
6020 3485 6430 3485
|
||||
7390 3495 7800 3495
|
||||
Wire Wire Line
|
||||
6020 2885 6430 2885
|
||||
7390 2895 7800 2895
|
||||
Entry Wire Line
|
||||
6430 2885 6530 2985
|
||||
7800 2895 7900 2995
|
||||
Entry Wire Line
|
||||
6430 2985 6530 3085
|
||||
7800 2995 7900 3095
|
||||
Entry Wire Line
|
||||
6430 3085 6530 3185
|
||||
7800 3095 7900 3195
|
||||
Entry Wire Line
|
||||
6430 3185 6530 3285
|
||||
7800 3195 7900 3295
|
||||
Entry Wire Line
|
||||
6430 3285 6530 3385
|
||||
7800 3295 7900 3395
|
||||
Entry Wire Line
|
||||
6430 3385 6530 3485
|
||||
7800 3395 7900 3495
|
||||
Entry Wire Line
|
||||
6430 3485 6530 3585
|
||||
7800 3495 7900 3595
|
||||
Entry Wire Line
|
||||
6430 3585 6530 3685
|
||||
7800 3595 7900 3695
|
||||
Entry Wire Line
|
||||
6430 3685 6530 3785
|
||||
7800 3695 7900 3795
|
||||
Entry Wire Line
|
||||
6430 3785 6530 3885
|
||||
7800 3795 7900 3895
|
||||
Entry Wire Line
|
||||
6430 3885 6530 3985
|
||||
7800 3895 7900 3995
|
||||
Entry Wire Line
|
||||
6430 3985 6530 4085
|
||||
7800 3995 7900 4095
|
||||
Entry Wire Line
|
||||
6430 4085 6530 4185
|
||||
7800 4095 7900 4195
|
||||
Entry Wire Line
|
||||
6430 4185 6530 4285
|
||||
7800 4195 7900 4295
|
||||
Entry Wire Line
|
||||
6430 4285 6530 4385
|
||||
7800 4295 7900 4395
|
||||
Entry Wire Line
|
||||
6430 4385 6530 4485
|
||||
7800 4395 7900 4495
|
||||
Wire Bus Line
|
||||
6530 1930 3230 1930
|
||||
Text GLabel 3230 1930 0 50 Input ~ 0
|
||||
7900 1940 4600 1940
|
||||
Text GLabel 4600 1940 0 50 Input ~ 0
|
||||
D[0..15]
|
||||
Text Label 3330 2385 0 50 ~ 0
|
||||
Text Label 4700 2395 0 50 ~ 0
|
||||
a[1..23]
|
||||
Text Label 3330 1930 0 50 ~ 0
|
||||
Text Label 4700 1940 0 50 ~ 0
|
||||
d[0..15]
|
||||
$Comp
|
||||
L power:VCC #PWR0196
|
||||
U 1 1 5D87AA81
|
||||
P 6230 2380
|
||||
F 0 "#PWR0196" H 6230 2230 50 0001 C CNN
|
||||
F 1 "VCC" H 6247 2553 50 0000 C CNN
|
||||
F 2 "" H 6230 2380 50 0001 C CNN
|
||||
F 3 "" H 6230 2380 50 0001 C CNN
|
||||
1 6230 2380
|
||||
P 7600 2390
|
||||
F 0 "#PWR0196" H 7600 2240 50 0001 C CNN
|
||||
F 1 "VCC" H 7617 2563 50 0000 C CNN
|
||||
F 2 "" H 7600 2390 50 0001 C CNN
|
||||
F 3 "" H 7600 2390 50 0001 C CNN
|
||||
1 7600 2390
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
6020 2485 6230 2485
|
||||
7390 2495 7600 2495
|
||||
Wire Wire Line
|
||||
6230 2485 6230 2380
|
||||
$Comp
|
||||
L power:GND #PWR0197
|
||||
U 1 1 5D87CAF1
|
||||
P 4315 4775
|
||||
F 0 "#PWR0197" H 4315 4525 50 0001 C CNN
|
||||
F 1 "GND" H 4320 4602 50 0000 C CNN
|
||||
F 2 "" H 4315 4775 50 0001 C CNN
|
||||
F 3 "" H 4315 4775 50 0001 C CNN
|
||||
1 4315 4775
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
7600 2495 7600 2390
|
||||
Wire Wire Line
|
||||
4315 4775 4315 4685
|
||||
5685 4785 5685 4695
|
||||
Wire Wire Line
|
||||
4315 4685 4520 4685
|
||||
5685 4695 5890 4695
|
||||
Wire Wire Line
|
||||
4520 4535 3330 4535
|
||||
Text GLabel 3330 4535 0 50 Input ~ 0
|
||||
5890 4545 4700 4545
|
||||
Text GLabel 4700 4545 0 50 Input ~ 0
|
||||
~ROMEN
|
||||
$Comp
|
||||
L AMIGA_ROM:AMIGA_ROM U6
|
||||
U 2 1 5D8806F6
|
||||
P 8250 3585
|
||||
F 0 "U6" H 8478 3656 50 0000 L CNN
|
||||
F 1 "ROM" H 8478 3565 50 0000 L CNN
|
||||
F 2 "Package_DIP:DIP-42_W15.24mm_Socket_LongPads" H 8250 3585 50 0001 C CNN
|
||||
F 3 "DOCUMENTATION" H 8250 3585 50 0001 C CNN
|
||||
F 4 "ROM" H 8250 3585 50 0001 C CNN "Optional"
|
||||
2 8250 3585
|
||||
P 9620 3595
|
||||
F 0 "U6" H 9848 3666 50 0000 L CNN
|
||||
F 1 "ROM" H 9848 3575 50 0000 L CNN
|
||||
F 2 "Package_DIP:DIP-42_W15.24mm_Socket_LongPads" H 9620 3595 50 0001 C CNN
|
||||
F 3 "DOCUMENTATION" H 9620 3595 50 0001 C CNN
|
||||
F 4 "ROM" H 9620 3595 50 0001 C CNN "Optional"
|
||||
2 9620 3595
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L power:GND #PWR0198
|
||||
U 1 1 5D88175C
|
||||
P 8625 4265
|
||||
F 0 "#PWR0198" H 8625 4015 50 0001 C CNN
|
||||
F 1 "GND" H 8630 4092 50 0000 C CNN
|
||||
F 2 "" H 8625 4265 50 0001 C CNN
|
||||
F 3 "" H 8625 4265 50 0001 C CNN
|
||||
1 8625 4265
|
||||
P 9995 4275
|
||||
F 0 "#PWR0198" H 9995 4025 50 0001 C CNN
|
||||
F 1 "GND" H 10000 4102 50 0000 C CNN
|
||||
F 2 "" H 9995 4275 50 0001 C CNN
|
||||
F 3 "" H 9995 4275 50 0001 C CNN
|
||||
1 9995 4275
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
8625 4265 8625 4175
|
||||
9995 4275 9995 4185
|
||||
$Comp
|
||||
L power:VCC #PWR0199
|
||||
U 1 1 5D8833DE
|
||||
P 8625 2885
|
||||
F 0 "#PWR0199" H 8625 2735 50 0001 C CNN
|
||||
F 1 "VCC" H 8642 3058 50 0000 C CNN
|
||||
F 2 "" H 8625 2885 50 0001 C CNN
|
||||
F 3 "" H 8625 2885 50 0001 C CNN
|
||||
1 8625 2885
|
||||
P 9995 2895
|
||||
F 0 "#PWR0199" H 9995 2745 50 0001 C CNN
|
||||
F 1 "VCC" H 10012 3068 50 0000 C CNN
|
||||
F 2 "" H 9995 2895 50 0001 C CNN
|
||||
F 3 "" H 9995 2895 50 0001 C CNN
|
||||
1 9995 2895
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
8625 2990 8625 2885
|
||||
9995 3000 9995 2895
|
||||
$Comp
|
||||
L Device:C C6
|
||||
U 1 1 5E9EA8DA
|
||||
P 9055 3545
|
||||
F 0 "C6" H 9170 3591 50 0000 L CNN
|
||||
F 1 "330n" H 9170 3500 50 0000 L CNN
|
||||
F 2 "Raemixx500:C_Axial_L6.3mm_D2.5mm_P10.16mm" H 9093 3395 50 0001 C CNN
|
||||
F 3 "~" H 9055 3545 50 0001 C CNN
|
||||
F 4 "KEMET" H 9055 3545 50 0001 C CNN "MFG Name"
|
||||
F 5 "C412C334M5U5TA" H 9055 3545 50 0001 C CNN "MFG Part Num"
|
||||
F 6 "0.078" H 9055 3545 50 0001 C CNN "Cost"
|
||||
1 9055 3545
|
||||
P 10425 3555
|
||||
F 0 "C6" H 10540 3601 50 0000 L CNN
|
||||
F 1 "330n" H 10540 3510 50 0000 L CNN
|
||||
F 2 "Raemixx500:C_Axial_L6.3mm_D2.5mm_P10.16mm" H 10463 3405 50 0001 C CNN
|
||||
F 3 "~" H 10425 3555 50 0001 C CNN
|
||||
F 4 "KEMET" H 10425 3555 50 0001 C CNN "MFG Name"
|
||||
F 5 "C412C334M5U5TA" H 10425 3555 50 0001 C CNN "MFG Part Num"
|
||||
F 6 "0.078" H 10425 3555 50 0001 C CNN "Cost"
|
||||
1 10425 3555
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
8250 3135 8250 2990
|
||||
9620 3145 9620 3000
|
||||
Wire Wire Line
|
||||
8250 2990 8625 2990
|
||||
9620 3000 9995 3000
|
||||
Wire Wire Line
|
||||
9055 2990 9055 3395
|
||||
10425 3000 10425 3405
|
||||
Wire Wire Line
|
||||
9055 3695 9055 4175
|
||||
10425 3705 10425 4185
|
||||
Wire Wire Line
|
||||
9055 4175 8625 4175
|
||||
10425 4185 9995 4185
|
||||
Wire Wire Line
|
||||
8150 4175 8150 3985
|
||||
9520 4185 9520 3995
|
||||
Wire Wire Line
|
||||
8350 3985 8350 4175
|
||||
Connection ~ 8350 4175
|
||||
9720 3995 9720 4185
|
||||
Connection ~ 9720 4185
|
||||
Wire Wire Line
|
||||
8350 4175 8150 4175
|
||||
Connection ~ 8625 4175
|
||||
9720 4185 9520 4185
|
||||
Connection ~ 9995 4185
|
||||
Wire Wire Line
|
||||
8625 4175 8350 4175
|
||||
Connection ~ 8625 2990
|
||||
9995 4185 9720 4185
|
||||
Connection ~ 9995 3000
|
||||
Wire Wire Line
|
||||
8625 2990 9055 2990
|
||||
9995 3000 10425 3000
|
||||
Wire Wire Line
|
||||
3370 2715 3050 2715
|
||||
Text Label 2150 2715 0 50 ~ 0
|
||||
a18
|
||||
Wire Wire Line
|
||||
5890 2695 5440 2695
|
||||
Text Label 5440 2695 0 50 ~ 0
|
||||
a18_rom
|
||||
Text Label 3370 2715 2 50 ~ 0
|
||||
a18_rom
|
||||
$Comp
|
||||
L power:VCC #PWR0270
|
||||
U 1 1 5F60B617
|
||||
P 2310 2565
|
||||
F 0 "#PWR0270" H 2310 2415 50 0001 C CNN
|
||||
F 1 "VCC" H 2327 2738 50 0000 C CNN
|
||||
F 2 "" H 2310 2565 50 0001 C CNN
|
||||
F 3 "" H 2310 2565 50 0001 C CNN
|
||||
1 2310 2565
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
2310 2565 2310 2615
|
||||
Wire Wire Line
|
||||
2310 2615 2550 2615
|
||||
$Comp
|
||||
L power:GND #PWR0197
|
||||
U 1 1 5D87CAF1
|
||||
P 5685 4785
|
||||
F 0 "#PWR0197" H 5685 4535 50 0001 C CNN
|
||||
F 1 "GND" H 5690 4612 50 0000 C CNN
|
||||
F 2 "" H 5685 4785 50 0001 C CNN
|
||||
F 3 "" H 5685 4785 50 0001 C CNN
|
||||
1 5685 4785
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
$Comp
|
||||
L power:GND #PWR0274
|
||||
U 1 1 5F60EF4C
|
||||
P 2310 2865
|
||||
F 0 "#PWR0274" H 2310 2615 50 0001 C CNN
|
||||
F 1 "GND" H 2315 2692 50 0000 C CNN
|
||||
F 2 "" H 2310 2865 50 0001 C CNN
|
||||
F 3 "" H 2310 2865 50 0001 C CNN
|
||||
1 2310 2865
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
2310 2865 2310 2815
|
||||
Wire Wire Line
|
||||
2310 2815 2550 2815
|
||||
$Comp
|
||||
L Dispatcher:Dispatcher_3to1 J91
|
||||
U 1 1 5F631089
|
||||
P 2750 2715
|
||||
F 0 "J91" H 2800 3032 50 0000 C CNN
|
||||
F 1 "Dispatcher_3to1" H 2800 2941 50 0000 C CNN
|
||||
F 2 "Raemixx500:Dispatcher_3to1" H 2750 2715 50 0001 C CNN
|
||||
F 3 "~" H 2750 2715 50 0001 C CNN
|
||||
1 2750 2715
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
3370 3595 3050 3595
|
||||
Text Label 2150 3595 0 50 ~ 0
|
||||
a19
|
||||
Text Label 3370 3595 2 50 ~ 0
|
||||
a19_rom
|
||||
$Comp
|
||||
L power:VCC #PWR0275
|
||||
U 1 1 5F63D7E5
|
||||
P 2310 3445
|
||||
F 0 "#PWR0275" H 2310 3295 50 0001 C CNN
|
||||
F 1 "VCC" H 2327 3618 50 0000 C CNN
|
||||
F 2 "" H 2310 3445 50 0001 C CNN
|
||||
F 3 "" H 2310 3445 50 0001 C CNN
|
||||
1 2310 3445
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
2310 3445 2310 3495
|
||||
Wire Wire Line
|
||||
2310 3495 2550 3495
|
||||
$Comp
|
||||
L power:GND #PWR0276
|
||||
U 1 1 5F63D7F1
|
||||
P 2310 3745
|
||||
F 0 "#PWR0276" H 2310 3495 50 0001 C CNN
|
||||
F 1 "GND" H 2315 3572 50 0000 C CNN
|
||||
F 2 "" H 2310 3745 50 0001 C CNN
|
||||
F 3 "" H 2310 3745 50 0001 C CNN
|
||||
1 2310 3745
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
2310 3745 2310 3695
|
||||
Wire Wire Line
|
||||
2310 3695 2550 3695
|
||||
$Comp
|
||||
L Dispatcher:Dispatcher_3to1 J92
|
||||
U 1 1 5F63D7FD
|
||||
P 2750 3595
|
||||
F 0 "J92" H 2800 3912 50 0000 C CNN
|
||||
F 1 "Dispatcher_3to1" H 2800 3821 50 0000 C CNN
|
||||
F 2 "Raemixx500:Dispatcher_3to1" H 2750 3595 50 0001 C CNN
|
||||
F 3 "~" H 2750 3595 50 0001 C CNN
|
||||
1 2750 3595
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
3370 4465 3050 4465
|
||||
Text Label 3370 4465 2 50 ~ 0
|
||||
a20_rom
|
||||
$Comp
|
||||
L power:VCC #PWR0277
|
||||
U 1 1 5F640347
|
||||
P 2310 4315
|
||||
F 0 "#PWR0277" H 2310 4165 50 0001 C CNN
|
||||
F 1 "VCC" H 2327 4488 50 0000 C CNN
|
||||
F 2 "" H 2310 4315 50 0001 C CNN
|
||||
F 3 "" H 2310 4315 50 0001 C CNN
|
||||
1 2310 4315
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
2310 4315 2310 4365
|
||||
Wire Wire Line
|
||||
2310 4365 2550 4365
|
||||
$Comp
|
||||
L power:GND #PWR0278
|
||||
U 1 1 5F640353
|
||||
P 2310 4615
|
||||
F 0 "#PWR0278" H 2310 4365 50 0001 C CNN
|
||||
F 1 "GND" H 2315 4442 50 0000 C CNN
|
||||
F 2 "" H 2310 4615 50 0001 C CNN
|
||||
F 3 "" H 2310 4615 50 0001 C CNN
|
||||
1 2310 4615
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Wire Wire Line
|
||||
2310 4615 2310 4565
|
||||
Wire Wire Line
|
||||
2310 4565 2550 4565
|
||||
$Comp
|
||||
L Dispatcher:Dispatcher_3to1 J93
|
||||
U 1 1 5F64035F
|
||||
P 2750 4465
|
||||
F 0 "J93" H 2800 4782 50 0000 C CNN
|
||||
F 1 "Dispatcher_3to1" H 2800 4691 50 0000 C CNN
|
||||
F 2 "Raemixx500:Dispatcher_3to1" H 2750 4465 50 0001 C CNN
|
||||
F 3 "~" H 2750 4465 50 0001 C CNN
|
||||
1 2750 4465
|
||||
1 0 0 -1
|
||||
$EndComp
|
||||
Entry Wire Line
|
||||
5300 2795 5200 2695
|
||||
Wire Wire Line
|
||||
5890 2595 5440 2595
|
||||
Text Label 5440 2595 0 50 ~ 0
|
||||
a19_rom
|
||||
Wire Wire Line
|
||||
5890 2495 5440 2495
|
||||
Text Label 5440 2495 0 50 ~ 0
|
||||
a20_rom
|
||||
Text GLabel 1445 2315 0 50 Input ~ 0
|
||||
A[1..23]
|
||||
Wire Bus Line
|
||||
6530 1930 6530 4485
|
||||
2050 2315 1445 2315
|
||||
Text Label 1545 2315 0 50 ~ 0
|
||||
a[1..23]
|
||||
Entry Wire Line
|
||||
2150 2715 2050 2615
|
||||
Wire Wire Line
|
||||
2150 2715 2550 2715
|
||||
Entry Wire Line
|
||||
2150 3595 2050 3495
|
||||
Wire Wire Line
|
||||
2150 3595 2550 3595
|
||||
Text Label 2150 4465 0 50 ~ 0
|
||||
a20
|
||||
Entry Wire Line
|
||||
2150 4465 2050 4365
|
||||
Wire Wire Line
|
||||
2150 4465 2550 4465
|
||||
Wire Bus Line
|
||||
3830 2385 3830 4285
|
||||
2050 2315 2050 4365
|
||||
Wire Bus Line
|
||||
7900 1940 7900 4495
|
||||
Wire Bus Line
|
||||
5200 2395 5200 4295
|
||||
Text Notes 1865 2030 0 50 ~ 0
|
||||
Simple Kickstart switcher, allowing\narbitrary driving of the high ROM\naddress lines. With a 27C160 EPROM,\nup to 8x256K Kickstart images can\nbe selected.
|
||||
$EndSCHEMATC
|
||||
|
||||
@@ -34,4 +34,5 @@
|
||||
(lib (name keyboard)(type Legacy)(uri ${KIPRJMOD}/libs/keyboard.lib)(options "")(descr ""))
|
||||
(lib (name PJRAN1X1U01X)(type Legacy)(uri ${KIPRJMOD}/libs/PJRAN1X1U01X.lib)(options "")(descr ""))
|
||||
(lib (name void)(type Legacy)(uri ${KIPRJMOD}/libs/void.lib)(options "")(descr ""))
|
||||
(lib (name Dispatcher)(type Legacy)(uri ${KIPRJMOD}/libs/Dispatcher.lib)(options "")(descr ""))
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user