@@ -73,11 +73,10 @@ The stacking boards are:
73
73
- U2 (voltage regulator, offset a little too far to the right)
74
74
- ` sram-bank ` : SRAM Bank Board
75
75
- There are actually two of these in the stack, one for each 1MB SRAM bank.
76
- - These host the SRAM itself, the buffers that allow it to be alternately
77
- controlled by the Sega or the microcontroller, and the level shifters that
78
- allow it to interface to the 5V system of the Sega. This is the most
79
- complex. A solder jumper on the board selects whether it responds as bank
80
- 1 or bank 2.
76
+ - These host the SRAM itself, and the buffers that allow it to be
77
+ alternately controlled by the Sega or the microcontroller. This is the
78
+ most complex. A solder jumper on the board selects whether it responds as
79
+ bank 1 or bank 2.
81
80
- When ordering this through JLCPCB:
82
81
- The following parts must be populated by hand:
83
82
- J1 must be 2x Adafruit stacking headers modified to 26 pins each
@@ -86,13 +85,14 @@ The stacking boards are:
86
85
set bank 1, bridge center to left on both jumpers; to set bank 2,
87
86
bridge center to right on both jumpers (also indicated on silkscreen)
88
87
- ` microcontroller ` : Microcontroller Board
89
- - This hosts the microcontroller, voltage regulator, registers, sync token,
90
- and ethernet module .
88
+ - This hosts the microcontroller, registers, sync token, and buffers to send
<
8102
div aria-hidden="true" class="position-absolute top-0 d-flex user-select-none DiffLineTableCellParts-module__comment-indicator--eI0hb">
89
+ data to SRAM .
91
90
- The registers and sync token allow the Sega to send commands to the
92
91
microcontroller and wait for responses.
93
92
- The microcontroller is a Raspberry Pi Pico W, which is receives commands
94
93
through the registers and sync token, and is responsible for WiFi/Ethernet
95
- and streaming video to SRAM.
94
+ and streaming video to SRAM. You can buy one here for $7 (as of September
95
+ 2024): https://www.adafruit.com/product/5544
96
96
- When ordering this through JLCPCB:
97
97
- The following parts may not be properly rendered by JLCPCB's systems
98
98
automatically. You may choose to leave them off your order and populate
0 commit comments