Fix graphics format: Difference between revisions

From NeoGeo Development Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
The [[fix layer]] uses 8x8 pixels tiles, coded in a 4BPP linear format with mixed columns.
[[File:fixgfx.png|center]]


<pre>
The [[fix layer]] uses 8x8 pixels tiles, coded in a 4BPP linear format with mixed columns. The cart and CD systems use the same format.
10a 10b 18a 18b 00a 00b 08a 08b
11a 11b 19a 19b...
</pre>


a=low nibble
One tile is 32 bytes.
 
(Need diagram).


[[Category:Video system]]
[[Category:Video system]]

Revision as of 06:55, 23 May 2011

The fix layer uses 8x8 pixels tiles, coded in a 4BPP linear format with mixed columns. The cart and CD systems use the same format.

One tile is 32 bytes.