Skip to content

Commit 8878015

Browse files
committed
Using driver from Q2DOS for Voodoo 3.
1 parent 981ee5b commit 8878015

9 files changed

Lines changed: 17 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
*.o
22
GLIDE3X.DXE
3-
glide3x.dxe
3+
src/glide3x.dxe
44
*.mrr
55
*.MRR
66
SETTINGS.DAT

src/Makefile.djgpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ glide3drv_h/glide3drv.h:
5353
cat dos-opengl/lib/glide3/drivers/v2/glide3x.dxe | xxd -i >> $@
5454
echo "};" >> $@
5555
echo "static const unsigned char glide3x_v3[] = {" >> $@
56-
cat dos-opengl/lib/glide3/drivers/v3/glide3x.dxe | xxd -i >> $@
56+
cat dos-opengl-alt/h3/glide3x.dxe | xxd -i >> $@
5757
echo "};" >> $@
5858
echo "static const unsigned char glide3x_v4[] = {" >> $@
5959
cat dos-opengl/lib/glide3/drivers/v4/glide3x.dxe | xxd -i >> $@

src/dos-opengl-alt/cvg/glide3x.dxe

174 KB
Binary file not shown.

src/dos-opengl-alt/h3/glide3x.dxe

114 KB
Binary file not shown.

src/dos-opengl-alt/h5/glide3x.dxe

231 KB
Binary file not shown.

src/dos-opengl-alt/readme.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This directory contains Glide drivers from Q2DOS project.
147 KB
Binary file not shown.
238 KB
Binary file not shown.

src/dos-opengl-alt/voodoo.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Pick the correct glide driver (glide3x.dxe) for your 3dfx card from
2+
one of the directories listed below and put it in the same place as
3+
q2.exe and gl.dxe:
4+
5+
sst1 -> Voodoo Graphics
6+
7+
sst96 -> Voodoo Rush
8+
9+
cvg -> Voodoo2
10+
11+
h3 -> Banshee, Voodoo3
12+
13+
h5 -> Voodoo4 and Voodoo5 (also works for Banshee and Voodoo3.)
14+

0 commit comments

Comments
 (0)