Back

Figure 4.5 Cell data structure based on the number of character colors, part 4

For 32 bits / dot (256 bytes / cell)

Bit 15 8 70 
┌────────────────────────────────────────────┐
+ 00H │ Dot 0-0 data (upper word) │
├────────────────────────────────────────────┤
+ 02H │ Dot 0-0 data (lower word) │
├────────────────────────────────────────────┤
: │: │
: │: │
: │: │
: │: │
├────────────────────────────────────────────┤
+ 1EH │ Dot 7-7 data (lower word) │
└────────────────────────────────────────────┘
Dot 0 1 2 3 4 5 6 7 
┌──┬──┬──┬──┬──┬──┬──┬──┐ 
Dot 0│00│04│08│0C│00│04│08│0C│ 
├──┼──┼──┼──┼──┼──┼──┼──┤ 
1│20│24│28│2C│20│24│28│2C│ 
├──┼──┼──┼──┼──┼──┼──┼──┤ 
2│40│44│48│4C│40│44│48│4C│ 
├──┼──┼──┼──┼──┼──┼──┼──┤ 
3│60│64│68│6C│60│64│68│6C│ 
├──┼──┼──┼──┼──┼──┼──┼──┤ Cell 4│80│84│88│8C│80│84│88│8C│ 
├──┼──┼──┼──┼──┼──┼──┼──┤ 
5│A0│A4│A8│AC│A0│A4│A8│AC│ 
├──┼──┼──┼──┼──┼──┼──┼──┤ 
6│C0│C4│C8│CC│C0│C4│C8│CC│ 
├──┼──┼──┼──┼──┼──┼──┼──┤ 
7│E0│E4│E8│EC│E0│E4│E8│EC│ 
└──┴──┴──┴──┴──┴──┴──┴──┘ 
[Note 1]
The upper left corner of the cell is dot 0-0, and from there to the right are dot 0-1, dot 0-2, dot 0-3, ....
[Note 2]
The number in the cell is the VRAM address (hexadecimal number) of each dot (2 dots) data based on the VRAM address of the data of dots 0-0 and 0-1.

return


Copyright SEGA ENTERPRISES, LTD., 1997