freemint / fvdi

fVDI fork with additional fixes and drivers.
https://fvdi.sourceforge.io
7 stars 6 forks source link

Build Status

Latest snapshot: Download

fvdi

fVDI fork with additional fixes and drivers.

How to build

cd fvdi
make CPU=<CPU type> V=1
make CPU=<CPU type> DESTDIR=<install dir> install

Where <CPU type> is one of v4e (for ColdFire) or any other m68k-atari-mint CPU target (000 for 68000, 020 for 68020 etc).

To get truetype support: download a freetype source archive, untar it somewhere, and create a symlink fvdi/modules/ft2/freetype to the top level directory.