mirror of
https://github.com/alfishe/amiga-bootcamp.git
synced 2026-06-12 16:16:28 +00:00
Add Scoopex YouTube tutorial and Amiga Graphics Archive references to sprites.md
This commit is contained in:
parent
f8f8d1c834
commit
616add20cf
1 changed files with 9 additions and 9 deletions
|
|
@ -85,19 +85,19 @@ Each sprite is stored as a contiguous block in Chip RAM:
|
|||
|
||||
```
|
||||
┌──────────────────────────────────────────┐
|
||||
│ Header Word 0: VSTART/HSTART │ Position control
|
||||
│ Header Word 1: VSTOP/Control/ATTACH │
|
||||
│ Header Word 0: VSTART/HSTART │ Position control
|
||||
│ Header Word 1: VSTOP/Control/ATTACH │
|
||||
├──────────────────────────────────────────┤
|
||||
│ Line 0: DATA word (bit 0 of each pixel) │ ← 16 pixels per line
|
||||
│ Line 0: DATB word (bit 1 of each pixel) │
|
||||
│ Line 0: DATA word (bit 0 of each pixel) │ ← 16 pixels per line
|
||||
│ Line 0: DATB word (bit 1 of each pixel) │
|
||||
├──────────────────────────────────────────┤
|
||||
│ Line 1: DATA word │
|
||||
│ Line 1: DATB word │
|
||||
│ Line 1: DATA word │
|
||||
│ Line 1: DATB word │
|
||||
├──────────────────────────────────────────┤
|
||||
│ ...repeat for each line... │
|
||||
│ ...repeat for each line... │
|
||||
├──────────────────────────────────────────┤
|
||||
│ Terminator: 0x0000 │ End marker
|
||||
│ Terminator: 0x0000 │
|
||||
│ Terminator: 0x0000 │ End marker
|
||||
│ Terminator: 0x0000 │
|
||||
└──────────────────────────────────────────┘
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue