Xeuphoric - an Oric emulator

DESCRIPTION
    Xeuphoric is a port to X of Euphoric, Fabrice Francès' Oric
    emulator. It emulates the Oric-1, the Oric Atmos and the Telestrat.
    This version is based on Euphoric 0.99b, which was the most recent
    source available at the time.

    Known problems :
    - keyboard input is dodgy (use -A/dev/null to improve),
    - sound is a joke.

PREREQUISITES
    Mandatory dependencies :
    - Unix,
    - an i386 CPU,
    - X11,
    - GCC.

    Optional dependencies :
    - OSS,
    - libarts,
    - libXext (more specifically XShm),
    - the Linux ioperm() system call.

    Known to work on FreeBSD, Linux and NetBSD. If your flavour of Unix
    is not supported, I'd like to know about it. Non-i386 platforms are
    out, because all the core is written in i386 assembly.

COMPILING
    To install in /usr/local :

        $ ./configure
        $ make
        # make install

    To install somewhere else, give ./configure the --prefix
    option :

        $ ./configure --prefix /home/joe
        $ make
        # make install

LEGAL
    atmos.rom, microdisc.rom and oric1.rom are copyright 1983 Tangerine.
    Tangerine is defunct. We don't know who the current assignee of the
    copyright is (if any).

    hyperbasic.rom, teleass.rom, telematic.rom and telemon-2.4.rom are
    copyright Oric International. Oric International is defunct. We
    don't know who the current assignee of the copyright is (if any).

    jasmin.rom is copyright Technologie Recherche et Applications
    Nouvelles. As far as I know, T.R.A.N. doesn't exist anymore. We
    don't know who the current assignee of the copyright is (if any).

    Euphoric 0.99b is copyright Fabrice Francès 1994-1997 and available
    under the terms of the GNU General Public License version 2.

    The rest is copyright André Majorel 2000-2004 and available under
    the terms of the GNU General Public License version 2.

HOME PAGE
    <URL:http://www.teaser.fr/~amajorel/xeuphoric/>

     11_397  2004-08-21  CHANGES
      2_005  2004-08-21  README
        493  2002-08-16  screenshot_240x224.png
      2_624  2003-07-13  screenshot_640x480.png
    191_966  2002-08-22  xeuphoric-0.10.0.tar.gz
    192_116  2002-08-23  xeuphoric-0.11.0.tar.gz
    192_149  2002-09-23  xeuphoric-0.11.1.tar.gz
    199_741  2003-07-02  xeuphoric-0.12.0.tar.gz
    199_740  2003-07-04  xeuphoric-0.12.1.tar.gz
    202_286  2003-07-06  xeuphoric-0.14.0.tar.gz
    204_180  2003-07-13  xeuphoric-0.15.0.tar.gz
    205_114  2003-07-29  xeuphoric-0.16.0.tar.gz
    205_061  2003-07-31  xeuphoric-0.16.1.tar.gz
    205_651  2003-08-12  xeuphoric-0.17.0.tar.gz
    209_127  2003-08-16  xeuphoric-0.18.0.tar.gz
    215_292  2003-10-09  xeuphoric-0.18.1.tar.gz
    215_630  2004-08-21  xeuphoric-0.18.2.tar.gz
    189_047  2002-08-15  xeuphoric-0.7.0.tar.gz
    190_601  2002-08-17  xeuphoric-0.8.0.tar.gz
    190_974  2002-08-20  xeuphoric-0.9.0.tar.gz
     19_013  2004-08-21  xeuphoric.1.html