******************************************************************
*
*    SMM804 Druckeranpassung 2.5.86 JPH/ ATARI (Corp.) Deutschland
*                           13.9.86 RMOL/  - " -
*
*    Diese Datei enth„lt Tabellen, die diejenigen Codesequenzen
*    definieren, die zum Ausgabeger„t (Drucker) gesandt werden,
*    um die verschiedenen Textfunktionen von Wordplus zu        
*    aktivieren und die Zeichen (Bildschirmcode) des ATARI ST
*    in Zeichen des Ausgabeger„tes abzubilden.
*    
*    NEU fr Wordplus: 2. u. 3. Wert der "Gem. Konfig.-Variablen" 
*                      "Drucker-Characteristik"-Zeilen 22 - 2F
*
****************************************************************

*
* Druckername
* ===========
*
ATARI SMM804 Grafik, deutsch

*
* Gemischte Konfigurationsvariablen
* =================================
*
* 1: Druckertyp: 0=Matrix, 1=Typenrad
* 2: unit width of one character (spezielle Bedeutung fr Grafik)
* 3: unit height of one line (spezielle Bedeutung fr Grafik)
* 4: Approximate middle of carriage after formfeed
* 5: Carriage shift for bold overstrike
* 6: Einzelblatt = 1, Endlos = 0
*
0, 2, C, 50, 0, 0

*
* Drucker Charakteristiken
* ========================
*
* This table specifies the printer command sequences.
* If the top bit of a code is set, then this indicates the position
* of a parameter passed to the printer. The code whose top bit is set
* in this table is added to the parameter passed before being sent to the
* printer. It is not used in all command sequences, only in those where 
* the printer requires  a variable value such as the length of a vertical 
* tab.
*
* 0            * Character width
1, D, A        * Linefeed WITH return
* 2            * Forward print
* 3            * Reverse print
* 4, B           * Vertical tab to line (ESC B #)       
* 5, 9           * Absolute horizontal tab (ESC D #)
6, 1B, 45      * Draft bold on
7, 1B, 46      * Draft bold off
8, 1B, 45      * Near Letter Quality (NLQ) bold on (N.U.)
9, 1B, 46      * NLQ bold off
A, 1B, 34      * Draft italic on
B, 1B, 35      * Draft italic off
C, 1B, 34      * NLQ italic on (N.U.)
D, 1B, 35      * NLQ italic off (N.U.)
* E            * Draft light on
* F            * Draft light off
*10            * NLQ light on
*11            * NLQ light off
12, 1B, 53, 0  * Draft superscript on
13, 1B, 54     * Draft superscript off
14, 1B, 53, 0  * NLQ superscript on (N.U.)
15, 1B, 54     * NLQ superscript off (N.U.)
16, 1B, 53, 1  * Draft subscript on
17, 1B, 54     * Draft subscript off
18, 1B, 53, 1  * NLQ subscript on (N.U.)
19, 1B, 54     * NLQ subscript off (N.U.)
1A, 1B, 2D, 1  * Draft underline on
1B, 1B, 2D, 0  * Draft underline off
1C, 1B, 2D, 1  * NLQ underline on (N.U.)
1D, 1B, 2D, 0  * NLQ underline off (N.U.)
1E, C          * Formfeed
1F, D          * Horizontal initialisation
* 20, C        * Vertical initialisation
21, 1B, 40     * Termination: printer reset
22, 8                * BACKSPACE
23, D                * CARRIAGE RETURN
24, 1B, 43, 80       * form length in lines (N = 80)
25, 1B, 41, 80       * set LF to N units = 80/72 Zoll
26, 1B, 59           * start graphics: 160 DPI
28, 12, 14, 1B, 50   * Pica Draft      = SCHMAL aus, BREIT aus, 10 CPI 
29, 12, 14, 1B, 50   * Pica NLQ        = SCHMAL aus, BREIT aus 10 CPI (N.U.)
2A, 12, 14, 1B, 4D   * Elite Draft     = SCHMAL aus, BREIT aus 12 CPI 
2B, 12, 14, 1B, 4D   * Elite NLQ       = SCHMAL aus, BREIT aus 12 CPI (N.U.)
2C, 14, 0F           * Condensed Draft = BREIT aus 17,1 CPI (SCHMAL)
2D, 14, 0F           * Condensed NLQ   = BREIT aus 17,1 CPI (SCHMAL, N.U.)
2E, 0E               * Enlarged Draft  = BREIT ein 5 CPI in Pica
2F, 0E               * Enlarged NLQ    = BREIT ein 5 CPI in Pica (N.U.)   
* 30                 * Black   ink
* 31                 * Magenta ink
* 32                 * Cyan    ink
* 33                 * Yellow  ink
0                    * NULL termination byte

*
* Uebersetzungstabelle
* ====================
*
* Mit Hilfe dieser Tabelle erfolgt die Uebersetzung des ATARI ST-   
* Zeichensatzes in den SMM804 Code, speziell fr deutsche Sonderzei- 
* chen. Alle Zeichen werden uebersetzt, sofern sich dafuer ein ent-
* sprechender Eintrag in der Tabelle befindet. Falls kein Eintrag vor-
* handen ist, wird der Originalcode an den Drucker uebergeben.
*
* Die Eintraege muessen in aufsteigender Reihenfolge (ST Zeichensatz)
* erfolgen. Die Tabelle wird mit NULL beendet.
* 

7F   * KEIN Dreieck
0    * Tabellenende!
