Japanese
Back

Figure 4.8.3 Data structure of pattern name table, Part 3

Pattern name data size: 2 words

Character pattern size: 1 cell horizontal x 1 cell vertical

        Bit                                                         
        15                                                          0
        ┌───────────────────────────────────────────────────────────┐
 +0000H │  Pattern name data of character pattern 0-0 (upper word)  │
        ├───────────────────────────────────────────────────────────┤
 +0002H │  Pattern name data of character pattern 0-0 (lower word)  │
        ├───────────────────────────────────────────────────────────┤
 +0004H │  Pattern name data of character pattern 0-1 (upper word)  │
        ├───────────────────────────────────────────────────────────┤
    :                                 :                              
    :                                 :                              
    :                                 :                              
        ├───────────────────────────────────────────────────────────┤
 +1FFCH │ Pattern name data of character pattern 63-63 (upper word) │
        ├───────────────────────────────────────────────────────────┤
 +1FFEH │ Pattern name data of character pattern 63-63 (lower word) │
        └───────────────────────────────────────────────────────────┘
   Character                                   
   Pattern 0    1    2           62   63       
Character┌────┬────┬────┬──────┬────┬────┐     
Pattern 0│0000│0004│0008│......│00F8│00FC│     
         │0002│0006│000A│......│00FA│00FE│     
         ├────┼────┼────┼──────┼────┼────┤     
        1│0100│0104│0108│......│01F8│01FC│     
         │0102│0106│010A│......│01FA│01FE│     
         ├────┼────┼────┼──────┼────┼────┤     
        2│0200│0204│0208│......│02F8│02FC│     
         │0202│0206│020A│......│02FA│02FE│     
         ├────┼────┼────┼      ┼────┼────┤     
        :                                      
        :                                  Page
        :                                      
        :                                      
         ├────┼────┼────┼      ┼────┼────┤     
       62│3E00│3E04│3E08│......│3EF8│3EFC│     
         │3E02│3E06│3E0A│......│3EFA│3EFE│     
         ├────┼────┼────┼──────┼────┼────┤     
       63│3F00│3F04│3F08│......│3FF8│3FFC│     
         │3F02│3F06│3F0A│......│3FFA│3FFE│     
         └────┴────┴────┴──────┴────┴────┘     
[Note 1]
The upper left corner of the page is the character pattern 0-0, and from there to the right ~0-1, ~0-2, ~0-3,....
[Note 2]
The numbers on the page are the VRAM addresses (hexadecimal) of each character pattern name data, based on the VRAM address of the pattern name data of character patterns 0-0.

return


Copyright SEGA ENTERPRISES, LTD., 1997