| screen | Selectable bitmap sizes |
| Normal scroll screen | 512 dots horizontally x 256 dots vertically |
| 512 dots horizontally x 512 dots vertically | |
| 1024 dots horizontally x 256 dots vertically | |
| 1024 dots horizontally x 512 dots vertically | |
| rotating scroll screen | 512 dots horizontally x 256 dots vertically |
| 512 dots horizontally x 512 dots vertically |
| color format | bitmap Number of colors | Number of bitmap pattern data bits per dot |
| palette | 16 colors | 4 bits |
| 256 colors | 8 bit | |
| 2048 colors | 16 bits (only lower 11 bits are used) | |
| RGB | 32768 colors | 16 bit |
| 16.77 million colors | 32 bits (only MSB and lower 24 bits are used) |
| bitmap size | bitmap pattern Data size | bitmap color count | Capacity per side | detail |
|---|---|---|---|---|
| 512 dots horizontally Vertical 256 dots | 4 bits/dot | 16 colors | 64K bytes (512K bits) | (1)→ |
| 8 bits/dot | 256 colors | 128K bytes (1M bit) | (2)→ | |
| 16 bits/dot | 2048 colors, 32768 colors | 256K bytes (2M bits) | (3)→ | |
| 32 bits/dot | 16.77 million colors | 512K bytes (4M bits) | (4)→ | |
| 512 dots horizontally Vertical 512 dots | 4 bits/dot | 16 colors | 128K bytes (1M bit) | (5)→ |
| 8 bits/dot | 256 colors | 256K bytes (2M bits) | (6)→ | |
| 16 bits/dot | 2048 colors, 32768 colors | 512K bytes (4M bits) | (7)→ | |
| 32 bits/dot | 16.77 million colors | 1024K bytes (8M bits) | (8)→ | |
| 1024 dots horizontally Vertical 256 dots | 4 bits/dot | 16 colors | 128K bytes (1M bit) | (9)→ |
| 8 bits/dot | 256 colors | 256K bytes (2M bits) | (10)→ | |
| 16 bits/dot | 2048 colors, 32768 colors | 512K bytes (4M bits) | (11)→ | |
| 32 bits/dot | 16.77 million colors | 1024K bytes (8M bits) | (12)→ | |
| 1024 dots horizontally Vertical 512 dots | 4 bits/dot | 16 colors | 256K bytes (2M bits) | (13)→ |
| 8 bits/dot | 256 colors | 512K bytes (4M bits) | (14)→ | |
| 16 bits/dot | 2048 colors, 32768 colors | 1024K bytes (8M bits) | (15)→ |
●Number of bitmap colors: 16 colors
┌────────────────────┬───────────┐
│ Palette number │ Dot color │
│ │ code │
├──┬──┬──┬──┬──┬──┬──┼──┬──┬──┬──┤
│ 6│ 5│ 4│ 3│ 2│ 1│ 0│ 3│ 2│ 1│ 0│
└──┴──┴──┴──┴──┴──┴──┴──┴──┴──┴──┘
└────────┘└──────────┘
↑ ↑
│ Fixed to 0
│
Specified by bitmap
palette number register
●Number of bitmap colors: 256 colors
┌────────┬───────────────────────┐
│Palette │ Dot color code │
│number │ │
├──┬──┬──┼──┬──┬──┬──┬──┬──┬──┬──┤
│ 6│ 5│ 4│ 7│ 6│ 5│ 4│ 3│ 2│ 1│ 0│
└──┴──┴──┴──┴──┴──┴──┴──┴──┴──┴──┘
└────────┘
↑
Specified by bitmap
palette number register
●Number of bitmap colors: 16 colors
┌────────────────────────────────┐
│ Dot color code │
├──┬──┬──┬──┬──┬──┬──┬──┬──┬──┬──┤
│10│ 9│ 8│ 7│ 6│ 5│ 4│ 3│ 2│ 1│ 0│
└──┴──┴──┴──┴──┴──┴──┴──┴──┴──┴──┘
15 | 14 | 13 | 12 | 11 | 10 | 09 | 08 |
- | - | N1BMPR | N1BMCC | - | N1BMP6 | N1BMP5 | N1BMP4 |
|---|
07 | 06 | 05 | 04 | 03 | 02 | 01 | 00 |
- | - | N0BMPR | N0BMCC | - | N0BMP6 | N0BMP5 | N0BMP4 |
|---|
15 | 14 | 13 | 12 | 11 | 10 | 09 | 08 |
- | - | - | - | - | - | - | - |
|---|
07 | 06 | 05 | 04 | 03 | 02 | 01 | 00 |
- | - | R0BMPR | R0BMCC | - | R0BMP6 | R0BMP5 | R0BMP4 |
|---|
| N0BMPR | 18002CH | bit 5 | For NBG0 |
| N1BMPR | 18002CH | bit 13 | For NBG1 |
| R0BMPR | 18002EH | bit 5 | For RBG0 |
| N0BMCC | 18002CH | bit 4 | For NBG0 |
| N1BMCC | 18002CH | bit 12 | For NBG1 |
| R0BMCC | 18002EH | bit 4 | For RBG0 |
| N0BMP6~N0BMP4 | 18002CH | bits 2-0 | For NBG0 |
| N1BMP6~N1BMP4 | 18002CH | bits 10-8 | For NBG1 |
| R0BMP6~R0BMP4 | 18002EH | bits 2-0 | For RBG0 |
★ HARDWARE Manual ★ VDP2 User's Manual ★ Chapter 4 Scroll screen