Japanese
Back

Figure 4.17.11 Bitmap pattern configuration, Part 11

Bitmap size: 1024 dots horizontally x 256 dots vertically

Bitmap color number: 16 bits/dot (2048 colors, 32768 colors)

        Bit                                         
        15                                         0
        ┌──────────────────────────────────────────┐
+00000H │                Dot 0-0                   │
        ├──────────────────────────────────────────┤
+00002H │                Dot 0-2                   │
        ├──────────────────────────────────────────┤
                            :                       
                            :                       
                            :                       
                            :                       
        ├──────────────────────────────────────────┤
+7FFFEH │ Dot 255-1023 │
        ├──────────────────────────────────────────┤
        │                                          │
    Dot0     1     2         1021  1022  1023         
    ┌─────┬─────┬─────┬─   ─┬─────┬─────┬─────┐       
 Dot│     │     │     │     │     │     │     │       
   0│00000│00002│00004│ ... │007FC│007FC│007FE│       
    │     │     │     │     │     │     │     │       
    ├─────┼─────┼─────┼─   ─┼─────┼─────┼─────┤       
    │     │     │     │     │     │     │     │       
   1│00800│00802│00804│ ... │00FFC│00FFC│00FFE│       
    │     │     │     │     │     │     │     │       
    ├─────┴─────┴─────┴─   ─┴─────┴─────┴─────┤       
   .                                                  
   .                                            Bitmap
   .                                                  
    ├─────┬─────┬─────┬─   ─┬─────┬─────┬─────┤       
    │     │     │     │     │     │     │     │       
 254│7F000│7F002│7F004│ ... │7F7FC│7F7FC│7F7FE│       
    │     │     │     │     │     │     │     │       
    ├─────┼─────┼─────┼─   ─┼─────┼─────┼─────┤       
    │     │     │     │     │     │     │     │       
 255│7F800│7F802│7F804│ ... │7FFFC│7FFFC│7FFFE│       
    │     │     │     │     │     │     │     │       
    └─────┴─────┴─────┴─   ─┴─────┴─────┴─────┘       
[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