/***********************************************************************\
*                     Changes done to Quake sources                     *
\***********************************************************************/

-------------------------------- 0.5 ------------------------------------

- '-textures [on],off' to disable/enable textures on walls, water

- Modified to be cross-compilable for target m68k-atari-mint

- Added GL version for Linux (any volunteer for an Atari port ?)

- Atari version:
  Corrected a bug in stack size (should be 256Kb or more)

-------------------------------- 0.4 ------------------------------------

- Added Atari version:

  Command line parameters:

	-input [bios,ikbd,off]
		bios: Bios routines for keyboard (all machines)
		ikbd: Hardware acces for keyboard (Falcon,TT, Hades?)
	-video [vdi,xbios,off]
		vdi: Vdi routines for display (all machines)
		xbios: Xbios routines for display (Falcon et TT)

	VDI version:

	-zoomscreen	fullscreen mode
	-novavdi	to force 15 bits in 16 bits mode
	-pixelinv	to use byte reversed pixels in TrueColour.
	-nofastblit	to force screen buffer in STRam instead of FastRam


