Back

Figure 4.17.5 Bitmap pattern configuration, part 5

Bitmap size: 512 dots wide x 512 dots high

Bitmap number of colors: 4 bits / dot (16 colors)

Bit 
        15 12 11 8 7 4 3 0 
        ┌──────────┬──────────┬──────────┬──────────┐
+ 00000H │ Dot 0-0 │ Dot 0-1 │ Dot 0-2 │ Dot 0-3 │
        ├──────────┼──────────┼──────────┼──────────┤
+ 00002H │ Dot 0-4 │ Dot 0-5 │ Dot 0-6 │ Dot 0-7 │
        ├──────────┼──────────┼──────────┼──────────┤
        │: │: │: │: │
        ::::: 
        ::::: 
        │: │: │: │: │
        ├──────────┼──────────┼──────────┼──────────┤
+ 1FFFEH │ Dot 255-508 │ Dot 255-509 │ Dot 255-510 │ Dot 255-511 │
        ├──────────┴──────────┴──────────┴──────────┤
        │ │
Dot 0 1 2 3 ・ ・ ・ 510 511 
┏━━┯━━┳━━┯━━┳━━┳━━┯━━┳━━┯━━┓ 
Dots ┃ │ ┃ │ ┃ ┃ │ ┃ │ ┃ 
0┃00000┃0000001┃ ・ ・ ・ ┃000FE┃000FF┃ 
┃ │ ┃ │ ┃ ┃ │ ┃ │ ┃ 
┣━━┿━━╋━━┿━━╋━━╋━━┿━━╋━━┿━━┫ 
┃ │ ┃ │ ┃ ┃ │ ┃ │ ┃ 
1 ┃ 001 ┃ 00101 ┃ ・ ・ ・ ┃ 001FE ┃ 001FF ┃ 
┃ │ ┃ │ ┃ ┃ │ ┃ │ ┃ 
┣━━┿━━╋━━┿━━╋━━╋━━┿━━╋━━┿━━┫ 
・ 
・ Bit ・ Map ┣━━┿━━╋━━┿━━╋━━╋━━┿━━╋━━┿━━┫ 
┃ │ ┃ │ ┃ ┃ │ ┃ │ ┃ 
510 ┃1FE00┃1FE01┃ ・ ・ ・ ┃1FEFE┃1FEFF┃ 
┃ │ ┃ │ ┃ ┃ │ ┃ │ ┃ 
┣━━┿━━╋━━┿━━╋━━╋━━┿━━╋━━┿━━┫ 
┃ │ ┃ │ ┃ ┃ │ ┃ │ ┃ 
511 ┃ 1FF00 ┃ 1FF01 ┃ ・ ・ ・ ┃ 1FFFE ┃ 1FFFF ┃ 
┃ │ ┃ │ ┃ ┃ │ ┃ │ ┃ 
┗━━┷━━┻━━┷━━┻━━┻━━┷━━┻━━┷━━┛ 
[Note 1]
The upper left corner of the bitmap is dot 0-0, and from there to the right are ~ 0-1, ~ 0-2, ~ 0-3, ....
[Note 2]
The numbers in the bitmap are the VRAM addresses (hexadecimal numbers) of each dot (2 dots) data based on the VRAM addresses of the data of dots 0-0 and 0-1.

return


Copyright SEGA ENTERPRISES, LTD., 1997