mirror of
https://github.com/alfishe/amiga-bootcamp.git
synced 2026-06-13 00:26:28 +00:00
Video timings
This commit is contained in:
parent
a83d89ce22
commit
f11d9a2882
10 changed files with 762 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue