From b649293e1f0b8ad13aeb4c662a4eeae78634c129 Mon Sep 17 00:00:00 2001 From: Javier Date: Mon, 28 Feb 2022 02:37:56 +0000 Subject: use virtual DMA service on windows with paging enabled --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 1366864..9cd59d6 100644 --- a/makefile +++ b/makefile @@ -6,7 +6,7 @@ set include=$(%watcom)/h/win;$(%watcom)/h # The main driver file -vbmouse.drv: mousew16.c mousew16.h vbox.c vbox.h vboxdev.h ps2.h pci.h +vbmouse.drv: mousew16.c mousew16.h vbox.c vbox.h vboxdev.h ps2.h pci.h vds.h # -bd to build DLL # -mc to use compact memory model (far data pointers, since ss != ds) # -zu for DLL calling convention (ss != ds) -- cgit v1.2.3