;***************************************************************************
;
;                                DUMB.M68
;                               VERSION 1.0
;
;                      Written By: James A. Jarboe IV
;                             1401 19th Street
;                           Huntsville, TX 77340
;                               409-295-5767
;
;                                 08/20/88
;                                  GR/AM
;****************************************************************************
; Description:  Worlds dumbest printer or terminal driver.
;
; What it does: Not much, but does assist in using AUXPRT and AUXSBR
;               Get :
;                       AUXPRT.M68 - print to Aux port from Amos dot
;                       AUXSBR.M68 - print to Aux port from BASIC
;                       AUXPRT.DOC - AUXPRT.M68 documentation
;                       AUXSBR.DOC - AUXSBR.M68 doucmentation
;                       AUXSBR.BAS - AUXSBR.SBR set-up and sample program
;
; Requirements: DUMB.TDV must be in the terminal driver section of system
;               memory as
;                         TRMDEF PRINTER,AM300=3:DUMB,9600,20,20,20
;               OR
;                         TRMDEF AUXPRT,PSEUDO,DUMB,1,1,1
;
;               DUMB.TDV is a driver that just dumps data through.
;
; M68 this file and place DUMB.TDV on DSK0:[1,6]
;
;**************
;** DUMB.M68
;**************

       OBJNAM  DUMB.TDV

 DUMB: WORD    0
       RTN
       RTN
       RTN
       RTN
       END