# readme
#
# This is part of the flight simulator 'fly8'.
# Author: Eyal Lebedinsky (eyal@ise.canberra.edu.au).
#

#
# Specific notes for the MSDOS version.
#


There are two video drivers:
 grqc:	uses the microsoft c graphics library
 grt4k:	my own driver for et4000 based cards.

Use grqc.vmd and grt4k.vmd as the video modes file for the above.

These are the video modes available with grqc and grt4k:

	name		type		supported by
	----		----		------------
	1280x1024x256	VESA		qc t4k
	1280x1024x16			qc
	1024x768x256			qc t4k
	1024x768x16			qc
	800x600x256			qc t4k
	800x600x16			qc
	640x480x256			qc t4k
	640x400x256			qc
	640x350x256			   t4k
	640x480x16	VGA		qc
	640x480x2			qc
	640x350x16	EGA		qc
	640x350x4			qc
	640x350x2			qc
	720x348x2	HERCULES	qc
	640x200x16			qc
	640x200x2			qc
	320x200x256	MDA		qc
	320x200x16			qc
	320x200x4			qc
	320x200x4g			qc

grt4k will support double buffering up to 800x600x256. grqc supports it only
up to 640x350x16.

fly.ini has both drivers shown, uncomment the one you choose.
