DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦4245f7a92⟧ Ada Source

    Length: 32768 (0x8000)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package Tile_Data_West, seg_005373

Derivation

└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
    └─ ⟦5a81ac88f⟧ »Space Info Vol 1« 
        └─⟦this⟧ 

E3 Source Code



with Xlbt_Arithmetic;  
use Xlbt_Arithmetic;

package Tile_Data_West is
------------------------------------------------------------------------------
-- Dragon - a version of Mah-Jongg for X Windows
--
-- Author: Gary E. Barnes        March 1989
--
-- tile_data_west - Mah-Jongg tile bitmap data.
------------------------------------------------------------------------------
-- 05/30/90 GEB  - Translate to Ada
------------------------------------------------------------------------------

-- *****************************************************************************
-- Tile Sizes
--
-- For each size of playing surface (there are 5 sizes) we have a different
-- size for tiles and for what goes on them.  The tile sizes are in the Tile
-- column.
--
-- Many tiles (eg. Summer) are a single image.  However, some times (eg. Crak's)
-- are made up of composite images.  These image pieces have sizes as shown
-- in the Objs column.
--
-- Many tiles (eg. Summer) have writing upon them.  The sizes of lettering
-- on these tiles is given in the Char column.  The lettering on these tiles
-- is positioned upwards from the bottom of the tile by the number of pixels
-- indicated in the Up column.  The letters are spaced apart by the number of
-- pixels indicated in the Apart column.
--
--       Tile    Objs    Char    Up      Apart
--
--       28x32   7x8     4x6     1       1
--       40x48   10x12   5x7     1       1
--       56x64   14x16   7x11    7       1
--       68x80   17x20   9x13    11      2
--       80x96   20x24   9x13    16      3
--
-- ****************************************************************************
--\x0c
    ------------------------------------------------------------------------------
----WINDS
------------------------------------------------------------------------------

    West_28x32_Width  : constant := 28;  
    West_28x32_Height : constant := 32;

    West_28x32_Bits : constant U_Chr_Array :=  
       (16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#48#, 16#00#, 16#00#, 16#00#,  
        16#48#, 16#00#, 16#00#, 16#00#, 16#48#, 16#00#, 16#00#, 16#00#,  
        16#78#, 16#00#, 16#20#, 16#00#, 16#78#, 16#00#, 16#70#, 16#00#,  
        16#48#, 16#01#, 16#AC#, 16#00#, 16#00#, 16#06#, 16#03#, 16#00#,  
        16#78#, 16#02#, 16#AA#, 16#00#, 16#40#, 16#02#, 16#02#, 16#00#,  
        16#40#, 16#01#, 16#24#, 16#00#, 16#70#, 16#00#, 16#88#, 16#00#,  
        16#40#, 16#01#, 16#A8#, 16#00#, 16#78#, 16#00#, 16#50#, 16#00#,  
        16#00#, 16#04#, 16#20#, 16#00#, 16#38#, 16#00#, 16#20#, 16#00#,  
        16#40#, 16#10#, 16#10#, 16#00#, 16#40#, 16#00#, 16#10#, 16#00#,  
        16#30#, 16#80#, 16#08#, 16#00#, 16#08#, 16#00#, 16#04#, 16#00#,  
        16#70#, 16#00#, 16#02#, 16#00#, 16#00#, 16#00#, 16#02#, 16#00#,  
        16#70#, 16#00#, 16#01#, 16#00#, 16#20#, 16#00#, 16#00#, 16#00#,  
        16#20#, 16#00#, 16#00#, 16#00#, 16#20#, 16#00#, 16#00#, 16#00#,  
        16#20#, 16#00#, 16#00#, 16#00#, 16#20#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#);

    West_40x48_Width  : constant := 40;  
    West_40x48_Height : constant := 48;

    West_40x48_Bits : constant U_Char_Array :=  
       (16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#44#, 16#00#, 16#00#,  
        16#20#, 16#00#, 16#44#, 16#00#, 16#00#, 16#70#, 16#00#, 16#54#,  
        16#00#, 16#01#, 16#8C#, 16#00#, 16#54#, 16#00#, 16#06#, 16#23#,  
        16#00#, 16#6C#, 16#00#, 16#18#, 16#00#, 16#C0, 16#6C#, 16#00#,  
        16#0A#, 16#AA#, 16#80#, 16#44#, 16#00#, 16#08#, 16#00#, 16#80#,  
        16#00#, 16#00#, 16#04#, 16#A1#, 16#00#, 16#7C#, 16#00#, 16#02#,  
        16#02#, 16#00#, 16#40#, 16#00#, 16#02#, 16#22#, 16#00#, 16#40#,  
        16#00#, 16#01#, 16#04#, 16#00#, 16#70#, 16#00#, 16#03#, 16#24#,  
        16#00#, 16#40#, 16#00#, 16#00#, 16#88#, 16#00#, 16#40#, 16#00#,  
        16#04#, 16#50#, 16#00#, 16#7C#, 16#00#, 16#00#, 16#50#, 16#00#,  
        16#00#, 16#00#, 16#10#, 16#20#, 16#00#, 16#3C#, 16#00#, 16#00#,  
        16#20#, 16#00#, 16#40#, 16#00#, 16#40#, 16#20#, 16#00#, 16#40#,  
        16#00#, 16#00#, 16#20#, 16#00#, 16#38#, 16#01#, 16#00#, 16#10#,  
        16#00#, 16#04#, 16#00#, 16#00#, 16#18#, 16#00#, 16#04#, 16#04#,  
        16#00#, 16#04#, 16#00#, 16#78#, 16#00#, 16#00#, 16#04#, 16#00#,  
        16#00#, 16#10#, 16#00#, 16#02#, 16#00#, 16#7C#, 16#00#, 16#00#,  
        16#01#, 16#00#, 16#10#, 16#40#, 16#00#, 16#01#, 16#00#, 16#10#,  
        16#00#, 16#00#, 16#00#, 16#80#, 16#11#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#10#, 16#00#, 16#00#, 16#00#, 16#00#, 16#10#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#10#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#);

    West_56x64_Width  : constant := 56;  
    West_56x64_Height : constant := 64;

    West_56x64_Bits : constant U_Char_Array :=  
       (16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00# 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#49#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#49#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#49#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#49#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#55#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#55#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#55#, 16#00#, 16#00#, 16#00#, 16#02#, 16#00#,  
        16#00#, 16#22#, 16#00#, 16#00#, 16#00#, 16#07#, 16#00#, 16#00#,  
        16#22#, 16#00#, 16#00#, 16#00#, 16#18#, 16#C0#, 16#00#, 16#22#,  
        16#00#, 16#00#, 16#00#, 16#62#, 16#30#, 16#00#, 16#22#, 16#00#,  
        16#00#, 16#01#, 16#80#, 16#0C#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#AA#, 16#A8#, 16#00#, 16#7F#, 16#00#, 16#00#, 16#00#,  
        16#80#, 16#08#, 16#00#, 16#40#, 16#00#, 16#00#, 16#00#, 16#4A#,  
        16#10#, 16#00#, 16#40#, 16#00#, 16#00#, 16#00#, 16#20#, 16#20#,  
        16#00#, 16#40#, 16#00#, 16#00#, 16#00#, 16#22#, 16#20#, 16#00#,  
        16#40#, 16#00#, 16#00#, 16#00#, 16#10#, 16#40#, 16#00#, 16#78#,  
        16#00#, 16#00#, 16#00#, 16#32#, 16#40#, 16#00#, 16#40#, 16#00#,  
        16#00#, 16#00#, 16#08#, 16#80#, 16#00#, 16#40#, 16#00#, 16#00#,  
        16#00#, 16#45#, 16#00#, 16#00#, 16#40#, 16#00#, 16#00#, 16#00#,  
        16#05#, 16#00#, 16#00#, 16#40#, 16#00#, 16#00#, 16#01#, 16#02#,  
        16#00#, 16#00#, 16#7F#, 16#00#, 16#00#, 16#00#, 16#02#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#04#, 16#02#, 16#00#, 16#00#,  
        16#1F#, 16#00#, 16#00#, 16#00#, 16#02#, 16#00#, 16#00#, 16#20#,  
        16#00#, 16#00#, 16#10#, 16#01#, 16#00#, 16#00#, 16#40#, 16#00#,  
        16#00#, 16#00#, 16#01#, 16#80#, 16#00#, 16#40#, 16#00#, 16#00#,  
        16#40#, 16#00#, 16#40#, 16#00#, 16#20#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#40#, 16#00#, 16#1C#, 16#00#, 16#01#, 16#00#, 16#00#,  
        16#20#, 16#00#, 16#02#, 16#00#, 16#00#, 16#00#, 16#00#, 16#10#,  
        16#00#, 16#01#, 16#00#, 16#04#, 16#00#, 16#00#, 16#10#, 16#00#,  
        16#01#, 16#00#, 16#00#, 16#00#, 16#00#, 16#08#, 16#00#, 16#02#,  
        16#00#, 16#10#, 16#00#, 16#00#, 16#00#, 16#00#, 16#7C#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#80#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#7F#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#08#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#08#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#08#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#08#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#08#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#08#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#08#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#08#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#08#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#08#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#);

    West_68x80_Width  : constant := 68;  
    West_68x80_Height : constant := 80;

    West_68x80_Bits : constant U_Char_Array :=  
       (16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#22#, 16#20#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#22#, 16#20#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#22#, 16#20#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#22#, 16#20#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#15#,  
        16#40#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#15#, 16#40#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#15#, 16#40#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#15#, 16#40#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#08#, 16#80#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#08#, 16#80#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#08#, 16#80#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#08#, 16#80#,  
        16#00#, 16#00#, 16#00#, 16#40#, 16#00#, 16#00#, 16#00#, 16#08#,  
        16#80#, 16#00#, 16#00#, 16#00#, 16#E0#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#03#, 16#18#, 16#00#, 16#00#,  
        16#00#, 16#3F#, 16#E0#, 16#00#, 16#00#, 16#0C#, 16#46#, 16#00#,  
        16#00#, 16#00#, 16#20#, 16#00#, 16#00#, 16#00#, 16#30#, 16#01#,  
        16#80#, 16#00#, 16#00#, 16#20#, 16#00#, 16#00#, 16#00#, 16#15#,  
        16#55#, 16#00#, 16#00#, 16#00#, 16#20#, 16#00#, 16#00#, 16#00#,  
        16#10#, 16#01#, 16#00#, 16#00#, 16#00#, 16#20#, 16#00#, 16#00#,  
        16#00#, 16#09#, 16#42#, 16#00#, 16#00#, 16#00#, 16#20#, 16#00#,  
        16#00#, 16#00#, 16#04#, 16#04#, 16#00#, 16#00#, 16#00#, 16#3E#,  
        16#00#, 16#00#, 16#00#, 16#04#, 16#44#, 16#00#, 16#00#, 16#00#,  
        16#20#, 16#00#, 16#00#, 16#00#, 16#02#, 16#08#, 16#00#, 16#00#,  
        16#00#, 16#20#, 16#00#, 16#00#, 16#00#, 16#06#, 16#48#, 16#00#,  
        16#00#, 16#00#, 16#20#, 16#00#, 16#00#, 16#00#, 16#01#, 16#10#,  
        16#00#, 16#00#, 16#00#, 16#20#, 16#00#, 16#00#, 16#00#, 16#08#,  
        16#A0#, 16#00#, 16#00#, 16#00#, 16#20#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#A0#, 16#00#, 16#00#, 16#00#, 16#3F#, 16#E0#, 16#00#,  
        16#00#, 16#20#, 16#40#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#40#, 16#00#, 16#00#, 16#00#, 16#0F#,  
        16#E0#, 16#00#, 16#00#, 16#80#, 16#40#, 16#00#, 16#00#, 16#00#,  
        16#10#, 16#00#, 16#00#, 16#00#, 16#00#, 16#40#, 16#00#, 16#00#,  
        16#00#, 16#20#, 16#00#, 16#00#, 16#02#, 16#00#, 16#20#, 16#00#,  
        16#00#, 16#00#, 16#20#, 16#00#, 16#00#, 16#00#, 16#00#, 16#30#,  
        16#00#, 16#00#, 16#00#, 16#20#, 16#00#, 16#00#, 16#08#, 16#00#,  
        16#08#, 16#00#, 16#00#, 16#00#, 16#10#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#08#, 16#00#, 16#00#, 16#00#, 16#0F#, 16#80#, 16#00#,  
        16#20#, 16#00#, 16#04#, 16#00#, 16#00#, 16#00#, 16#00#, 16#40#,  
        16#00#, 16#00#, 16#00#, 16#02#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#20#, 16#00#, 16#80#, 16#00#, 16#02#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#20#, 16#00#, 16#00#, 16#00#, 16#01#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#20#, 16#02#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#40#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#3F#, 16#80#, 16#10#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#3F#, 16#E0#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#02#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#02#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#02#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#02#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#02#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#02#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#02#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#02#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#02#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#02#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#02#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#02#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#);

    West_80x96_Width  : constant := 80;  
    West_80x96_Height : constant := 96;

    West_80x96_Bits : constant U_Char_Array :=  
       (16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        1600#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#22#, 16#20#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#22#, 16#20#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#22#, 16#20#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#22#, 16#20#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#22#, 16#20#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#15#, 16#40#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#15#, 16#40#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#15#, 16#40#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#15#, 16#40#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#08#, 16#80#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#08#, 16#80#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#08#, 16#80#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#08#, 16#80#,  
        16#00#, 16#00#, 16#00#, 16#02#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#07#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#3F#, 16#E0#, 16#00#, 16#00#, 16#00#, 16#18#,  
        16#C0#, 16#00#, 16#00#, 16#00#, 16#20#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#62#, 16#30#, 16#00#, 16#00#, 16#00#, 16#20#, 16#00#,  
        16#00#, 16#00#, 16#01#, 16#80#, 16#0C#, 16#00#, 16#00#, 16#00#,  
        16#20#, 16#00#, 16#00#, 16#00#, 16#00#, 16#AA#, 16#A8#, 16#00#,  
        16#00#, 16#00#, 16#20#, 16#00#, 16#00#, 16#00#, 16#00#, 16#80#,  
        16#08#, 16#00#, 16#00#, 16#00#, 16#20#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#4A#, 16#10#, 16#00#, 16#00#, 16#00#, 16#3E#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#20#, 16#20#, 16#00#, 16#00#, 16#00#,  
        16#20#, 16#00#, 16#00#, 16#00#, 16#00#, 16#22#, 16#20#, 16#00#,  
        16#00#, 16#00#, 16#20#, 16#00#, 16#00#, 16#00#, 16#00#, 16#10#,  
        16#40#, 16#00#, 16#00#, 16#00#, 16#20#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#32#, 16#40#, 16#00#, 16#00#, 16#00#, 16#20#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#08#, 16#80#, 16#00#, 16#00#, 16#00#,  
        16#20#, 16#00#, 16#00#, 16#00#, 16#00#, 16#45#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#3F#, 16#E0#, 16#00#, 16#00#, 16#00#, 16#05#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#01#, 16#02#, 16#00#, 16#00#, 16#00#, 16#00#, 16#07#, 16#F0#,  
        16#00#, 16#00#, 16#00#, 16#02#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#08#, 16#00#, 16#00#, 16#00#, 16#04#, 16#02#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#10#, 16#00#, 16#00#, 16#00#, 16#00#, 16#02#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#10#, 16#00#, 16#00#, 16#00#,  
        16#10#, 16#01#, 16#00#, 16#00#, 16#00#, 16#00#, 16#10#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#01#, 16#80#, 16#00#, 16#00#, 16#00#,  
        16#08#, 16#00#, 16#00#, 16#00#, 16#40#, 16#00#, 16#40#, 16#00#,  
        16#00#, 16#00#, 16#07#, 16#C0#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#40#, 16#00#, 16#00#, 16#00#, 16#00#, 16#20#, 16#00#, 16#01#,  
        16#00#, 16#00#, 16#20#, 16#00#, 16#00#, 16#00#, 16#00#, 16#10#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#10#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#10#, 16#00#, 16#04#, 16#00#, 16#00#, 16#10#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#10#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#08#, 16#00#, 16#00#, 16#00#, 16#00#, 16#20#, 16#00#, 16#10#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#1F#, 16#C0#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#80#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#1F#, 16#F0#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#01#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#01#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#01#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#01#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#01#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#01#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#01#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#01#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#01#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#01#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#01#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#01#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#,  
        16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#);

end Tile_Data_West;  

E3 Meta Data

    nblk1=1f
    nid=0
    hdr6=3e
        [0x00] rec0=1b rec1=00 rec2=01 rec3=02e
        [0x01] rec0=17 rec1=00 rec2=02 rec3=046
        [0x02] rec0=00 rec1=00 rec2=1f rec3=002
        [0x03] rec0=0e rec1=00 rec2=03 rec3=01c
        [0x04] rec0=10 rec1=00 rec2=04 rec3=06a
        [0x05] rec0=00 rec1=00 rec2=1e rec3=002
        [0x06] rec0=0e rec1=00 rec2=05 rec3=00e
        [0x07] rec0=10 rec1=00 rec2=06 rec3=05c
        [0x08] rec0=00 rec1=00 rec2=1d rec3=002
        [0x09] rec0=0d rec1=00 rec2=07 rec3=092
        [0x0a] rec0=0e rec1=00 rec2=08 rec3=03a
        [0x0b] rec0=0d rec1=00 rec2=09 rec3=074
        [0x0c] rec0=0f rec1=00 rec2=0a rec3=04e
        [0x0d] rec0=01 rec1=00 rec2=1c rec3=000
        [0x0e] rec0=0e rec1=00 rec2=0b rec3=06c
        [0x0f] rec0=0e rec1=00 rec2=0c rec3=00e
        [0x10] rec0=0d rec1=00 rec2=0d rec3=048
        [0x11] rec0=0d rec1=00 rec2=0e rec3=082
        [0x12] rec0=0e rec1=00 rec2=0f rec3=024
        [0x13] rec0=0d rec1=00 rec2=10 rec3=05e
        [0x14] rec0=11 rec1=00 rec2=11 rec3=014
        [0x15] rec0=00 rec1=00 rec2=1b rec3=002
        [0x16] rec0=0d rec1=00 rec2=12 rec3=050
        [0x17] rec0=0d rec1=00 rec2=13 rec3=08a
        [0x18] rec0=0e rec1=00 rec2=14 rec3=02c
        [0x19] rec0=0d rec1=00 rec2=15 rec3=066
        [0x1a] rec0=0e rec1=00 rec2=16 rec3=008
        [0x1b] rec0=0d rec1=00 rec2=17 rec3=042
        [0x1c] rec0=0d rec1=00 rec2=18 rec3=07c
        [0x1d] rec0=0e rec1=00 rec2=19 rec3=01e
        [0x1e] rec0=0e rec1=00 rec2=1a rec3=000
    tail 0x215009d5a819788b600be 0x42a00088462063203