Family 11 — "more horsepower, when the base hardware isn't enough." Some SNES cartridges carry a coprocessor. These examples boot one, prove it runs, then put it to real work — the branch you reach for late in a project, not on day one.
Two chips, each a boot-then-work pair:
| Rung | Example | Developer question | Chip |
|---|---|---|---|
| 11.1 | sa1_hello | How do I boot the SA-1 and hand data back via I-RAM? | SA-1 |
| 11.2 | sa1_starfield | How do I offload real math to the SA-1? | SA-1 |
| 11.3 | superfx_hello | How do I boot the GSU and run a hardware test? | SuperFX |
| 11.4 | superfx_3d | How do I render 3D with the SuperFX? | SuperFX |
Boot first (11.1 / 11.3 — prove the chip is alive and talking), then a real workload (11.2 / 11.4).
Both are validated natively by luna, which detects and runs the SA-1 and the GSU in the headless test harness — no chip-ROM side channel needed.
DSP-1 Cube SA-1 Hello World SA-1 Starfield (Murmuration) SuperFX 3D Cube SuperFX Hello