Japanese
Back

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

For 8 bits/dot (64 bytes/cell)

 Bit15                    8 7                    0 
    ┌──────────────────────┬──────────────────────┐
+00H│ Data for dots 0-0    │ Data for dots 0-1    │
    ├──────────────────────┼──────────────────────┤
+02H│ Data for dots 0-2    │ Data for dots 0-3    │
    ├──────────────────────┼──────────────────────┤
  : │          :           │          :           │
  : │          :                      :           │
  : │          :                      :           │
  : │          :           │          :           │
    ├──────────────────────┼──────────────────────┤
+1EH│ Data for dots 7-6    │ Data for dots 7-7    │
    └──────────────────────┴──────────────────────┘
  Dot0  1  2  3  4  5  6  7      
    ┌──┬──┬──┬──┬──┬──┬──┬──┐    
Dot0│00│01│02│03│04│05│06│07│    
    ├──┼──┼──┼──┼──┼──┼──┼──┤    
   1│08│09│0A│0B│0C│0D│0E│0F│    
    ├──┼──┼──┼──┼──┼──┼──┼──┤    
   2│10│11│12│13│14│15│16│17│    
    ├──┼──┼──┼──┼──┼──┼──┼──┤    
   3│18│19│1A│1B│1C│1D│1E│1F│    
    ├──┼──┼──┼──┼──┼──┼──┼──┤Cell
   4│20│21│22│23│24│25│26│27│    
    ├──┼──┼──┼──┼──┼──┼──┼──┤    
   5│28│29│2A│2B│2C│2D│2E│2F│    
    ├──┼──┼──┼──┼──┼──┼──┼──┤    
   6│30│31│32│33│34│35│36│37│    
    ├──┼──┼──┼──┼──┼──┼──┼──┤    
   7│38│39│3A│3B│3C│3D│3E│3F│    
    └──┴──┴──┴──┴──┴──┴──┴──┘    
[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