mirror of
https://github.com/alfishe/amiga-bootcamp.git
synced 2026-06-13 00:26:28 +00:00
Bus and memory updates
This commit is contained in:
parent
f11d9a2882
commit
cdc18c4ae3
10 changed files with 894 additions and 3 deletions
|
|
@ -96,8 +96,8 @@ Each scanline consists of **227.5 color clocks** (alternating 227 and 228 per li
|
|||
←────────────────── 227.5 color clocks ──────────────────→
|
||||
|
||||
┌──────┬──────┬─────────┬──────────────────────┬──────────┐
|
||||
│ SYNC │BLANK │ Back │ Active Display │ Front │
|
||||
│ │ │ Porch │ (visible pixels) │ Porch │
|
||||
│ SYNC │BLANK │ Back │ Active Display │ Front │
|
||||
│ │ │ Porch │ (visible pixels) │ Porch │
|
||||
└──────┴──────┴─────────┴──────────────────────┴──────────┘
|
||||
H=0 H=$81 H=$E3
|
||||
← HBLANK → ← DDFSTRT...DDFSTOP →
|
||||
|
|
@ -740,3 +740,4 @@ A: For basic display, ±10 ns per clock edge is sufficient. For genlock compatib
|
|||
- [OCS Chipset](../ocs_a500/chipset_ocs.md) — Agnus/Denise architecture
|
||||
- [ECS Chipset](../ecs_a600_a3000/chipset_ecs.md) — Super Agnus/Super Denise enhancements
|
||||
- [AGA Chipset](../aga_a1200_a4000/chipset_aga.md) — Alice/Lisa architecture
|
||||
- [Bus Architecture & Register Access](bus_architecture.md) — Bus hierarchy, accelerator bridge mechanics, register access rules
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue