; ****************************************************************************
; *                                                                          *
; * Modifications to Exidy Monitor                                           *
; *                                                                          *
; * Pete Turnbull 31-Dec-1995  Bug fixes to original                         *
; *               22-Jan-1996  Add SE T={0|1|3|12|R|T} 300/1200 RS232/Tape   *
; *                                                                          *
; * These changes ensure that bits 6..7 in Port FE are not inadvertantly     *
; * zeroed during tape and keyboard routines.  These bits control:           *
; *   baud rate   (bit 6: 0=300, 1=1200),                                    *
; *   UART output (bit 7: 0=tape, 1=RS232)                                   *
; * and are stored in MWA+3D (IY+TAPES).                                     *
; *                                                                          *
; * The original KEYBD routine erroneously reset the baud rate to 300, and   *
; * set the UART output to tape.  The original QUIK routine (aka ESCCHK)     *
; * erroneously reset the baud rate and UART output, if the tape was not in  *
; * use.  The original MOTRON would corrupt the flags if called twice (or    *
; * more) in succession.  The original MTROFF routine reset baud rate and    *
; * UART output.  The original TAPE (SET T=xx) routine reset the UART        *
; * output.                                                                  *
; *                                                                          *
; * The modified KEYBD routine saves 188 bytes, a few of which are used to   *
; * implement patches to TAPE and MTROFF.  QUIK/ESCCHK and MOTRON are        *
; * re-written in the same space.                                            *
; *                                                                          *
; *  All monitor entry points are preserved.                                 *
; *                                                                          *
; ****************************************************************************
