Japanese
Back

Figure 4.17.6 Bitmap pattern structure, Part 6

Bitmap size: 512 dots horizontally x 512 dots vertically

Bitmap color count: 8 bits/dot (256 colors)

        Bit                                          
        15                  8 7                     0
        ┌────────────────────┬──────────────────────┐
+00000H │       Dot 0-0      │        Dot 0-1       │
        ├────────────────────┼──────────────────────┤
+00002H │       Dot 0-2      │        Dot 0-3       │
        ├────────────────────┼──────────────────────┤
                   :         │           :           
                   :         :           :           
                   :         :           :           
                   :         │           :           
        ├────────────────────┼──────────────────────┤
+3FFFEH │     Dot 511-510    │      Dot 511-511     │
        ├────────────────────┴───────────┴──────────┤
        │                                           │
    Dot0     1     2          509   510   511         
    ┌─────┬─────┬─────┬─   ─┬─────┬─────┬─────┐       
 Dot│     │     │     │     │     │     │     │       
   0│00000│00001│00003│ ... │001FD│001FE│001FF│       
    │     │     │     │     │     │     │     │       
    ├─────┼─────┼─────┼─   ─┼─────┼─────┼─────┤       
    │     │     │     │     │     │     │     │       
   1│00200│00201│00203│ ... │003FD│003FE│003FF│       
    │     │     │     │     │     │     │     │       
    ├─────┴─────┴─────┴─   ─┴─────┴─────┴─────┤       
   .                                                  
   .                                            Bitmap
   .                                                  
    ├─────┬─────┬─────┬─   ─┬─────┬─────┬─────┤       
    │     │     │     │     │     │     │     │       
 510│3FC00│3FC01│3FC03│ ... │3FDFD│3FDFE│3FDFF│       
    │     │     │     │     │     │     │     │       
    ├─────┼─────┼─────┼─   ─┼─────┼─────┼─────┤       
    │     │     │     │     │     │     │     │       
 511│3FE00│3FE01│3FE03│ ... │3FFFD│3FFFE│3FFFF│       
    │     │     │     │     │     │     │     │       
    └─────┴─────┴─────┴─   ─┴─────┴─────┴─────┘       
[Note 1]
The top left corner in the bitmap is dots 0-0, and from there to the right ~0-1, ~0-2, ~0-3,....
[Note 2]
The numbers in the bitmap are the VRAM addresses (hexadecimal) of each dot data, based on the VRAM address of the data of dots 0-0 and dots 0-1.

return


Copyright SEGA ENTERPRISES, LTD., 1997