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
http://www.teaser.fr/~amajorel/xeuphoric/
