-< WinZiNc Glide Renderer version 1.4 >-


COMPATIBILITY:
==============

The renderer requires a Glide-compatible graphics card.
The following is a list of Glide-compatible graphics cards:-

  3dfx Voodoo Graphics [various manufacturers produced these cards]
  3dfx Voodoo Rush     [various manufacturers produced these cards]
  3dfx Voodoo         [various manufacturers produced these cards]
  3dfx Voodoo Banshee  [various manufacturers produced these cards]
  3dfx Voodoo
  3dfx Voodoo4
  3dfx Voodoo5

If your graphics card is not listed above, then it is not
compatible with this renderer. IT WILL NOT WORK!!

If your card is listed above, and you still have problems,
then make sure you are using the latest 3dfx reference drivers
for your graphics card (NOT the inbuild OS drivers, as these
do not support Glide).
3dfx never released drivers for WindowsXP, so you have to use
one of the hacked driver sets available to enable Glide support.


GRAPHICS RENDERER:
==================

Keys:
INSERT  - Show FPS
PAGE UP - Toggle frame skipping on/off
PAGE DN - Toggle FPS limitation on/off
HOME    - Toggle FPS limit auto/manual
END     - Toggle Bilinear filtering off/on/on-no-sprites

The list above is the default key configuration.
Keys are configurable through the configuration file.
See below for key code values.


ADDITIONAL HELP:
================
If you have any problems using this renderer you should
check the following places for help:

* The FAQ section on the website http://www.emuhype.com/
* The Messageboard on the website http://www.emuhype.com/


CHANGE LOG:
===========

v1.4
+SUPERCALIFRAGILISTICEXPIALIDOCIOUS

v1.3
+OffScreen Drawing setting no longer read from config file

v1.2
+Debug output on startup
+OffScreen Drawing setting in config file (doubt it's needed though)
+Keys programmable in config file
*SoulEdge: corrected crash at startup
*Tetris: you can now see the bricks :)

v1.1
+Filtering without Sprites option
+Revised & coloured onscreen display
*Tekken1: corrected round indicator sprite corruption
*Tekken1: corrected incorrect texturing - still some corruption
*Tekken2: corrected incorrect texturing - only 1 incorrect texture left



====================
CONFIG FILE SETTINGS
====================


RESOLUTIONS:
============

Available Screen Resolutions under Glide are listed below
Please note not all resolutions may be supported by your card
If your selection is unsupported, the renderer should fail to start
DO NOT EXCEED YOUR MONITORS CAPABILITIES!!!! Bad Things(tm) could happen
so stick with values you are confident your card & monitor supports

	320x200		0
	320x240		1
	400x256		2
	512x384		3
	640x200		4
	640x350		5
	640x400		6
	640x480		7
	800x600		8
	960x720		9
	856x480		10
	512x256		11
	1024x768	12
	1280x1024	13
	1600x1200	14
	400x300		15
	1152x864	16
	1280x960	17
	1600x1024	18
	1792x1344	19
	1856x1392	20
	1920x1440	21
	2048x1536	22
	2048x2048	23


TEXTURE FILTERING:
==================

	No filtering				0
	Bilinear filtering			1
	Bilinear filtering, but not sprites	2


KEY CODES:
==========

	BackSpace	0x08
	Tab		0x09
	Clear		0x0c
	Return		0x0d
	Shift		0x10
	Control		0x11
	Menu		0x12
	Pause		0x13
	Capital		0x14
	Escape		0x1B
	SpaceBar	0x20
	PageUp		0x21
	PageDown	0x22
	End		0x23
	Home		0x24
	LeftArrow	0x25
	UpArrow		0x26
	RightArrow	0x27
	DownArrow	0x28
	Select		0x29
	Print		0x2A
	Execute		0x2B
	PrintScreen	0x2C
	Insert		0x2D
	Delete		0x2E
	Help		0x2F
	0		0x30
	1		0x31
	2		0x32
	3		0x33
	4		0x34
	5		0x35
	6		0x36
	7		0x37
	8		0x38
	9		0x39
	A		0x41
	B		0x42
	C		0x43
	D		0x44
	E		0x45
	F		0x46
	G		0x47
	H		0x48
	I		0x49
	J		0x4A
	K		0x4B
	L		0x4C
	M		0x4D
	N		0x4E
	O		0x4F
	P		0x50
	Q		0x51
	R		0x52
	S		0x53
	T		0x54
	U		0x55
	V		0x56
	W		0x57
	X		0x58
	Y		0x59
	Z		0x5A
	LeftWin		0x5B
	RightWin	0x5C
	AppsWin		0x5D
	Sleep		0x5F
	NUMPAD0		0x60
	NUMPAD1		0x61
	NUMPAD2		0x62
	NUMPAD3		0x63
	NUMPAD4		0x64
	NUMPAD5		0x65
	NUMPAD6		0x66
	NUMPAD7		0x67
	NUMPAD8		0x68
	NUMPAD9		0x69
	NP_MULTIPLY	0x6A
	NP_ADD		0x6B
	NP_SEPARATOR	0x6C
	NP_SUBTRACT	0x6D
	NP_DECIMAL	0x6E
	NP_DIVIDE	0x6F
	F1		0x70
	F2		0x71
	F3		0x72
	F4		0x73
	F5		0x74
	F6		0x75
	F7		0x76
	F8		0x77
	F9		0x78
	F10		0x79
	F11		0x7A
	F12		0x7B
	NumLock		0x90
	ScrollLock	0x91
