Moved VGA-emulating DirectX code from dispdib.c to a separate
commit1499a845ff590440cc1481b032db95027c9dad20
authorOve Kaaven <ovek@arcticnet.no>
Sun, 1 Nov 1998 12:51:47 +0000 (1 12:51 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 1 Nov 1998 12:51:47 +0000 (1 12:51 +0000)
tree89c2cb2ab843af7ed06d074fd62acb3d5358a971
parent7f740cbb047e465856dc4b1789401db12b72d6d9
Moved VGA-emulating DirectX code from dispdib.c to a separate
file. Made it use a system timer and trap I/O accesses to the VGA
DAC registers to accommodate DisplayDib-using programs that try to
access the VGA hardware directly.
graphics/Makefile.in
graphics/dispdib.c
graphics/vga.c [new file with mode: 0644]
include/vga.h [new file with mode: 0644]
msdos/ioports.c