Sprites and DMA

This commit is contained in:
Ilia Sharin 2026-04-30 10:34:52 -04:00
parent f19e3f16b5
commit a83d89ce22
15 changed files with 1306 additions and 141 deletions

View file

@ -129,6 +129,12 @@ SetPointer(window, pointer_data, height, width, x_offset, y_offset);
ClearPointer(window); /* restore system default */
```
## See Also
- [ECS Sprite Enhancements](../ecs_a600_a3000/ecs_sprites.md) — border sprites, independent resolution (SPRES)
- [AGA Sprite Enhancements](../aga_a1200_a4000/aga_sprites.md) — 32/64px width, FMODE, color bank selection
- [Sprites — Graphics Programming Guide](../../08_graphics/sprites.md) — OS API, techniques, antipatterns, decision guides
## References
- ADCD 2.1 Hardware Manual — Sprites chapter