Take the machines apart conceptually.

The emulator collection lets you use historical computers. These laboratories explain the mechanisms underneath them — beginning with switches, logic and arithmetic, following stored information from a latch to magnetic disk, and finally joining CPU, memory and I/O into a complete Apple-1-class computer.

LAB 01 · COMPUTATION

From transistors to a CPU

Start with one electronic switch, combine switches into logic gates, make XOR and AND perform binary addition, propagate carry through four bits, then single-step a complete 4-bit CPU.

TRANSISTOR → GATE → HALF-ADDER → FULL ADDER → ALU → CPU
Open the transistor & CPU lab →
LAB 02 · MEMORY

How a computer remembers

Give logic feedback so it can retain a state, capture data with a clock, build a register, then compare SRAM, DRAM, ROM, magnetic core memory and a rotating magnetic disk.

LATCH → FLIP-FLOP → REGISTER → SRAM / DRAM → ROM → CORE → DISK
Open the memory & storage lab →
LAB 03 · COMPLETE COMPUTER

Inside the Apple-1

Put the pieces together around a 6502: boot the museum’s original VMA Monitor, then watch live address/data buses, memory decoding, the 6820 PIA, keyboard handshaking and the unusual shift-register video terminal.

CPU + RAM + ROM + DECODER + PIA + TERMINAL → COMPUTER
Open the interactive Apple-1 lab →

Why these labs belong in the museum

The exhibits stop being black boxes.

Once a visitor has watched a carry bit propagate, seen feedback hold one binary state, waited for a disk sector to rotate under a head, and watched a 6502 select RAM, ROM or I/O on a live bus, the architecture descriptions elsewhere in the museum become much more concrete. A historical computer is no longer just a case, CPU name and ROM image: it is an arrangement of physical mechanisms with very different timing and persistence.