-
-
Notifications
You must be signed in to change notification settings - Fork 26
SCART Output Reference
The PICO9918 supports SCART RGBs output in both PAL and NTSC timing modes. This page documents the timing specifications and voltage levels for SCART output.
SCART output is enabled at compile time with the -DPICO9918_SCART_RGBS=ON flag. See Building from Source for build instructions.
| Mode | Resolution | Field Rate | Build Flag |
|---|---|---|---|
| NTSC | 720x480i | 60 Hz (59.94) | -DPICO9918_SCART_RGBS=ON |
| PAL | 720x576i | 50 Hz | -DPICO9918_SCART_RGBS=ON -DPICO9918_SCART_PAL=ON |
Both modes use interlaced output at 13.5 MHz pixel clock. The PICO9918 uses 1x vertical scaling in SCART mode (no line doubling), unlike VGA mode which uses 2x scaling.
| Parameter | Value |
|---|---|
| Total lines per frame | 625 |
| Field rate | 50 Hz |
| Field structure | Interlaced (odd/even fields, 312-313 lines each) |
| Recommended visible lines | ~288 (safe across all TVs) |
| Actual visible lines (typical) | ~266, starting ~28 lines below vsync |
Non-interlaced mode: Using identical sync pulse train (Field 1 format) for both fields produces 312-line fields at 50.0801 Hz (negligible deviation).
|<-- 4us -->|<-- 8us -->|<------------ 52us ------------>|
HSYNC lo back porch picture data
(color burst
goes here)
| Segment | Duration | Notes |
|---|---|---|
| Hsync pulse (low) | 4 us | Active low |
| Back porch | 8 us | Required even in RGB mode |
| Picture data | 52 us | Full window |
| Visible pixel window (typical) | ~48.5 us | Starts ~1.25 us into picture data |
| Hsync frequency | 15,625 Hz | |
| Total line period | 64 us |
| Rate | Notes |
|---|---|
| 14.75 MHz | Standard PAL pixel clock |
| 7.375 MHz | Non-interlaced variant |
| 8 MHz | Simplifies sync calculations |
Each field's vsync region consists of three pulse groups.
[6 pre-equalizing] [5 long sync] [5 post-equalizing]
[5 pre-equalizing] [5 long sync] [4 post-equalizing]
| Pulse Type | Low Duration | High Duration |
|---|---|---|
| Equalizing pulse | 2 us | 30 us |
| Long sync pulse | 30 us | 2 us |
| Level | Voltage |
|---|---|
| White | 1.0 V |
| Black | 0.3 V |
| Sync (active low) | 0 V |
| Level | Voltage |
|---|---|
| Peak (full intensity) | 0.7 V |
| Off (zero intensity) | 0.0 V |
Important: RGB outputs must be blanked (held low) during sync and back porch periods - the first 12 us of each line.
| Condition | Value |
|---|---|
| Activation range | 1-3 V |
| Practical | 5V through 100 Ohm gives ~2.1V at TV (75 Ohm load) |
| Parameter | Value |
|---|---|
| Pin 2 | Left / mono |
| Pin 6 | Right |
| Signal level | 1 V peak-to-peak |
| Impedance | ~20 kOhm |
All signal lines present 75 Ohm at the TV end.
- Back porch must always be present - even in RGB mode (no composite colour needed), the 8 us back porch gap is required for timing
- RGB blanking - pull RGB lines to 0V during hsync (4 us) and back porch (8 us), i.e. first 12 us of each line
- Non-interlaced simplification - repeat Field 1 sync pattern every field; frequency error (~0.08 mHz) is negligible
- Pin 16 resistor - use 100 Ohm in series from a 5V source to assert RGB mode; the 75 Ohm TV load divides it to ~2.1V within the 1-3V activation range
- Visible area - target 288 visible lines for safety; tested hardware showed 266 starting 28 lines after vsync
Timing reference from Retroleum PAL TV Timing and Voltages.
Hardware
- Hardware
- Hardware Setup
- Digital AV (HDMI) Dongle
- SCART AV Dongle
- TI-99 4A No-Cut Mod
- F18A to PICO9918 Dongle Adapter
Supported Devices
Firmware
Configurator
Programming
Reference