Japanese
Back

Figure 4.5 Cell data structure based on character color number, Part 4

For 32 bits/dot (256 bytes/cell)

 Bit15                    8 7                    0 
    ┌─────────────────────────────────────────────┐
+00H│          Dot 0-0 data (upper word)          │
    ├─────────────────────────────────────────────┤
+02H│          Dot 0-1 data (lower word)          │
    ├─────────────────────────────────────────────┤
  : │                      :                      │
  : │                      :                      │
  : │                      :                      │
  : │                      :                      │
    ├─────────────────────────────────────────────┤
+1EH│          Dot 7-7 data (lower word)          │
    └─────────────────────────────────────────────┘
  Dot0  1  2  3  4  5  6  7      
    ┌──┬──┬──┬──┬──┬──┬──┬──┐    
Dot0│00|04|08|0C|00|04|08|0C│    
    ├──┼──┼──┼──┼──┼──┼──┼──┤    
   1│20│24│28│2C│20│24│28│2C│    
    ├──┼──┼──┼──┼──┼──┼──┼──┤    
   2│40│44│48│4C│40│44│48│4C│    
    ├──┼──┼──┼──┼──┼──┼──┼──┤    
   3│60│64│68│6C│60│64│68│6C│    
    ├──┼──┼──┼──┼──┼──┼──┼──┤Cell
   4│80│84│88│8C│80│84│88│8C│    
    ├──┼──┼──┼──┼──┼──┼──┼──┤    
   5│A0|A4|A8|AC|A0|A4|A8|AC│    
    ├──┼──┼──┼──┼──┼──┼──┼──┤    
   6│C0|C4|C8|CC|C0|C4|C8|CC│    
    ├──┼──┼──┼──┼──┼──┼──┼──┤    
   7│E0│E4│E8│EC│E0│E4│E8│EC│    
    └──┴──┴──┴──┴──┴──┴──┴──┘    
[Note 1]
The upper left corner of the cell is dot 0-0, and from there to the right are dots 0-1, dot 0-2, dot 0-3, etc.
[Note 2]
The numbers in the cells are the VRAM addresses (hexadecimal) of each dot (2 dots) data, based on the VRAM address of dots 0-0 and dots 0-1 data.

return


Copyright SEGA ENTERPRISES, LTD., 1997