From 7eecc68d898db2170894c4170e492fbd59af6de3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Thu, 31 Aug 2006 13:48:59 +0000 Subject: - Merge in newer code. Mostly factorisation for mapped reads - Ignore VBIOS CRC check failures to be in-line with older LRMI-based code - Use CPU emulator when CRC check fail to be on the safe side - Add new options: --map-bios-vram, --check-bios-crc, --use-cpuemu --- int10/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'int10/Makefile') diff --git a/int10/Makefile b/int10/Makefile index b2a5591..de02cd2 100644 --- a/int10/Makefile +++ b/int10/Makefile @@ -1,5 +1,5 @@ CC = gcc -INCS = +INCS = -I.. -I. CFLAGS = -O -Wall SRCS = emu_vm86.c i10_int.c i10_io.c i10_pci.c i10_v86.c i10_vbios.c OBJS = $(SRCS:%.c=%.o) -- cgit v1.2.1