Innovation SSI-2001 emulation. Using ReSID-FP.

This commit is contained in:
TomW 2014-05-11 14:09:13 +01:00
commit 2ff2210b3b
59 changed files with 16165 additions and 14 deletions

14
src/resid-fp/INSTALL Normal file
View file

@ -0,0 +1,14 @@
Unless you want to do anything fancy, just say:
% ./configure
% make
ReSID-FP is compiled with a C++ compiler, so if you wish to specify compiler
and compiler flags you must set CXX and CXXFLAGS, e.g.:
% CXX=g++ CXXFLAGS="-g -O" ./configure
In addition to normal configure flags, you may specify
--disable-inline - Disable inlining of functions (for debugging/profiling)
ReSID-FP makes no installable files. The libresid.a is linked to final
executable automatically.