Fixed frame

This commit is contained in:
Stefan 2026-05-02 16:38:49 +02:00 committed by GitHub
parent cdc18c4ae3
commit 89a7bb6782
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -208,18 +208,18 @@ The card's VRAM is managed by `rtg.library`. The driver reports available memory
``` ```
┌───────────────────────────────────────┐ $0000_0000 (VRAM start) ┌───────────────────────────────────────┐ $0000_0000 (VRAM start)
│ Screen 0 (Workbench) │ │ Screen 0 (Workbench) │
│ 1024 × 768 × 16bpp = 1,572,864 bytes │ │ 1024 × 768 × 16bpp = 1,572,864 bytes
├───────────────────────────────────────┤ $0018_0000 ├───────────────────────────────────────┤ $0018_0000
│ Screen 1 (Application) │ │ Screen 1 (Application)
│ 800 × 600 × 32bpp = 1,920,000 bytes │ │ 800 × 600 × 32bpp = 1,920,000 bytes
├───────────────────────────────────────┤ $0035_4E00 ├───────────────────────────────────────┤ $0035_4E00
│ Hardware Sprite Data │ │ Hardware Sprite Data │
│ 64 × 64 × 2bpp cursor │ │ 64 × 64 × 2bpp cursor
├───────────────────────────────────────┤ ├───────────────────────────────────────┤
│ Off-screen bitmap cache │ │ Off-screen bitmap cache
│ (window backing store, icons, etc.) │ │ (window backing store, icons, etc.)
├───────────────────────────────────────┤ ├───────────────────────────────────────┤
│ Free VRAM │ │ Free VRAM
└───────────────────────────────────────┘ MemorySize └───────────────────────────────────────┘ MemorySize
Total: 2 MB (Picasso II) / 4 MB (Picasso IV) Total: 2 MB (Picasso II) / 4 MB (Picasso IV)