Video timings

This commit is contained in:
Ilia Sharin 2026-04-30 10:55:09 -04:00
parent a83d89ce22
commit f11d9a2882
10 changed files with 762 additions and 0 deletions

View file

@ -117,3 +117,8 @@ BOOL is_aga = (rev & (1 << GFXB_AA_ALICE)) != 0;
- NDK39: `graphics/gfxbase.h`
- AmigaMail Vol. 2 — ECS chipset programming articles
- *Amiga Hardware Reference Manual* 3rd ed. — Appendix F (ECS)
## See Also
- [Video Signal & Timing](../common/video_timing.md) — BEAMCON0 theory, clock tree, genlock mechanics
- [DMA Architecture](../common/dma_architecture.md) — scanline slot allocation, bus arbitration

View file

@ -95,3 +95,8 @@ Some Zorro II cards (e.g., Flicker Fixer by MicroWay, Indivision ECS) scan-doubl
- AmigaMail Vol. 2 — ECS multiscan articles
- NDK39: `graphics/modeid.h` — monitor mode IDs
- A3000 Technical Reference Manual — display timing chapter
## See Also
- [Video Signal & Timing](../common/video_timing.md) — BEAMCON0 theory, signal generation pipeline, genlock
- [Display Modes](../../08_graphics/display_modes.md) — ModeID system, DblPAL/DblNTSC mode selection