[go: up one dir, main page]

Menu

[r132]: / psrp / tech4b.txt  Maximize  Restore  History

Download this file

17 lines (11 with data), 476 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
4b. A stronger form of graphics compression
A small comparison of algorithms on the title screen:
Raw: $2000
PS encoder: $1742 (*)
FC encoder: $1617
PSG encoder: $14CE ($274 saved)
The Phantasy Star Gaiden decoder works like the PS one by combining the
color planes. But it builds the whole 4-bpp tile before batch writing to
VRAM.
Speed hit for complexity seems minor if any.
The algorithm is changed to store the # tiles with the bitmap data.