Changes

Gate Array

3,482 bytes added, 30 March
/* See also */
Gate Array
== Introduction ==Also designated as Video gate Array (VGA, not to be confused with IBM PC compatible graphic card spec).
The gate array is a specially designed chip exclusively for use in the Amstrad CPC and was designed by Amstrad plc.== Introduction ==
In the CPC+ system, the functions of the Gate-Array are integrated into The gate array is a single [[ASIC]]. When the ASIC is "locked", the extra features are not available and the ASIC operates the same as the Gate-Array specially designed chip exclusively for use in the Amstrad CPC allowing programs written for the CPC to work on the Plus without modification. The ASIC must be "un-locked" to access the new featuresand was designed by Amstrad plc.
In the [[KC compact]] CPC+ system, the functions of the Gate-Array are "emulated" in integrated into a single [[TTL logicASIC|ASIC]] . When the ASIC is "locked", the extra features are not available and by the [[Zilog Z8536 CIO]]ASIC operates the same as the Gate-Array in the CPC allowing programs written for the CPC to work on the Plus without modification. The ASIC must be "un-locked" to access the new features.
In the "cost-down" version of the CPC6128[[KC Compact]] system, the functions of the Gate-Array are integrated into a ASIC"emulated" in TTL chips, [[CIO Overview|CIO]], and its color translation EPROM.
The In the "cost-down" version of the CPC6128, the functions of the Gate -Array is described here, as it is in are integrated into a standard CPCASIC.
''What does it do?''The Gate Array is described here is the one found in a standard CPC.
The Gate Array is responsible for the display (colour palette, resolution, horizontal and vertical sync), interrupt generation and memory arrangement.== What does it do? ==
== Controlling the The Gate Array ==is responsible for the display (colour palette, resolution, horizontal and vertical sync), interrupt generation and memory arrangement.
The gate array is controlled by I/O. The gate array is selected when bit 15 of == Controlling the I/O port address is set to "0" and bit 14 of the I/O port address is set to "1". The values of the other bits are ignored. However, to avoid conflict with other devices in the system, these bits should be set to "1".Gate Array ==
The recommended gate array is controlled by I/O. The gate array is selected when bit 15 of the I/O port address is set to "0" and bit 14 of the I/O port address is &7Fxxset to "1". The values of the other bits are ignored. However, to avoid conflict with other devices in the system, these bits should be set to "1".
The recommended I/O port address is &7Fxx.  The function to be performed is selected by writing data to the Gate-Array, bit 7 and 6 of the data define the function selected (see table below). It is not possible to read from the Gate-Array.
{|{{Prettytable|width: 700px; font-size: 2em;}}
|''Bit 7''||''Bit 6''||''Function''
|-
|0''Data Bit 7''||0''Data Bit 6''||Select pen''Function''
|-
|0||10 ||Select colour for selected pen
|-
|10 ||01 ||Select screen mode, rom configuration and interrupt controlcolour for selected pen
|-
| 1 || 0 || Select screen mode, ROM configuration and interrupt control|-|1||1||Ram RAM Memory Management (note 1)
|-
|}
===== Note ===== This function is not available in the Gate-Array, but is performed by a device at the same I/O port address location. In the CPC464,CPC664 and KC compact, this function is performed in a memory-expansion (e.g. Dk'Tronics 64K Ram Expansion), if this expansion is not present then the function is not available. In the CPC6128, this function is performed by a PAL located on the main PCB, or a memory-expansion. In the 464+ and 6128+ this function is performed by the ASIC or a memory expansion. Please read the document on Ram Management for more information.
==== Pen selection ====This function is not available in the Gate-Array, but is performed by a device at the same I/O port address location. In the CPC464, CPC664 and KC compact, this function is performed in a memory-expansion (e.g. Dk'Tronics 64K RAM Expansion), if this expansion is not present then the function is not available. In the CPC6128, this function is performed by a [[PAL16L8|PAL]] located on the main PCB, or a memory-expansion. In the 464+ and 6128+ this function is performed by the ASIC or a memory expansion. Please read the document on RAM management for more information.
When bit 7 and bit 6 are set to "== Register 0", the remaining bits determine which pen is to have its colour changed. When bit 4 is set to "0", bits 3 to 0 define which pen is to be selected. When bit 4 is set to "1", the value contained in bits 3-0 is ignored and the border is selected.Palette Index (Pen selection) ==
The When bit 7 and bit 6 are set to "0", the remaining bits determine which pen remains is to have its colour changed. When bit 4 is set to "0", bits 3 to 0 define which pen is to be selected until another . When bit 4 is chosenset to "1", the value contained in bits 3-0 is ignored and the border is selected.
Each mode has a fixed number of pens. Mode 0 has 16 pens, mode 1 has 4 pens and mode 2 has 2 pensThe pen remains selected until another is chosen.
===== Summary =====Each mode has a fixed number of pens. Mode 0 has 16 pens, mode 1 has 4 pens and mode 2 has 2 pens.
=== Summary ===
{|{{Prettytable|width: 700px; font-size: 2em;}}
|''Bit''||''Value''||''Function''
|-
|7''Bit'' ||0''Value'' ||rowspan=2|Gate Array function "Pen Selection"''Function''
|-
|67 ||0|| rowspan="2" | Gate Array function "Pen Selection"
|-
|56 ||-||not used0
|-
|45 ||1- ||Select bordernot used
|-
|34 ||x1 ||rowspan=4|IgnoredSelect border
|-
|23 ||x|| rowspan="4" | Ignored
|-
|12 ||x
|-
|01 ||x
|-
| 0 || x
|}
<br>
{|{{Prettytable|width: 700px; font-size: 2em;}}
|''Bit''||''Value''||''Function''
|-
|7''Bit'' ||0''Value'' ||rowspan=2|Gate Array function "Pen Selection"''Function''
|-
|67 ||0|| rowspan="2" | Gate Array function "Pen Selection"
|-
|56 ||-||not used0
|-
|45 ||1- ||Select pennot used
|-
|34 ||x0 ||rowspan=4|Pen numberSelect pen
|-
|23 ||x|| rowspan="4" | Pen number
|-
|12 ||x
|-
|01 ||x
|-
| 0 || x
|}
==== Register 1 - Palette Data (Colour selection ==) ==
Once the pen has been selected the its colour can then be changed. Bits 4 to 0 specify the hardware colour number from the hardware colour palette.
Even though there is provision for 32 colours, only 27 are possible. The remaining colours are duplicates of those already in the colour palette.
===== Summary == ===
{|{{Prettytable|width: 700px; font-size: 2em;}}
|''Bit''||''Value''||''Function''
|-
|7''Bit'' ||0''Value'' ||rowspan=2|Gate Array function "Colour selection"''Function''
|-
|67 ||10 || rowspan="2" | Gate Array function "Colour selection"
|-
|56 ||-||not used1
|-
|45 ||x- ||rowspan=5|Colour number xnot used
|-
|34 ||x || rowspan="5" | Colour number x
|-
|23 ||x
|-
|12 ||x
|-
|01 ||x
|-
| 0 || x
|}
==Register 2 - Select screen mode and ROM configuration == Hardware colour palette  This is a general purpose register responsible for the [[Video modes|screen mode]] and the ROM configuration.  ===Screen mode selection === The function of bits 1 and 0 is to define the screen mode. The settings for bits 1 and 0 and the corresponding screen mode are given in the table below.
{|{{Prettytable|width: 700px; font-size: 2em;}}
|''Colour Number''||''Colour Name''
|-
|''Bit 1'' || ''Bit 0'' ||White''Screen mode''
|-
|10 ||White (note 1)0 || Mode 0, 160x200 resolution, 16 colours
|-
|20 ||Sea Green1 || Mode 1, 320x200 resolution, 4 colours
|-
|3||Pastel Yellow|-|4||Blue|-|5||Purple|-|6||Cyan|-|7||Pink|-|8||Purple (note 1)|-|9||Pastel Yellow (note 1)|-|10||Bright Yellow|-|11||Bright White|-|12||Bright Red|-|13||Bright Magenta|-|14||Orange|-|15||Pastel Magenta|-|16||Blue (note 1)|-|17||Sea Green (note 1)|-|18||Bright Green|-|19||Bright Cyan|-|20||Black|-|21||Bright Blue|-|22||Green|-|23||Sky Blue|-|24||Magenta|-|25||Pastel Green|-|26||Lime|-|27||Pastel Cyan|-|28||Red|-|29||Mauve|-|30||Yellow|-|310 ||Pastel BlueMode 2, 640x200 resolution, 2 colours
|-
| 1 || 1 || Mode 3, 160x200 resolution, 4 colours (undocumented)
|}
===== Notes =====* Mode 3 is not official. From the combinations possible, we can see that 4 modes can be defined, although the Amstrad only has 3. Mode 3 is similar to mode 0, because it has the same resolution, but it is limited to only 4 colours. Mode 3 is not supported by the [[KC Compact]] (which outputs black in Mode 3). Mode changing is synchronised with HSYNC. If the mode is changed, it will take effect from the next HSYNC.
This is not an official colour === ROM configuration selection ===
Select screen mode Bit 2 is used to enable or disable the lower ROM area. The lower ROM area occupies memory addresses &amp;0000-&amp;3fff and rom configurationis used to access the operating system ROM. When the lower ROM area is is enabled, reading from &amp;0000-&amp;3FFF will return data in the ROM. When a value is written to &amp;0000-&amp;3FFF, it will be written to the RAM underneath the RAM. When it is disabled, data read from &amp;0000-&amp;3FFF will return the data in the RAM.
This Similarly, bit 3 controls enabling or disabling of the upper ROM area. The upper ROM area occupies memory addressess &amp;C000-&amp;FFFF and is BASIC or any expansion ROMs which may be plugged into a general purpose register responsible ROM board/box. See the document on [[Upper ROM Bank Number|upper rom selection]] for more details. When the screen mode upper ROM area enabled, reading from &amp;c000-&amp;ffff, will return data in the ROM. When data is written to &amp;c000-&amp;FFFF, it will be written to the RAM at the same address as the ROM. When the upper ROM area is disabled, and data is read from &amp;c000-&amp;ffff it will be the rom configurationdata in the RAM.
==== Screen mode selection ====Bit 4 controls the interrupt generation. It can be used to delay interrupts. See the document on interrupt generation for more information.
The function of bits 1 and 0 is to define the screen mode. The settings for bits 1 and 0 and the corresponding screen mode are given in the table below.=== Summary ===
{|{{Prettytable|width: 700px; font-size: 2em;}}
|''Bit 1''||''Bit 0''||''Screen mode''
|-
|0''Bit'' ||0''Value'' ||Mode 0, 160x200 resolution, 16 colours''Function''
|-
|07 ||1||Mode 1, 320x200 resolution, 4 coloursrowspan="2" | Gate Array function
|-
|16 ||0||Mode 2, 640x200 resolution, 2 colours
|-
|15 ||1- ||Mode 3, 160x200 resolution, 4 colours (note 1)not used
|-
| 4 || x || Interrupt generation control
|-
| 3 || x || 1=Upper ROM area disable, 0=Upper ROM area enable
|-
| 2 || x || 1=Lower ROM area disable, 0=Lower ROM area enable
|-
| 1 || x || rowspan="2" | Screen Mode slection
|-
| 0 || x
|}
This mode is not official. From the combinations possible, we can see that 4 modes can be defined, although the Amstrad only has == Register 3. Mode 3 is similar to mode 0, because it has the same resolution, but it is limited to only 4 colours.- RAM Banking ==
Mode changing is synchronised This register exists only in CPCs with HSYNC. If 128K RAM (like the mode is changedCPC 6128, it will take effect from the next HSYNC. ==== Rom configuration selection ==== Bit 2 is used to enable or disable the lower rom areaCPCs with [[Standard Memory Expansions]]). The lower rom area occupies memory addressess &amp;0000-&amp;3fff and is used to access Note: In the operating system rom. When the lower rom area is is enabledCPC 6128, reading from &amp;0000-&amp;3FFF will return data in the rom. When a value register is written to &amp;0000-&amp;3FFF, it will be written to the ram underneath the rom. When it is disabled, data read from &amp;0000-&amp;3FFF will return the data in the ram. Similarly, bit 3 controls enabling or disabling of the upper rom area. The upper rom area occupies memory addressess &amp;C000-&amp;FFFF and is BASIC or any expansion roms which may be plugged into a rom board/box. See the document on upper rom selection for more details. When the upper rom area enabled, reading from &amp;c000-&amp;ffff, will return data in the rom. When data is written to &amp;c000-&amp;FFFF, it will be written to the ram at the same address as the rom. When the upper rom area is disabled, and data is read from &amp;c000-&amp;ffff the data returned will be the data in the ram. Bit 4 controls the interrupt generation. It can be used to delay interrupts. See separate [[PAL16L8|PAL]] that assists the document on interrupt generation for more informationGate Array chip===== Summary =====
{|{{Prettytable|width: 700px; font-size: 2em;}}
|''Bit''||''Value''||''Function''
|-
|7''Bit'' ||0''Value'' ||rowspan=2|Gate Array function ''Function''
|-
|67 ||1|| rowspan="2" | Gate Array function 3
|-
|56 ||-||not used1
|-
|45 ||xb ||Interrupt generation controlrowspan="3" |64K bank number (0..7); always 0 on an unexpanded CPC6128, 0-7 on [[Standard Memory Expansions]]
|-
|34 ||x||*1 Upper rom area disable*0 Upper rom area enableb
|-
|23 ||x||*1 Lower rom area disable*0 Lower rom area enableb
|-
|12 ||x||rowspan=2"3" |Mode slectionRAM Config (0..7)
|-
|01 ||x
|-
| 0 || x
|}
== Programming the Gate Array - Examples ==
Defining The 3bit RAM Config value is used to access the colourssecond 64K of the total 128K RAM that is built into the CPC 6128 or the additional 64K-512K of standard memory expansions. These contain up to eight 64K ram banks, <br>Setting pen which are selected with bit 3-5. A standard CPC 6128 only contains bank 0 . Normally the register is set to Bright White0, so that only the first 64K RAM are used (identical to the CPC 464 and 664 models).The register can be used to select between the following eight predefined configurations only:  -Address- 0 1 2 3 4 5 6 7 0000-3FFF RAM_0 RAM_0 '''RAM_4''' RAM_0 RAM_0 RAM_0 RAM_0 RAM_0 4000-7FFF RAM_1 RAM_1 '''RAM_5''' '''RAM_3''' '''RAM_4''' '''RAM_5''' '''RAM_6''' '''RAM_7''' 8000-BFFF RAM_2 RAM_2 '''RAM_6''' RAM_2 RAM_2 RAM_2 RAM_2 RAM_2 C000-FFFF RAM_3 '''RAM_7''' '''RAM_7''' '''RAM_7''' RAM_3 RAM_3 RAM_3 RAM_3
The Video RAM is always located in the first 64K, VRAM is in no way affected by this register. == Programming the Gate Array - Examples == Defining the colours, <prebr>Setting pen 0 to Bright White. <pre>LD BC,7F00 &nbsp;;Gate Array portLD A,%00000000+0 &nbsp;;Pen number (and Gate Array function)OUT (C),A &nbsp;;Send pen numberLD A,%01000000+11 &nbsp;;Pen colour (and Gate Array function)OUT (C),A &nbsp;;Send it
RET
Setting the mode and rom ROM configuration, Mode 2, upper and lower rom ROM disabled.
LD BC,7F00 &nbsp;;Gate array portLD A,%10000000+%00001110 &nbsp;;Mode and rom ROM selection (and Gate Array function)OUT (C),A &nbsp;;Send it
RET
</pre>
==== Conversion chart =Misc ===
The hardware colour number is different to the colour range used by the firmware, so a conversion chart is provided for the corresponding firmware/hardware colour values and the corresponding colour name.
===== Note =====
The firmware keeps track of the colours it is using. Every VSYNC (assuming interrupts are enabled) the firmware sets the colours. This enables the user to have flashing colours. If the user selects a new colour using the gate array, the new colour will flash temporarily and then return to it's its original colour. This is due to the firmware re- setting resetting the colour. When using the firmware, use it's its routines to select the colour, and the colour will remain.
{|{{Prettytable|widthExample: 700px; font-size: 2em;}}|''Firmware Colour Number''||''Colour Name''||''Hardware Number''||''Quick reference colour value'' |-|0||Black||20||&54|-|1||Blue||4||&44|-|2||Bright Blue||21||&55|-|3||Red||28||&5C|-|4||Magenta||24||&58|-|5||Mauve|| 29||&5D|-|6||Bright Red||12|| &4C|-|7||Purple|| 5||&45|-|8||Bright Magenta||13||&4D|-|9||Green||22||&56|-|10||Cyan||6||&46|-|11||Sky Blue||23||&57|-|12||Yellow||30||&5E|-|13||White||0||&40|-|14||Pastel Blue||31||&5F|-|15||Orange||14||&4E|-|16||Pink||7||&47|-|17||Pastel Magenta||15||&4F|-|18||Bright Green||18||&52|-|19||Sea Green||2||&42|-|20||Bright Cyan||19||&53|-|21||Lime||26||&5A|-|22||Pastel Green||25||&59|-|23||Pastel Cyan||27||&5B|-|24||Bright Yellow||10||&4A|-|25||Pastel Yellow||3||&43|-|26||Bright White||11||&4B|-|} This chart also gives a quick reference guide for programming the colours. The number is the colour number which can be sent directly, once the pen has been selected[For whatever reason, this example does NOT refer to get the colour wanted. Example:above firmware stuff]<pre>ld bc,7f00+1 &nbsp;;Gate array function (set pen)
;and pen number
out (c),c
ld bc,7f00 &nbsp;;41
;Gate array function (set colour)
;and colour number
</pre>
==== Pallette Palette R,G,B definitions ====
There are 27 colours which are generated from red, green and blue mixed in different quantities. There are 3 levels of red, 3 levels of green and 3 levels of blue, and these can be thought of as off/no colour, half-on/half-colour, and on/full-colour.
To display a CPC image you will need to use a analogue monitor with a composite sync.
This table shows the relationship between hardware colour number, colour name and RGB mixing.=== Palette sorted by Hardware Colour Numbers ===
 {|{{Prettytable|width: 700px; font-size: 2em;}}|''Hardware Colour Index''||''Colour Name''||''R %''||''G %''||''B %''||''Color'' class="FCK__ShowTableBorders"
|-
|0''Hardware Number||WhiteFirmware Number||50''Colour Name'' |''R&nbsp;%'' |50|''G&nbsp;%'' |50|''B&nbsp;%'' |bgcolor="#808080"|''Colour''
|-
|1 0 (40h) || 13 ||White ||50||50||50||bgcolor="#808080"|
|-
|2 1 (41h) ||Sea Green(13) ||0White ||10050|| 50||50||bgcolor="#00FF80808080"|
|-
|3 2 (42h) ||Pastel Yellow19 ||100Sea Green || 0||100||50||bgcolor="#FFFF5000ff80"|
|-
|4 3 (43h) ||Blue25 ||0Pastel Yellow ||0100||100||50||bgcolor="#000080ffff80"|
|-
|5 4 (44h) ||Purple1 ||100Blue || 0|| 0||50||bgcolor="#FF0080000080"|
|-
|6 5 (45h) ||Cyan7 ||0Purple ||50100|| 0||50||bgcolor="#008080ff0080"|
|-
|7 6 (46h) ||Pink10 ||100Cyan || 0||50||50||bgcolor="#FF8080008080"|
|-
|8 7 (47h) ||Purple16 || Pink ||100||050||50||bgcolor="#FF0080ff8080"|
|-
|9 8 (48h) ||Pastel Yellow(7) ||100Purple ||100|| 0||50||bgcolor="#FFFF80ff0080"|
|-
|10 9 (49h) ||Bright (25) || Pastel Yellow||100||100||050||bgcolor="#FFFF00ffff80"|
|-
|1110 (4Ah) || 24 ||Bright WhiteYellow ||100||100||100 0||bgcolor="#FFFFFFffff00"|
|-
|1211 (4Bh) || 26 ||Bright RedWhite ||100||0100||0100||bgcolor="#FF0000ffffff"|
|-
|1312 (4Ch) || 6 ||Bright MagentaRed ||100|| 0||100 0||bgcolor="#FF00FFff0000"|
|-
|1413 (4Dh) ||Orange8 ||100Bright Magenta||50100|| 0||100||bgcolor="#FF8000ff00ff"|
|-
| 14 (4Eh) ||15 ||Pastel MagentaOrange ||100||50||100 0||bgcolor="#FF80FFff8000"|
|-
|1615 (4Fh) ||Blue17 ||0Pastel Magenta||0100||50||100||bgcolor="#000080ff80ff"|
|-
|1716 (50h) ||Sea Green(1) ||Blue || 0||100 0||50||bgcolor="#00FF80000080"|
|-
|1817 (51h) ||Bright (19) || Sea Green || 0||100||050||bgcolor="#00FF0000ff80"|
|-
|1918 (52h) || 18 ||Bright CyanGreen || 0||100||100 0||bgcolor="#00FFFF00ff00"|
|-
| 19 (53h) ||20 ||BlackBright Cyan || 0||0100||0100||bgcolor="#00000000ffff"|
|-
|2120 (54h) ||Bright Blue0 ||Black || 0|| 0||100 0||bgcolor="#0000FF000000"|
|-
|2221 (55h) ||Green2 ||0Bright Blue ||50 0|| 0||100||bgcolor="#0080000000ff"|
|-
|2322 (56h) ||Sky Blue9 ||Green || 0||50||100 0||bgcolor="#0080FF008000"|
|-
|2423 (57h) ||Magenta11 ||50Sky Blue || 0||50||100||bgcolor="#8000800080ff"|
|-
|2524 (58h) ||Pastel Green4 || Magenta ||50||100 0||50||bgcolor="#80FF80800080"|
|-
|2625 (59h) ||Lime22 || Pastel Green ||50||100||050||bgcolor="#80FF0080ff80"|
|-
|2726 (5Ah) ||Pastel Cyan21 || Lime ||50||100||100 0||bgcolor="#80FFFF80ff00"|
|-
|2827 (5Bh) ||Red23 || Pastel Cyan ||50||0100||0100||bgcolor="#80000080ffff"|
|-
|2928 (5Ch) ||Mauve3 || Red ||50|| 0||100 0||bgcolor="#8000FF800000"|
|-
|3029 (5Dh) ||Yellow5 ||50Mauve ||50|| 0||100||bgcolor="#8080008000ff"|
|-
|3130 (5Eh) ||Pastel Blue12 || Yellow ||50||50||100 0||bgcolor="#8080FF808000"|
|-
| 31 (5Fh) || 14 || Pastel Blue || 50|| 50||100|| bgcolor="#8080ff" |
|}
==== RGB assignments for the software colours =Palette sorted by Firmware Colour Numbers ===
This is simply a sidenote to illustrate a pattern in the RGB assignments of the software colours and to show how their value is calculated. {|{{Prettytable|width: 700px; font-size: 2em;}}|''Firmware Colour Number''||''Colour Name''||''R %''||''G %''||''B %''||''Color''class="FCK__ShowTableBorders"
|-
|0''Firmware Number'' ||Black''Hardware Number'' ||0''Colour Name'' |''R&nbsp;%'' |0|''G&nbsp;%'' |0|''B&nbsp;%'' |bgcolor="#000000"| ''Colour''
|-
|10||Blue54h ||Black || 0|| 0||50 0||bgcolor="#000080000000"|
|-
|21|| 44h (or 50h) ||Bright Blue || 0|| 0||10050||bgcolor="#0000FF000080"|
|-
|32||Red55h ||50Bright Blue || 0|| 0||100||bgcolor="#8000000000ff"|
|-
|43||Magenta5Ch ||Red ||50|| 0||50 0||bgcolor="#800080800000"|
|-
|54||Mauve58h ||Magenta ||50|| 0||10050||bgcolor="#8000FF800080"|
|-
|65||Bright Red5Dh ||100Mauve ||050|| 0||100||bgcolor="#FF00008000ff"|
|-
|76||Purple4Ch ||Bright Red ||100|| 0||50 0||bgcolor="#FF0080ff0000"|
|-
|87||Bright Magenta45h (or 48h) ||Purple ||100|| 0||10050||bgcolor="#FF00FFff0080"|
|-
|98||Green4Dh ||0Bright Magenta ||50100|| 0||100||bgcolor="#008000ff00ff"|
|-
|109||Cyan56h ||Green || 0||50||50 0||bgcolor="#008080008000"|
|-
|1110||Sky Blue46h ||Cyan || 0||50||10050||bgcolor="#0080FF008080"|
|-
|1211||Yellow57h ||50Sky Blue || 0||50||0100||bgcolor="#8080000080ff"|
|-
|1312||White5Eh ||50Yellow ||50||50|| 0||bgcolor="#808080808000"|
|-
|1413||Pastel Blue40h (or 41h) ||White ||50||50||10050||bgcolor="#8080FF808080"|
|-
|1514||Orange5Fh ||100Pastel Blue ||50||050||100||bgcolor="#FF80008080ff"|
|-
|1615||Pink4Eh ||Orange ||100||50||50 0||bgcolor="#FF8080ff8000"|
|-
|1716||Pastel Magenta47h ||Pink ||100||50||10050||bgcolor="#FF80FFff8080"|
|-
|1817||Bright Green4Fh ||0Pastel Magenta ||100||050||100||bgcolor="#00FF00ff80ff"|
|-
|1918||Sea 52h ||Bright Green || 0||100||50 0||bgcolor="#00FF8000ff00"|
|-
|2019||Bright Cyan42h (or 51h) ||Sea Green || 0||100||10050||bgcolor="#00FFFF00ff80"|
|-
|2120||Lime53h ||50Bright Cyan || 0||100||0100||bgcolor="#80FF0000ffff"|
|-
|2221||Pastel Green5Ah ||Lime ||50||100||50 0||bgcolor="#80FF8080ff00"|
|-
|2322|| 59h ||Pastel CyanGreen ||50||100||10050||bgcolor="#80FFFF80ff80"|
|-
|2423||Bright Yellow5Bh ||100Pastel Cyan || 50||100||0100||bgcolor="#FFFF0080ffff"|
|-
|2524||Pastel 4Ah ||Bright Yellow ||100||100||50 0||bgcolor="#FFFF80ffff00"|
|-
|2625||Bright White43h (or 49h) ||100Pastel Yellow ||100||100|| 50||bgcolor="#FFFFFFffff80"|
|-
|26|| 4Bh ||Bright White ||100||100||100||bgcolor="#ffffff"|
|}
===== To calculate the colour value ==Intensities ===
The 0%, 50%, and 100% values in the above tables are "should-be" values. However, the real hardware doesn't exactly match that intensities. The actual intensities depend on the luminance mixing (R,G,B tied together via resistors), on chipset (classic CPC, or newer ASIC ones), and on the load applied by external hardware (Monitor, or TV set).* [[CPC Palette]] - some more details === To calculate the colour value === '''Red'''
0% =&gt; do not add anything
50% =&gt; add 3 100% =&gt; add 6  '''Green'''  0% =&gt; do not add anything  50% =&gt; add 9  100% =&gt; add 18  '''Blue'''  0% =&gt; do not add anything  50% =&gt; add 1  100% =&gt; add 2
100% =&gt; add 6== Green Screen Colours ===
'''Green'''On a green screen (where all colours are shades of green), the colours (in the software/firmware colours), are in order of increasing intensity. Black is very dark, and white is bright green, and colour 13 is a medium green. (Thanks to [[Mark Rison|Mark Rison]] for this information)
0% =&gt; do not add anything= Pictures ==
50% =&gt; add 9<gallery>Image:40010_am2_metal.jpg|40010 GA Metal LayerImage:40010_am2_acid.jpg|40010 GA with Metal Layer removedImage:40226_am4_metal.jpg|40226 PreASIC Metal Layer</gallery>
100% =&gt; add 18=See also==
'''Blue'''*[[Gate Array and ASIC Pin-Outs]]
0% =&gt; do not add anything*[[Video modes]] : for other informations on colours and pixels.
50% =&gt; add 1*[[CRTC]] : the other video stuff.*[[ASIC]] : for Plus users
100% =&gt; add 2*[[Synchronising with the CRTC and display]] : technical details on the relationship between Gate Array and CRTC.
Green Screen Colours*[[Media:40010-simplified V03.pdf]] [https://www.cpcwiki.eu/forum/amstrad-cpc-hardware/gate-array-decapped!/msg170713/#msg170713 Forum thread] Gate Array schematics - reverse engineered by Gerald
On a green screen (where all colours are shades of green), the colours (in the software== External links ==* [https:/firmware colours), are in order of increasing intensity/www. So that black is very dark, and white is bright green, and colour 13 is a medium greengrimware. (Thanks to [[Mark Rison]org/doku.php/documentations/devices/gatearray Gate Array documentation from Grimware] for this information* [http://quasar.cpcscene.net/doku.php?id=assem:gate_array Quasar Gate Array documentation (in french)]
[[Category:Hardware]][[Category:Programming]][[Category:Datasheet]][[Category:Graphic]][[Category:CPC Internal Components]][[Category:Electronic Component]]
4,607
edits