From fc5e82e81f4b1d2e9f133d1c660f09e21cdb330c Mon Sep 17 00:00:00 2001 From: waltje Date: Tue, 22 Aug 2017 02:12:45 -0400 Subject: [PATCH] Makefile update (typo.) --- src/M | 18 ------------------ src/Makefile.mingw | 4 ++-- 2 files changed, 2 insertions(+), 20 deletions(-) delete mode 100644 src/M diff --git a/src/M b/src/M deleted file mode 100644 index 105e8a6c7..000000000 --- a/src/M +++ /dev/null @@ -1,18 +0,0 @@ -/* - * 86Box A hypervisor and IBM PC system emulator that specializes in - * running old operating systems and software designed for IBM - * PC systems and compatibles from 1981 through fairly recent - * system designs based on the PCI bus. - * - * This file is part of the 86Box distribution. - * - * Handling of the emulated machines. - * - * Version: @(#)xxx.c 1.0.1 2017/06/21 - * - * Authors: Sarah Walker, - * Miran Grca, - * Fred N. van Kempen, - * Copyright 2008-2017 Sarah Walker. - * Copyright 2016-2017 Miran Grca. - */ diff --git a/src/Makefile.mingw b/src/Makefile.mingw index c983d63dc..f15fece5c 100644 --- a/src/Makefile.mingw +++ b/src/Makefile.mingw @@ -8,7 +8,7 @@ # # Modified Makefile for Win32 (MinGW32) environment. # -# Version: @(#)Makefile.mingw 1.0.35 2017/08/10 +# Version: @(#)Makefile.mingw 1.0.36 2017/08/21 # # Authors: Miran Grca, # Fred N. van Kempen, @@ -21,7 +21,7 @@ endif # Various compile-time options. # -DROM_TRACE=0xcd800 traces ROM access from segment C800 -# -DIO_TACE=0x66 traces I/O on port 0x66 +# -DIO_TRACE=0x66 traces I/O on port 0x66 STUFF = # Add feature selections here.