mirror of
https://github.com/alfishe/amiga-bootcamp.git
synced 2026-06-13 00:26:28 +00:00
Fixed frame
This commit is contained in:
parent
cdc18c4ae3
commit
89a7bb6782
1 changed files with 7 additions and 7 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue