diff --git a/src/cpu/808x.c b/src/cpu/808x.c index 1f5a738eb..52936c261 100644 --- a/src/cpu/808x.c +++ b/src/cpu/808x.c @@ -18,7 +18,7 @@ * 2 clocks - fetch opcode 1 2 clocks - execute * 2 clocks - fetch opcode 2 etc * - * Version: @(#)808x.c 1.0.5 2018/04/29 + * Version: @(#)808x.c 1.0.6 2018/07/19 * * Authors: Sarah Walker, * Miran Grca, diff --git a/src/cpu/cpu.c b/src/cpu/cpu.c index 889083304..725b708f2 100644 --- a/src/cpu/cpu.c +++ b/src/cpu/cpu.c @@ -8,7 +8,7 @@ * * CPU type handler. * - * Version: @(#)cpu.c 1.0.6 2018/05/05 + * Version: @(#)cpu.c 1.0.7 2018/07/19 * * Authors: Fred N. van Kempen, * Sarah Walker, diff --git a/src/cpu/cpu.h b/src/cpu/cpu.h index 67a818339..e2c7b58f1 100644 --- a/src/cpu/cpu.h +++ b/src/cpu/cpu.h @@ -8,7 +8,7 @@ * * CPU type handler. * - * Version: @(#)cpu.h 1.0.11 2018/03/28 + * Version: @(#)cpu.h 1.0.12 2018/07/19 * * Authors: Sarah Walker, * leilei, diff --git a/src/cpu/cpu_table.c b/src/cpu/cpu_table.c index 5bd861635..050c804e3 100644 --- a/src/cpu/cpu_table.c +++ b/src/cpu/cpu_table.c @@ -29,7 +29,7 @@ * 16 = 180 MHz * 17 = 200 MHz * - * Version: @(#)cpu_table.c 1.0.4 2018/02/18 + * Version: @(#)cpu_table.c 1.0.5 2018/07/19 * * Authors: Sarah Walker, * leilei, diff --git a/src/machine/machine_table.c b/src/machine/machine_table.c index b7dd154af..ddd1ce401 100644 --- a/src/machine/machine_table.c +++ b/src/machine/machine_table.c @@ -11,7 +11,7 @@ * NOTES: OpenAT wip for 286-class machine with open BIOS. * PS2_M80-486 wip, pending receipt of TRM's for machine. * - * Version: @(#)machine_table.c 1.0.31 2018/07/07 + * Version: @(#)machine_table.c 1.0.32 2018/07/19 * * Authors: Sarah Walker, * Miran Grca, diff --git a/src/network/net_ne2000.c b/src/network/net_ne2000.c index 9d50d8d18..4fa5c96af 100644 --- a/src/network/net_ne2000.c +++ b/src/network/net_ne2000.c @@ -12,7 +12,7 @@ * - Realtek RTL8019AS (ISA 16-bit, PnP); * - Realtek RTL8029AS (PCI). * - * Version: @(#)net_ne2000.c 1.0.5 2018/07/11 + * Version: @(#)net_ne2000.c 1.0.6 2018/07/19 * * Based on @(#)ne2k.cc v1.56.2.1 2004/02/02 22:37:22 cbothamy * diff --git a/src/network/net_ne2000.h b/src/network/net_ne2000.h index 91905486f..6740fd446 100644 --- a/src/network/net_ne2000.h +++ b/src/network/net_ne2000.h @@ -8,7 +8,7 @@ * * Definitions for the NE2000 ethernet controller. * - * Version: @(#)net_ne2000.h 1.0.2 2018/03/15 + * Version: @(#)net_ne2000.h 1.0.3 2018/07/19 * * Authors: Fred N. van Kempen, * diff --git a/src/network/net_wd8003.c b/src/network/net_wd8003.c index 6830b17cb..b9614ecb0 100644 --- a/src/network/net_wd8003.c +++ b/src/network/net_wd8003.c @@ -1,20 +1,17 @@ /* - * VARCem Virtual ARchaeological Computer EMulator. - * An emulator of (mostly) x86-based PC systems and devices, - * using the ISA,EISA,VLB,MCA and PCI system buses, roughly - * spanning the era between 1981 and 1995. + * 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 VARCem Project. + * This file is part of the 86Box distribution. * * Implementation of the following network controllers: - * - Novell NE1000 (ISA 8-bit); - * - Novell NE2000 (ISA 16-bit); - * - Realtek RTL8019AS (ISA 16-bit, PnP); - * - Realtek RTL8029AS (PCI). + * - SMC/WD 8003E (ISA 8-bit); + * - SMC/WD 8013EBT (ISA 16-bit); + * - SMC/WD 8013EP/A (MCA). * - * Version: @(#)net_ne2000.c 1.0.5 2018/07/11 - * - * Based on @(#)ne2k.cc v1.56.2.1 2004/02/02 22:37:22 cbothamy + * Version: @(#)net_wd8003.c 1.0.0 2018/07/19 * * Authors: Fred N. van Kempen, * TheCollector1995, diff --git a/src/network/net_wd8003.h b/src/network/net_wd8003.h index a9a1e3c32..44a64120f 100644 --- a/src/network/net_wd8003.h +++ b/src/network/net_wd8003.h @@ -1,18 +1,26 @@ /* - * VARCem Virtual ARchaeological Computer EMulator. - * An emulator of (mostly) x86-based PC systems and devices, - * using the ISA,EISA,VLB,MCA and PCI system buses, roughly - * spanning the era between 1981 and 1995. + * 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 VARCem Project. + * This file is part of the 86Box distribution. * - * Definitions for the NE2000 ethernet controller. + * Implementation of the following network controllers: + * - SMC/WD 8003E (ISA 8-bit); + * - SMC/WD 8013EBT (ISA 16-bit); + * - SMC/WD 8013EP/A (MCA). * - * Version: @(#)net_ne2000.h 1.0.2 2018/03/15 + * Version: @(#)net_wd8003.c 1.0.0 2018/07/19 * * Authors: Fred N. van Kempen, + * TheCollector1995, + * Miran Grca, + * Peter Grehan, * * Copyright 2017,2018 Fred N. van Kempen. + * Copyright 2016-2018 Miran Grca. + * Portions Copyright (C) 2002 MandrakeSoft S.A. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/network/network.c b/src/network/network.c index 8f20a4299..b3f673c47 100644 --- a/src/network/network.c +++ b/src/network/network.c @@ -12,7 +12,7 @@ * it should be malloc'ed and then linked to the NETCARD def. * Will be done later. * - * Version: @(#)network.c 1.0.5 2018/06/09 + * Version: @(#)network.c 1.0.6 2018/06/19 * * Author: Fred N. van Kempen, * diff --git a/src/scsi/scsi_ncr5380.c b/src/scsi/scsi_ncr5380.c index 958e23514..a5107bfb6 100644 --- a/src/scsi/scsi_ncr5380.c +++ b/src/scsi/scsi_ncr5380.c @@ -9,7 +9,7 @@ * Implementation of the NCR 5380 series of SCSI Host Adapters * made by NCR. These controllers were designed for the ISA bus. * - * Version: @(#)scsi_ncr5380.c 1.0.16 2018/07/02 + * Version: @(#)scsi_ncr5380.c 1.0.16 2018/07/19 * * Authors: Sarah Walker, * TheCollector1995, diff --git a/src/video/vid_et4000.c b/src/video/vid_et4000.c index 6f2cb5cd3..329b854dd 100644 --- a/src/video/vid_et4000.c +++ b/src/video/vid_et4000.c @@ -8,7 +8,7 @@ * * Emulation of the Tseng Labs ET4000. * - * Version: @(#)vid_et4000.c 1.0.6 2018/04/26 + * Version: @(#)vid_et4000.c 1.0.7 2018/07/19 * * Authors: Sarah Walker, * Miran Grca, diff --git a/src/video/vid_et4000.h b/src/video/vid_et4000.h index d542efce6..bb9ba03c2 100644 --- a/src/video/vid_et4000.h +++ b/src/video/vid_et4000.h @@ -1,5 +1,25 @@ -/* Copyright holders: Sarah Walker - see COPYING for more details -*/ +/* + * 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. + * + * Emulation of the Tseng Labs ET4000. + * + * Version: @(#)vid_et4000.c 1.0.7 2018/07/19 + * + * Authors: Sarah Walker, + * Miran Grca, + * + * Copyright 2008-2018 Sarah Walker. + * Copyright 2016-2018 Miran Grca. + */ +#ifndef EMU_VID_ET4000_H +# define EMU_VID_ET4000_H + extern const device_t et4000_isa_device; extern const device_t et4000_mca_device; + +#endif /*EMU_VID_ET4000_H*/ \ No newline at end of file diff --git a/src/video/vid_table.c b/src/video/vid_table.c index 46b87c8b8..bee03c967 100644 --- a/src/video/vid_table.c +++ b/src/video/vid_table.c @@ -8,7 +8,7 @@ * * Define all known video cards. * - * Version: @(#)vid_table.c 1.0.29 2018/05/10 + * Version: @(#)vid_table.c 1.0.30 2018/07/19 * * Authors: Miran Grca, * Fred N. van Kempen, diff --git a/src/video/video.h b/src/video/video.h index 1144cbb48..265efc95f 100644 --- a/src/video/video.h +++ b/src/video/video.h @@ -8,7 +8,7 @@ * * Definitions for the video controller module. * - * Version: @(#)video.h 1.0.29 2018/07/17 + * Version: @(#)video.h 1.0.30 2018/07/19 * * Authors: Sarah Walker, * Miran Grca,