; This Configuration file describes the Auxillary Hardware Configuration.
; It should be read by every program, which tries to acces any Auxillary
; Hardware via the IEC bus.
;
; organization:
;
; Any word, which starts with a `:` in the first column is a Keyword for this
; particular device. Then follows in this order on the next lines:
; 
; 1) The device file.
; 2) a program to be called in the event of an error
; 3) an error message to be printed in the event of an error
; 4) a filename, to which spurious output should be directed
; 5) some device dependent information.
;
; This definition is stopped by an `#` in the first column.
;
:example
  /dev/gibtsnich                    ; kommentar dazu
  gibts auch nicht                  ; noch mehr kommentar
  shoene Bescherung
  /dev/null
#
:halder
  /dev/hpib/7a16                    ; hpib address is 16
  echo Halder error >/dev/syscon    ; just print message on console window 
  Halder error
  /dev/null
#
:gfx0
  ram:tekamiga.0
#
:gfx1
  ram:tekamiga.1
#
:gfx2
  ram:tekamiga.2
#
:gfx3
  ram:tekamiga.3
#
:gfx4
  ram:tekamiga.4
#
:font1
  wb:c_/lise/stroke.fnt
#
:defaultprinter
  PAR:                              ; Epson compatible
  echo PRINTER error >/dev/syscon    ; just print message on console window 
  PRINTER error
  /dev/null
  3                                 ; number of passes
  1                                 ; number of dot image characters lsb msb
  1800                              ; x_size printer
  800                               ; y_size printer
  \x1B@                             ; printer initialize
  \x1BL                             ; printer double density grafic
  \x1B3\x01\n                       ; initiate half dot line feed
  \x1B3\x15\n                       ; initiate full line feed
  \x1B@\x0C                         ; send after printing
#
:QuietJet_UX
  /dev/lpraw                        ; HP Quiet Jet
  echo PRINTER error >/dev/syscon   ; just print message on console window 
  PRINTER error
  /dev/null
  2                                 ; number of passes
  2                                 ; HP Mode Raster graphic in rows 
  1800                              ; x_size printer
  1200                              ; y_size printer
  \x1B*t192R\x1B*rA                 ; select quad density graphics 
  \x1B*b225W                        ; printer double density grafic
  \x00                              ; initiate half dot line feed
  \x00                              ; initiate full line feed
  \x1B*rB                           ; send after printing
#

