Here are recomandations to compile Zsid on other platform than PC running 
Linux. If I had time, I would create a version of the file compconf.h for
each supported platform, which would be selected automatically by autoconf ...


* Acorn RiscPC (Linux) : 

First there is an alignment problem : ARM processor cannot access integer
in memory at odd addresses. Therefore you need to comment out the line 
   #define OPTIMIZE_ENDIAN_ACCESS
in "libsidplay/include/compconf.h".
Now it will run, however it will be very slow because of use of floating 
points in libsidplay. There is a way to ease this : comment out the line 
   #define SID_FPUFILTER
in "libsidplay/include/compconf.h", this will make libsidplay use a class
that emulates floating points with integers.


* Sparc stations (SunOS) : 

Here the same problem of alignment as with ARM processor occurs. Furthermore
the sparc is a big endian processor so you need to tell this in
compconf.h ...
Select the correct audio driver in "player/audio".


* Silicon Graphics stations (Irix) : 

I don't remember what I had to do to make it work, furthermore I had no sound
when I tried it (was logged on a X terminal !!). Any feedbacks are welcome !



(C) Copyright 1998 Vincent Penne.
