README.md (1497B)
1 # Apple II VGA PCB 2 3 This is a pair of PCBs that implements a version of the Apple II VGA design. 4 5 Please see the [Apple II VGA Project](https://github.com/markadev/AppleII-VGA) for details and firmware. 6 7 This version differs from the original in that: 8 1. It makes use of the Rpi Pico's regulator for 3v3 supply 9 2. It allows the SYNC signal to be optionally routed to the Rpi Pico (instead of allowing Apple II bus read operations) 10 3. It uses a fourth 74LVC245A instead of a 74LS07 for the remaining bus signals (fewer unique components) 11 12 The KiCAD source files are included in the [appleii.vga/](appleii.vga/) 13 and [appleii.vga.connector/](appleii.vga.connector/) directories. 14 15 The [export/](export/) directory contains gerber files suitable for fabrication. 16 Beware that only the v1.0.2 version has been fabricated so far (at JLCPCB). 17 The v1.1.0 version contains some minor improvements but has not yet been 18 fabricated and tested. 19 20 To use the standard firmware, install a 0 ohm resistor at R13 and leave R12 and R14 unpopulated. 21 22 23 PCBs and parts for assembly: 24 25  26 27 Assembled PCBs: 28 29  30 31 Installed in an Apple IIe: 32 33  34 35 Lode Runner displayed on a 15" Sony Trinitron VGA monitor: 36 37  38 39 Schematic and Layout for v1.1.0: 40 41  42 43  44