Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Adam b4a8d373d8
Create README.md
5 years ago
..
dciddi.h initial commit 5 years ago
dciddi.inc initial commit 5 years ago
dcilib.c initial commit 5 years ago
dciman.c initial commit 5 years ago
dciman.h initial commit 5 years ago
dibeng.inc initial commit 5 years ago
dva.c initial commit 5 years ago
dva.h initial commit 5 years ago
dvaati.c initial commit 5 years ago
dvaclip.c initial commit 5 years ago
dvaddi.h initial commit 5 years ago
dvaddi.inc initial commit 5 years ago
dvadib.c initial commit 5 years ago
dvathun.c initial commit 5 years ago
dvavga.c initial commit 5 years ago
dvavlb.c initial commit 5 years ago
lockbm.c initial commit 5 years ago
lockbm.h initial commit 5 years ago
makefile initial commit 5 years ago
readme.txt initial commit 5 years ago
vflat.asm initial commit 5 years ago
vflatd.inc initial commit 5 years ago

readme.txt

This directory is the DVA code from VFW 1.1

what this directory builds is a static link library (DVA.LIB) that contains
one API DVAGetSurface.

DVAGetSurface() first checks the DISPLAY driver (via a escape) and if that
fails it has built in support for SVGAs and some other cards built in.

what this builds:

DVA.LIB statis link
DVA.H header for lib (a DVA client would use this)
DVADDI.H defines structures and constants common to
DVA clients and DVA providers.

TEST\DVATST.EXE Test app to make sure all works.

files:
dva.h - public header(s)
dvaddi.h
dvaddi.inc

makefile - builds DVA.LIB and DVATST.EXE

dva.c - DVAGetSurfaceCode has other routines
used to verify a surface is valid.

lockbm.c - Internal utility functions
lockbm.h

dvavga.c - support for SVGAs
vflat.asm

dvaati.c - support for ATI Mach32

dvathun.c - support for SuperMac Thunder/24

dvavlb.c - support for Viper VLB

dvadib.c - support for *Beta* Chicago display driver
dibeng.inc

dvaclip.c - unused/unfinished/undone code.