diff --git a/src/86box.c b/src/86box.c
index 6188351e1..c380c5d03 100644
--- a/src/86box.c
+++ b/src/86box.c
@@ -1,24 +1,24 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Main emulator module where most things are controlled.
+ * Main emulator module where most things are controlled.
*
*
*
- * Authors: Sarah Walker,
- * Miran Grca,
- * Fred N. van Kempen,
+ * Authors: Sarah Walker,
+ * Miran Grca,
+ * Fred N. van Kempen,
*
- * Copyright 2008-2020 Sarah Walker.
- * Copyright 2016-2020 Miran Grca.
- * Copyright 2017-2020 Fred N. van Kempen.
- * Copyright 2021 Laci bá'
- * Copyright 2021 dob205
+ * Copyright 2008-2020 Sarah Walker.
+ * Copyright 2016-2020 Miran Grca.
+ * Copyright 2017-2020 Fred N. van Kempen.
+ * Copyright 2021 Laci bá'
+ * Copyright 2021 dob205
*/
#include
#include
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 18302d6fe..94a6f1821 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,18 +1,18 @@
#
-# 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.
+# 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.
+# This file is part of the 86Box distribution.
#
-# CMake build script.
+# CMake build script.
#
-# Authors: David Hrdlička,
-# dob205
+# Authors: David Hrdlička,
+# dob205
#
-# Copyright 2020-2022 David Hrdlička.
-# Copyright 2021 dob205.
+# Copyright 2020-2022 David Hrdlička.
+# Copyright 2021 dob205.
#
if(APPLE)
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
diff --git a/src/apm.c b/src/apm.c
index d4e85d837..76fc24257 100644
--- a/src/apm.c
+++ b/src/apm.c
@@ -1,18 +1,18 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Advanced Power Management emulation.
+ * Advanced Power Management emulation.
*
*
*
- * Authors: Miran Grca,
+ * Authors: Miran Grca,
*
- * Copyright 2019 Miran Grca.
+ * Copyright 2019 Miran Grca.
*/
#include
#include
diff --git a/src/arch_detect.c b/src/arch_detect.c
index 42ebde095..42a7d29bf 100644
--- a/src/arch_detect.c
+++ b/src/arch_detect.c
@@ -1,18 +1,18 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Configure-time architecture detection for the CMake build.
+ * Configure-time architecture detection for the CMake build.
*
*
*
- * Authors: David Hrdlička,
+ * Authors: David Hrdlička,
*
- * Copyright 2020-2021 David Hrdlička.
+ * Copyright 2020-2021 David Hrdlička.
*/
#if defined(__arm__) || defined(__TARGET_ARCH_ARM)
diff --git a/src/cdrom/CMakeLists.txt b/src/cdrom/CMakeLists.txt
index 6ed0acb0c..c09a040bd 100644
--- a/src/cdrom/CMakeLists.txt
+++ b/src/cdrom/CMakeLists.txt
@@ -1,16 +1,16 @@
#
-# 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.
+# 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.
+# This file is part of the 86Box distribution.
#
-# CMake build script.
+# CMake build script.
#
-# Authors: David Hrdlička,
+# Authors: David Hrdlička,
#
-# Copyright 2020,2021 David Hrdlička.
+# Copyright 2020,2021 David Hrdlička.
#
add_library(cdrom OBJECT cdrom.c cdrom_image_backend.c cdrom_image_viso.c cdrom_image.c cdrom_mitsumi.c)
diff --git a/src/cdrom/cdrom.c b/src/cdrom/cdrom.c
index 1209f09ad..ae7278742 100644
--- a/src/cdrom/cdrom.c
+++ b/src/cdrom/cdrom.c
@@ -1,16 +1,18 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Generic CD-ROM drive core.
+ * Generic CD-ROM drive core.
*
- * Author: Miran Grca,
*
- * Copyright 2018-2021 Miran Grca.
+ *
+ * Authors: Miran Grca,
+ *
+ * Copyright 2018-2021 Miran Grca.
*/
#include
#include
diff --git a/src/cdrom/cdrom_image.c b/src/cdrom/cdrom_image.c
index 11a53aacc..2742d0e80 100644
--- a/src/cdrom/cdrom_image.c
+++ b/src/cdrom/cdrom_image.c
@@ -1,20 +1,22 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * CD-ROM image support.
+ * CD-ROM image support.
*
- * Author: RichardG867,
- * Miran Grca,
- * bit,
*
- * Copyright 2015-2019 Richardg867.
- * Copyright 2015-2019 Miran Grca.
- * Copyright 2017-2019 bit.
+ *
+ * Authors: RichardG867,
+ * Miran Grca,
+ * bit,
+ *
+ * Copyright 2015-2019 Richardg867.
+ * Copyright 2015-2019 Miran Grca.
+ * Copyright 2017-2019 bit.
*/
#include
#include
diff --git a/src/cdrom/cdrom_image_backend.c b/src/cdrom/cdrom_image_backend.c
index 19968fe2b..8b28b6d37 100644
--- a/src/cdrom/cdrom_image_backend.c
+++ b/src/cdrom/cdrom_image_backend.c
@@ -9,6 +9,8 @@
* CD-ROM image file handling module, translated to C from
* cdrom_dosbox.cpp.
*
+ *
+ *
* Authors: Miran Grca,
* Fred N. van Kempen,
* The DOSBox Team,
diff --git a/src/cdrom/cdrom_image_viso.c b/src/cdrom/cdrom_image_viso.c
index 3017857e8..aaa1faf62 100644
--- a/src/cdrom/cdrom_image_viso.c
+++ b/src/cdrom/cdrom_image_viso.c
@@ -8,6 +8,8 @@
*
* Virtual ISO CD-ROM image back-end.
*
+ *
+ *
* Authors: RichardG
*
* Copyright 2022 RichardG.
diff --git a/src/cdrom/cdrom_mitsumi.c b/src/cdrom/cdrom_mitsumi.c
index e0a1e0405..a6ad860b3 100644
--- a/src/cdrom/cdrom_mitsumi.c
+++ b/src/cdrom/cdrom_mitsumi.c
@@ -1,18 +1,18 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Mitsumi CD-ROM emulation for the ISA bus.
+ * Mitsumi CD-ROM emulation for the ISA bus.
*
*
*
- * Author: Miran Grca,
+ * Authors: Miran Grca,
*
- * Copyright 2022 Miran Grca.
+ * Copyright 2022 Miran Grca.
*/
#include
#include
diff --git a/src/chipset/82c100.c b/src/chipset/82c100.c
index 7769ab66b..516768742 100644
--- a/src/chipset/82c100.c
+++ b/src/chipset/82c100.c
@@ -1,18 +1,18 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Implementation of Chips&Technology's 82C100 chipset.
+ * Implementation of Chips&Technology's 82C100 chipset.
*
*
*
- * Authors: Miran Grca,
+ * Authors: Miran Grca,
*
- * Copyright 2021 Miran Grca.
+ * Copyright 2021 Miran Grca.
*/
#include
#include
diff --git a/src/chipset/CMakeLists.txt b/src/chipset/CMakeLists.txt
index 517630ae4..47b9b30ce 100644
--- a/src/chipset/CMakeLists.txt
+++ b/src/chipset/CMakeLists.txt
@@ -1,16 +1,16 @@
#
-# 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.
+# 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.
+# This file is part of the 86Box distribution.
#
-# CMake build script.
+# CMake build script.
#
-# Authors: David Hrdlička,
+# Authors: David Hrdlička,
#
-# Copyright 2020,2021 David Hrdlička.
+# Copyright 2020,2021 David Hrdlička.
#
add_library(chipset OBJECT 82c100.c acc2168.c cs8230.c ali1429.c ali1489.c ali1531.c ali1541.c ali1543.c
diff --git a/src/chipset/acc2168.c b/src/chipset/acc2168.c
index 60cca9327..7332a28a3 100644
--- a/src/chipset/acc2168.c
+++ b/src/chipset/acc2168.c
@@ -1,20 +1,20 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Implementation of the ACC 2046/2168 chipset
+ * Implementation of the ACC 2046/2168 chipset
*
*
*
- * Authors: Sarah Walker,
+ * Authors: Sarah Walker,
* Tiseno100
*
- * Copyright 2019 Sarah Walker.
- * Copyright 2021 Tiseno100.
+ * Copyright 2019 Sarah Walker.
+ * Copyright 2021 Tiseno100.
*/
#include
#include
diff --git a/src/chipset/ali1429.c b/src/chipset/ali1429.c
index 68ffd9fe0..16d3e3f4b 100644
--- a/src/chipset/ali1429.c
+++ b/src/chipset/ali1429.c
@@ -1,21 +1,23 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Implementation of the ALi M1429 chipset.
+ * Implementation of the ALi M1429 chipset.
*
- * Note: This chipset has no datasheet, everything were done via
- * reverse engineering the BIOS of various machines using it.
+ * Note: This chipset has no datasheet, everything were done via
+ * reverse engineering the BIOS of various machines using it.
*
- * Authors: Tiseno100,
- * Miran Grca,
*
- * Copyright 2020,2021 Tiseno100.
- * Copyright 2021,2021 Miran Grca.
+ *
+ * Authors: Tiseno100,
+ * Miran Grca,
+ *
+ * Copyright 2020,2021 Tiseno100.
+ * Copyright 2021,2021 Miran Grca.
*/
/*
@@ -72,7 +74,6 @@
1 1 0: CLK2IN/12
*/
-
#include
#include
#include
diff --git a/src/chipset/ali1489.c b/src/chipset/ali1489.c
index e42033a7d..8a0cfd89a 100644
--- a/src/chipset/ali1489.c
+++ b/src/chipset/ali1489.c
@@ -1,20 +1,20 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Implementation of the ALi M1489 chipset.
+ * Implementation of the ALi M1489 chipset.
*
*
*
- * Authors: Tiseno100,
- * Miran Grca,
+ * Authors: Tiseno100,
+ * Miran Grca,
*
- * Copyright 2020,2021 Tiseno100.
- * Copyright 2020,2021 Miran Grca.
+ * Copyright 2020,2021 Tiseno100.
+ * Copyright 2020,2021 Miran Grca.
*/
#include
#include
diff --git a/src/chipset/ali1531.c b/src/chipset/ali1531.c
index 438d351e5..b92421e31 100644
--- a/src/chipset/ali1531.c
+++ b/src/chipset/ali1531.c
@@ -1,19 +1,18 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Implementation of the ALi M1531B CPU-to-PCI Bridge.
+ * Implementation of the ALi M1531B CPU-to-PCI Bridge.
*
*
*
- * Authors: Tiseno100,
- *
- * Copyright 2021 Tiseno100.
+ * Authors: Tiseno100,
*
+ * Copyright 2021 Tiseno100.
*/
#include
#include
diff --git a/src/chipset/ali1541.c b/src/chipset/ali1541.c
index 7cf6ca166..37dd7c809 100644
--- a/src/chipset/ali1541.c
+++ b/src/chipset/ali1541.c
@@ -1,16 +1,18 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Implementation of the ALi M1541/2 CPU-to-PCI Bridge.
+ * Implementation of the ALi M1541/2 CPU-to-PCI Bridge.
*
- * Authors: Miran Grca,
*
- * Copyright 2021 Miran Grca.
+ *
+ * Authors: Miran Grca,
+ *
+ * Copyright 2021 Miran Grca.
*/
#include
#include
diff --git a/src/chipset/ali1543.c b/src/chipset/ali1543.c
index 70ba182e1..e6bfbf878 100644
--- a/src/chipset/ali1543.c
+++ b/src/chipset/ali1543.c
@@ -1,19 +1,18 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Implementation of the ALi M1543 Desktop South Bridge.
+ * Implementation of the ALi M1543 Desktop South Bridge.
*
*
*
- * Authors: Tiseno100,
- *
- * Copyright 2021 Tiseno100.
+ * Authors: Tiseno100,
*
+ * Copyright 2021 Tiseno100.
*/
#include
#include
diff --git a/src/chipset/ali1621.c b/src/chipset/ali1621.c
index 3c5ab8cc2..968ef3769 100644
--- a/src/chipset/ali1621.c
+++ b/src/chipset/ali1621.c
@@ -1,16 +1,18 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Implementation of the ALi M1621/2 CPU-to-PCI Bridge.
+ * Implementation of the ALi M1621/2 CPU-to-PCI Bridge.
*
- * Authors: Miran Grca,
*
- * Copyright 2021 Miran Grca.
+ *
+ * Authors: Miran Grca,
+ *
+ * Copyright 2021 Miran Grca.
*/
#include
#include
diff --git a/src/chipset/ali6117.c b/src/chipset/ali6117.c
index 8f1b38627..700fe1405 100644
--- a/src/chipset/ali6117.c
+++ b/src/chipset/ali6117.c
@@ -1,18 +1,18 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Implementation of the ALi M6117 SoC.
+ * Implementation of the ALi M6117 SoC.
*
*
*
- * Authors: RichardG,
+ * Authors: RichardG,
*
- * Copyright 2020 RichardG.
+ * Copyright 2020 RichardG.
*/
#include
#include
diff --git a/src/chipset/contaq_82c59x.c b/src/chipset/contaq_82c59x.c
index b724cbf4b..951a86b0a 100644
--- a/src/chipset/contaq_82c59x.c
+++ b/src/chipset/contaq_82c59x.c
@@ -1,18 +1,19 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Implementation of the Contaq/Cypress 82C596(A) and 597 chipsets.
+ * Implementation of the Contaq/Cypress 82C596(A) and 597 chipsets.
*
- * Authors: Miran Grca,
*
- * Copyright 2021 Miran Grca.
+ *
+ * Authors: Miran Grca,
+ *
+ * Copyright 2021 Miran Grca.
*/
-
#include
#include
#include
diff --git a/src/chipset/cs4031.c b/src/chipset/cs4031.c
index 9ae80578a..a2cef50b9 100644
--- a/src/chipset/cs4031.c
+++ b/src/chipset/cs4031.c
@@ -1,21 +1,19 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Implementation of the Chips & Technologies CS4031 chipset.
+ * Implementation of the Chips & Technologies CS4031 chipset.
*
*
*
- * Authors: Tiseno100
- *
- * Copyright 2021 Tiseno100
+ * Authors: Tiseno100
*
+ * Copyright 2021 Tiseno100
*/
-
#include
#include
#include
diff --git a/src/chipset/cs8230.c b/src/chipset/cs8230.c
index 0917a3c88..49e7d71b6 100644
--- a/src/chipset/cs8230.c
+++ b/src/chipset/cs8230.c
@@ -1,18 +1,18 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Emulation of C&T CS8230 ("386/AT") chipset.
+ * Emulation of C&T CS8230 ("386/AT") chipset.
*
*
*
- * Authors: Sarah Walker,
+ * Authors: Sarah Walker,
*
- * Copyright 2020 Sarah Walker.
+ * Copyright 2020 Sarah Walker.
*/
#include
#include
diff --git a/src/chipset/et6000.c b/src/chipset/et6000.c
index ab92d6fe6..eb42ac7cb 100644
--- a/src/chipset/et6000.c
+++ b/src/chipset/et6000.c
@@ -1,19 +1,19 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Implementation of the ETEQ Cheetah ET6000 chipset.
+ * Implementation of the ETEQ Cheetah ET6000 chipset.
*
- * Authors: Tiseno100
*
- * Copyright 2021 Tiseno100
*
+ * Authors: Tiseno100
+ *
+ * Copyright 2021 Tiseno100
*/
-
#include
#include
#include
diff --git a/src/chipset/gc100.c b/src/chipset/gc100.c
index 9ff577a1e..2aba21350 100644
--- a/src/chipset/gc100.c
+++ b/src/chipset/gc100.c
@@ -1,19 +1,22 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Implementation of the G2 GC100/GC100A chipset.
- * NOTE: As documentation is currently available only for the
- * CG100 chipset, the GC100A chipset has been reverese-engineered.
- * Thus, its behavior may not be fully accurate.
+ * Implementation of the G2 GC100/GC100A chipset.
*
- * Authors: EngiNerd,
+ * NOTE: As documentation is currently available only for the
+ * GC100 chipset, the GC100A chipset has been reverese-engineered.
+ * Thus, its behavior may not be fully accurate.
*
- * Copyright 2020-2021 EngiNerd.
+ *
+ *
+ * Authors: EngiNerd,
+ *
+ * Copyright 2020-2021 EngiNerd.
*/
#include
#include
diff --git a/src/chipset/headland.c b/src/chipset/headland.c
index 9aa6b3fac..5589af87a 100644
--- a/src/chipset/headland.c
+++ b/src/chipset/headland.c
@@ -1,24 +1,24 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Implementation of the HEADLAND AT286 chipset.
+ * Implementation of the HEADLAND AT286 chipset.
*
*
*
- * Authors: Sarah Walker,
- * Fred N. van Kempen,
- * Original by GreatPsycho for PCem.
- * Miran Grca,
+ * Authors: Sarah Walker,
+ * Fred N. van Kempen,
+ * Original by GreatPsycho for PCem.
+ * Miran Grca,
*
- * Copyright 2010-2019 Sarah Walker.
- * Copyright 2017-2019 Fred N. van Kempen.
- * Copyright 2017-2019 Miran Grca.
- * Copyright 2017-2019 GreatPsycho.
+ * Copyright 2010-2019 Sarah Walker.
+ * Copyright 2017-2019 Fred N. van Kempen.
+ * Copyright 2017-2019 Miran Grca.
+ * Copyright 2017-2019 GreatPsycho.
*/
#include
#include
diff --git a/src/chipset/ims8848.c b/src/chipset/ims8848.c
index c4273b4fe..0cdc833b5 100644
--- a/src/chipset/ims8848.c
+++ b/src/chipset/ims8848.c
@@ -1,20 +1,20 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Implementation of the IMS 8848/8849 chipset.
+ * Implementation of the IMS 8848/8849 chipset.
*
*
*
- * Authors: Miran Grca,
- * Tiseno100,
+ * Authors: Miran Grca,
+ * Tiseno100,
*
- * Copyright 2021 Miran Grca.
- * Copyright 2021 Tiseno100.
+ * Copyright 2021 Miran Grca.
+ * Copyright 2021 Tiseno100.
*/
#include
#include
diff --git a/src/chipset/intel_420ex.c b/src/chipset/intel_420ex.c
index e81782c1f..98c2d0386 100644
--- a/src/chipset/intel_420ex.c
+++ b/src/chipset/intel_420ex.c
@@ -1,17 +1,19 @@
/*
- * 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.
+ * 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.
*
- * Emulation of Intel 82420EX chipset that acts as both the
- * northbridge and the southbridge.
+ * This file is part of the 86Box distribution.
+ *
+ * Emulation of Intel 82420EX chipset that acts as both the
+ * northbridge and the southbridge.
*
*
*
- * Authors: Miran Grca,
+ * Authors: Miran Grca,
*
- * Copyright 2020 Miran Grca.
+ * Copyright 2020 Miran Grca.
*/
#include
#include
diff --git a/src/chipset/intel_4x0.c b/src/chipset/intel_4x0.c
index 7857f7f06..8f74c79d9 100644
--- a/src/chipset/intel_4x0.c
+++ b/src/chipset/intel_4x0.c
@@ -1,18 +1,18 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Implementation of the Intel PCISet chips from 420TX to 440GX.
+ * Implementation of the Intel PCISet chips from 420TX to 440GX.
*
*
*
- * Authors: Miran Grca,
+ * Authors: Miran Grca,
*
- * Copyright 2019,2020 Miran Grca.
+ * Copyright 2019-2020 Miran Grca.
*/
#include
#include
diff --git a/src/chipset/intel_82335.c b/src/chipset/intel_82335.c
index 20ae0981f..e945f35d1 100644
--- a/src/chipset/intel_82335.c
+++ b/src/chipset/intel_82335.c
@@ -1,17 +1,19 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Implementation of the Intel 82335(KU82335) chipset.
+ * Implementation of the Intel 82335(KU82335) chipset.
*
- * Copyright 2021 Tiseno100
*
+ *
+ * Authors: Tiseno100
+ *
+ * Copyright 2021 Tiseno100.
*/
-
#include
#include
#include
diff --git a/src/chipset/intel_i450kx.c b/src/chipset/intel_i450kx.c
index 3c81ec11a..ac3746492 100644
--- a/src/chipset/intel_i450kx.c
+++ b/src/chipset/intel_i450kx.c
@@ -1,16 +1,18 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Implementation of the Intel 450KX Mars Chipset.
+ * Implementation of the Intel 450KX Mars Chipset.
*
- * Authors: Tiseno100,
*
- * Copyright 2021 Tiseno100.
+ *
+ * Authors: Tiseno100
+ *
+ * Copyright 2021 Tiseno100.
*/
/*
@@ -19,7 +21,6 @@ Due to 86Box limitations we can't manage them seperately thus it is dev branch t
i450GX is way more popular of an option but needs more stuff.
*/
-
#include
#include
#include
diff --git a/src/chipset/intel_piix.c b/src/chipset/intel_piix.c
index 7347be38e..dcf125979 100644
--- a/src/chipset/intel_piix.c
+++ b/src/chipset/intel_piix.c
@@ -1,21 +1,21 @@
/*
- * 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.
+ * 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.
*
- * Emulation of the Intel PIIX, PIIX3, PIIX4, PIIX4E, and SMSC
- * SLC90E66 (Victory66) Xcelerators.
+ * Emulation of the Intel PIIX, PIIX3, PIIX4, PIIX4E, and SMSC
+ * SLC90E66 (Victory66) Xcelerators.
*
- * PRD format :
- * word 0 - base address
- * word 1 - bits 1-15 = byte count, bit 31 = end of transfer
+ * PRD format :
+ * word 0 - base address
+ * word 1 - bits 1-15 = byte count, bit 31 = end of transfer
*
*
*
- * Authors: Miran Grca,
+ * Authors: Miran Grca,
*
- * Copyright 2016-2020 Miran Grca.
+ * Copyright 2016-2020 Miran Grca.
*/
#include
#include
diff --git a/src/chipset/intel_sio.c b/src/chipset/intel_sio.c
index d7c3ea073..d94cac04a 100644
--- a/src/chipset/intel_sio.c
+++ b/src/chipset/intel_sio.c
@@ -1,16 +1,16 @@
/*
- * 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.
+ * 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.
*
- * Emulation of Intel System I/O PCI chip.
+ * Emulation of Intel System I/O PCI chip.
*
*
*
- * Authors: Miran Grca,
+ * Authors: Miran Grca,
*
- * Copyright 2016-2018 Miran Grca.
+ * Copyright 2016-2018 Miran Grca.
*/
#include
#include
diff --git a/src/chipset/neat.c b/src/chipset/neat.c
index 87c219f1f..83f3eb96a 100644
--- a/src/chipset/neat.c
+++ b/src/chipset/neat.c
@@ -1,23 +1,23 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Emulation of C&T CS8121 ("NEAT") 82C206/211/212/215 chipset.
+ * Emulation of C&T CS8121 ("NEAT") 82C206/211/212/215 chipset.
*
- * Note: The datasheet mentions that the chipset supports up to 8MB
- * of DRAM. This is intepreted as 'being able to refresh up to
- * 8MB of DRAM chips', because it works fine with bus-based
- * memory expansion.
+ * Note: The datasheet mentions that the chipset supports up to 8MB
+ * of DRAM. This is intepreted as 'being able to refresh up to
+ * 8MB of DRAM chips', because it works fine with bus-based
+ * memory expansion.
*
*
*
- * Author: Fred N. van Kempen,
+ * Authors: Fred N. van Kempen,
*
- * Copyright 2018 Fred N. van Kempen.
+ * Copyright 2018 Fred N. van Kempen.
*/
#include
#include
diff --git a/src/chipset/olivetti_eva.c b/src/chipset/olivetti_eva.c
index 07b7eab6f..ce9ba9a1f 100644
--- a/src/chipset/olivetti_eva.c
+++ b/src/chipset/olivetti_eva.c
@@ -1,21 +1,22 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
+ *
+ * Implementation of the Olivetti EVA (98/86) Gate Array.
+ *
+ * Note: This chipset has no datasheet, everything were done via
+ * reverse engineering the BIOS of various machines using it.
*
- * Implementation of the Olivetti EVA (98/86) Gate Array.
*
- * Note: This chipset has no datasheet, everything were done via
- * reverse engineering the BIOS of various machines using it.
*
* Authors: EngiNerd
*
- * Copyright 2020-2021 EngiNerd
+ * Copyright 2020-2021 EngiNerd
*/
-
#include
#include
#include
diff --git a/src/chipset/opti283.c b/src/chipset/opti283.c
index 7053e2f2f..b3b51d8fa 100644
--- a/src/chipset/opti283.c
+++ b/src/chipset/opti283.c
@@ -1,20 +1,21 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Implementation of the OPTi 82C283 chipset.
+ * Implementation of the OPTi 82C283 chipset.
*
- * Authors: Tiseno100,
- * Miran Grca,
*
- * Copyright 2021 Tiseno100.
- * Copyright 2021 Miran Grca.
+ *
+ * Authors: Tiseno100,
+ * Miran Grca,
+ *
+ * Copyright 2021 Tiseno100.
+ * Copyright 2021 Miran Grca.
*/
-
#include
#include
#include
diff --git a/src/chipset/opti291.c b/src/chipset/opti291.c
index 0aafc538d..b15b71260 100644
--- a/src/chipset/opti291.c
+++ b/src/chipset/opti291.c
@@ -1,17 +1,19 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Implementation of the OPTi 82C291 chipset.
-
- * Authors: plant/nerd73, Tiseno100
+ * Implementation of the OPTi 82C291 chipset.
*
- * Copyright 2020 plant/nerd73.
- * Copyright 2021 Tiseno100.
+ *
+ *
+ * Authors: plant/nerd73, Tiseno100
+ *
+ * Copyright 2020 plant/nerd73.
+ * Copyright 2021 Tiseno100.
*/
#include
#include
diff --git a/src/chipset/opti391.c b/src/chipset/opti391.c
index b787fae8f..4b9b8faff 100644
--- a/src/chipset/opti391.c
+++ b/src/chipset/opti391.c
@@ -1,18 +1,19 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Implementation of the OPTi 82C391/392 chipset.
+ * Implementation of the OPTi 82C391/392 chipset.
*
- * Authors: Miran Grca,
*
- * Copyright 2021 Miran Grca.
+ *
+ * Authors: Miran Grca,
+ *
+ * Copyright 2021 Miran Grca.
*/
-
#include
#include
#include
diff --git a/src/chipset/opti495.c b/src/chipset/opti495.c
index 627952d09..5eb5782e0 100644
--- a/src/chipset/opti495.c
+++ b/src/chipset/opti495.c
@@ -1,20 +1,20 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Implementation of the OPTi 82C493/82C495 chipset.
+ * Implementation of the OPTi 82C493/82C495 chipset.
*
*
*
- * Authors: Tiseno100,
- * Miran Grca,
+ * Authors: Tiseno100,
+ * Miran Grca,
*
- * Copyright 2008-2020 Tiseno100.
- * Copyright 2016-2020 Miran Grca.
+ * Copyright 2008-2020 Tiseno100.
+ * Copyright 2016-2020 Miran Grca.
*/
#include
#include
diff --git a/src/chipset/opti499.c b/src/chipset/opti499.c
index 519b394a4..c033cd4f5 100644
--- a/src/chipset/opti499.c
+++ b/src/chipset/opti499.c
@@ -1,20 +1,20 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Implementation of the OPTi 82C493/82C499 chipset.
+ * Implementation of the OPTi 82C493/82C499 chipset.
*
*
*
- * Authors: Tiseno100,
- * Miran Grca,
+ * Authors: Tiseno100,
+ * Miran Grca,
*
- * Copyright 2008-2020 Tiseno100.
- * Copyright 2016-2020 Miran Grca.
+ * Copyright 2008-2020 Tiseno100.
+ * Copyright 2016-2020 Miran Grca.
*/
#include
#include
diff --git a/src/chipset/opti5x7.c b/src/chipset/opti5x7.c
index 76989481e..232d3426c 100644
--- a/src/chipset/opti5x7.c
+++ b/src/chipset/opti5x7.c
@@ -1,20 +1,20 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Implementation of the OPTi 82C546/82C547(Python) & 82C596/82C597(Cobra) chipsets.
+ * Implementation of the OPTi 82C546/82C547(Python) & 82C596/82C597(Cobra) chipsets.
- * Authors: plant/nerd73,
+ * Authors: plant/nerd73,
* Miran Grca,
* Tiseno100
*
- * Copyright 2020 plant/nerd73.
- * Copyright 2020 Miran Grca.
- * Copyright 2021 Tiseno100.
+ * Copyright 2020 plant/nerd73.
+ * Copyright 2020 Miran Grca.
+ * Copyright 2021 Tiseno100.
*/
#include
#include
diff --git a/src/chipset/opti822.c b/src/chipset/opti822.c
index 2605c27b9..2bdc62d66 100644
--- a/src/chipset/opti822.c
+++ b/src/chipset/opti822.c
@@ -1,19 +1,19 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Implementation of the OPTi 82C822 VESA Local Bus to PCI
- * Bridge Interface.
+ * Implementation of the OPTi 82C822 VESA Local Bus to PCI
+ * Bridge Interface.
*
*
*
- * Authors: Miran Grca,
+ * Authors: Miran Grca,
*
- * Copyright 2022 Miran Grca.
+ * Copyright 2022 Miran Grca.
*/
#include
#include
diff --git a/src/chipset/opti895.c b/src/chipset/opti895.c
index 95aaf4cb6..51ffc7430 100644
--- a/src/chipset/opti895.c
+++ b/src/chipset/opti895.c
@@ -1,20 +1,20 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Implementation of the OPTi 82C802G/82C895 chipset.
+ * Implementation of the OPTi 82C802G/82C895 chipset.
*
*
*
- * Authors: Tiseno100,
- * Miran Grca,
+ * Authors: Tiseno100,
+ * Miran Grca,
*
- * Copyright 2008-2020 Tiseno100.
- * Copyright 2016-2020 Miran Grca.
+ * Copyright 2008-2020 Tiseno100.
+ * Copyright 2016-2020 Miran Grca.
*/
#include
#include
diff --git a/src/chipset/scamp.c b/src/chipset/scamp.c
index 5a30c3730..ec7381cec 100644
--- a/src/chipset/scamp.c
+++ b/src/chipset/scamp.c
@@ -1,23 +1,23 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Emulation of VLSI 82C311 ("SCAMP") chipset.
+ * Emulation of VLSI 82C311 ("SCAMP") chipset.
*
- * Note: The datasheet mentions that the chipset supports up to 8MB
- * of DRAM. This is intepreted as 'being able to refresh up to
- * 8MB of DRAM chips', because it works fine with bus-based
- * memory expansion.
+ * Note: The datasheet mentions that the chipset supports up to 8MB
+ * of DRAM. This is intepreted as 'being able to refresh up to
+ * 8MB of DRAM chips', because it works fine with bus-based
+ * memory expansion.
*
*
*
- * Authors: Sarah Walker,
+ * Authors: Sarah Walker,
*
- * Copyright 2020 Sarah Walker.
+ * Copyright 2020 Sarah Walker.
*/
#include
#include
diff --git a/src/chipset/scat.c b/src/chipset/scat.c
index 7b5a1d37d..57b06662a 100644
--- a/src/chipset/scat.c
+++ b/src/chipset/scat.c
@@ -1,22 +1,22 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Implementation of Chips&Technology's SCAT (82C235) chipset.
+ * Implementation of Chips&Technology's SCAT (82C235) chipset.
*
- * Re-worked version based on the 82C235 datasheet and errata.
+ * Re-worked version based on the 82C235 datasheet and errata.
*
*
*
- * Authors: Original by GreatPsycho for PCem.
- * Fred N. van Kempen,
+ * Authors: Original by GreatPsycho for PCem.
+ * Fred N. van Kempen,
*
- * Copyright 2017-2019 GreatPsycho.
- * Copyright 2017-2019 Fred N. van Kempen.
+ * Copyright 2017-2019 GreatPsycho.
+ * Copyright 2017-2019 Fred N. van Kempen.
*/
#include
#include
diff --git a/src/chipset/sis_5511.c b/src/chipset/sis_5511.c
index 7f5a22796..d13a1cf83 100644
--- a/src/chipset/sis_5511.c
+++ b/src/chipset/sis_5511.c
@@ -1,20 +1,19 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Implementation of the SiS 5511/5512/5513 Pentium PCI/ISA Chipset.
+ * Implementation of the SiS 5511/5512/5513 Pentium PCI/ISA Chipset.
*
*
*
- * Authors: Tiseno100,
+ * Authors: Tiseno100,
*
- * Copyright 2021 Tiseno100.
+ * Copyright 2021 Tiseno100.
*/
-
#include
#include
#include
diff --git a/src/chipset/sis_5571.c b/src/chipset/sis_5571.c
index 008ca5423..daf64aa74 100644
--- a/src/chipset/sis_5571.c
+++ b/src/chipset/sis_5571.c
@@ -1,18 +1,19 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Implementation of the SiS 5571 Chipset.
+ * Implementation of the SiS 5571 Chipset.
*
- * Authors: Tiseno100,
*
- * Copyright 2021 Tiseno100.
+ *
+ * Authors: Tiseno100,
+ *
+ * Copyright 2021 Tiseno100.
*/
-
#include
#include
#include
diff --git a/src/chipset/sis_85c496.c b/src/chipset/sis_85c496.c
index e6e32c4b6..6a65e2d62 100644
--- a/src/chipset/sis_85c496.c
+++ b/src/chipset/sis_85c496.c
@@ -1,18 +1,18 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Implementation of the SiS 85c496/85c497 chip.
+ * Implementation of the SiS 85c496/85c497 chip.
*
*
*
- * Authors: Miran Grca,
+ * Authors: Miran Grca,
*
- * Copyright 2019,2020 Miran Grca.
+ * Copyright 2019-2020 Miran Grca.
*/
#include
#include
diff --git a/src/chipset/sis_85c4xx.c b/src/chipset/sis_85c4xx.c
index 9b67c4466..ade5573f1 100644
--- a/src/chipset/sis_85c4xx.c
+++ b/src/chipset/sis_85c4xx.c
@@ -1,17 +1,19 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Emulation of the SiS 85c401/85c402, 85c460, 85c461, and
- * 85c407/85c471 chipsets.
+ * Emulation of the SiS 85c401/85c402, 85c460, 85c461, and
+ * 85c407/85c471 chipsets.
*
- * Authors: Miran Grca,
*
- * Copyright 2019,2020 Miran Grca.
+ *
+ * Authors: Miran Grca,
+ *
+ * Copyright 2019,2020 Miran Grca.
*/
#include
#include
diff --git a/src/chipset/sis_85c50x.c b/src/chipset/sis_85c50x.c
index 06552c751..1aa5daead 100644
--- a/src/chipset/sis_85c50x.c
+++ b/src/chipset/sis_85c50x.c
@@ -1,20 +1,20 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Implementation of the SiS 85C50x Chipset.
+ * Implementation of the SiS 85C50x Chipset.
*
*
*
- * Authors: Tiseno100,
- * Miran Grca,
+ * Authors: Tiseno100,
+ * Miran Grca,
*
- * Copyright 2020,2021 Tiseno100.
- * Copyright 2020,2021 Miran Grca.
+ * Copyright 2020-2021 Tiseno100.
+ * Copyright 2020-2021 Miran Grca.
*/
#include
#include
diff --git a/src/chipset/stpc.c b/src/chipset/stpc.c
index b36010699..cd13af3f0 100644
--- a/src/chipset/stpc.c
+++ b/src/chipset/stpc.c
@@ -1,18 +1,18 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Implementation of the STMicroelectronics STPC series of SoCs.
+ * Implementation of the STMicroelectronics STPC series of SoCs.
*
*
*
- * Authors: RichardG,
+ * Authors: RichardG,
*
- * Copyright 2020 RichardG.
+ * Copyright 2020 RichardG.
*/
#include
#include
diff --git a/src/chipset/umc_8886.c b/src/chipset/umc_8886.c
index 47501dfb4..dea5ac99a 100644
--- a/src/chipset/umc_8886.c
+++ b/src/chipset/umc_8886.c
@@ -1,21 +1,23 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Implementation of the UMC 8886xx PCI to ISA Bridge .
+ * Implementation of the UMC 8886xx PCI to ISA Bridge .
*
- * Note: This chipset has no datasheet, everything were done via
- * reverse engineering the BIOS of various machines using it.
+ * Note: This chipset has no datasheet, everything were done via
+ * reverse engineering the BIOS of various machines using it.
*
- * Authors: Tiseno100,
- * Miran Grca,
*
- * Copyright 2021 Tiseno100.
- * Copyright 2021 Miran Grca.
+ *
+ * Authors: Tiseno100,
+ * Miran Grca,
+ *
+ * Copyright 2021 Tiseno100.
+ * Copyright 2021 Miran Grca.
*/
/*
@@ -65,7 +67,6 @@
Function 1 Register 4: (UMC 8886AF/8886BF Only!)
Bit 0: Enable Internal IDE
*/
-
#include
#include
#include
diff --git a/src/chipset/umc_hb4.c b/src/chipset/umc_hb4.c
index 0179bdc72..40d17533b 100644
--- a/src/chipset/umc_hb4.c
+++ b/src/chipset/umc_hb4.c
@@ -1,24 +1,26 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Implementation of the UMC HB4 "Super Energy Star Green" PCI Chipset.
+ * Implementation of the UMC HB4 "Super Energy Star Green" PCI Chipset.
*
- * Note: This chipset has no datasheet, everything were done via
- * reverse engineering the BIOS of various machines using it.
+ * Note: This chipset has no datasheet, everything were done via
+ * reverse engineering the BIOS of various machines using it.
*
- * Note 2: Additional information were also used from all
- * around the web.
+ * Note 2: Additional information were also used from all
+ * around the web.
*
- * Authors: Tiseno100,
- * Miran Grca,
*
- * Copyright 2021 Tiseno100.
- * Copyright 2021 Miran Grca.
+ *
+ * Authors: Tiseno100,
+ * Miran Grca,
+ *
+ * Copyright 2021 Tiseno100.
+ * Copyright 2021 Miran Grca.
*/
/*
diff --git a/src/chipset/via_apollo.c b/src/chipset/via_apollo.c
index db137bc63..99802b2b5 100644
--- a/src/chipset/via_apollo.c
+++ b/src/chipset/via_apollo.c
@@ -1,23 +1,23 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Implementation of the VIA Apollo series of chips.
+ * Implementation of the VIA Apollo series of chips.
*
*
*
- * Authors: Sarah Walker,
- * Miran Grca,
- * Melissa Goad,
- * Tiseno100,
+ * Authors: Sarah Walker,
+ * Miran Grca,
+ * Melissa Goad,
+ * Tiseno100,
*
- * Copyright 2020 Miran Grca.
- * Copyright 2020 Melissa Goad.
- * Copyright 2020 Tiseno100.
+ * Copyright 2020 Miran Grca.
+ * Copyright 2020 Melissa Goad.
+ * Copyright 2020 Tiseno100.
*/
#include
#include
diff --git a/src/chipset/via_pipc.c b/src/chipset/via_pipc.c
index 48cae7e41..e6701ebfc 100644
--- a/src/chipset/via_pipc.c
+++ b/src/chipset/via_pipc.c
@@ -1,24 +1,25 @@
/*
- * 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.
+ * 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.
*
- * Emulation of the VIA PIPC southbridges.
+ * This file is part of the 86Box distribution.
+ *
+ * Emulation of the VIA PIPC southbridges.
*
*
*
- * Authors: Sarah Walker,
- * Miran Grca,
- * Melissa Goad,
- * RichardG,
+ * Authors: Sarah Walker,
+ * Miran Grca,
+ * Melissa Goad,
+ * RichardG,
*
- * Copyright 2008-2020 Sarah Walker.
- * Copyright 2016-2020 Miran Grca.
- * Copyright 2020 Melissa Goad.
- * Copyright 2020-2021 RichardG.
+ * Copyright 2008-2020 Sarah Walker.
+ * Copyright 2016-2020 Miran Grca.
+ * Copyright 2020 Melissa Goad.
+ * Copyright 2020-2021 RichardG.
*/
-
#include
#include
#include
diff --git a/src/chipset/via_vt82c49x.c b/src/chipset/via_vt82c49x.c
index 7f413bb97..9bd5baf13 100644
--- a/src/chipset/via_vt82c49x.c
+++ b/src/chipset/via_vt82c49x.c
@@ -1,20 +1,20 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Implementation of the VIA VT82C49X chipset.
+ * Implementation of the VIA VT82C49X chipset.
*
*
*
- * Authors: Tiseno100,
- * Miran Grca,
+ * Authors: Tiseno100,
+ * Miran Grca,
*
- * Copyright 2020 Tiseno100.
- * Copyright 2020 Miran Grca.
+ * Copyright 2020 Tiseno100.
+ * Copyright 2020 Miran Grca.
*/
#include
#include
diff --git a/src/chipset/via_vt82c505.c b/src/chipset/via_vt82c505.c
index c6fed0144..76c533574 100644
--- a/src/chipset/via_vt82c505.c
+++ b/src/chipset/via_vt82c505.c
@@ -1,20 +1,20 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Implementation of the VIA VT82C505 VL/PCI Bridge Controller.
+ * Implementation of the VIA VT82C505 VL/PCI Bridge Controller.
*
*
*
- * Authors: Tiseno100,
- * Miran Grca,
+ * Authors: Tiseno100,
+ * Miran Grca,
*
- * Copyright 2020 Tiseno100.
- * Copyright 2020 Miran Grca.
+ * Copyright 2020 Tiseno100.
+ * Copyright 2020 Miran Grca.
*/
#include
#include
diff --git a/src/chipset/vl82c480.c b/src/chipset/vl82c480.c
index fa5bdce7e..9e1b9b8f7 100644
--- a/src/chipset/vl82c480.c
+++ b/src/chipset/vl82c480.c
@@ -1,16 +1,18 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Implementation of the VLSI VL82c480 chipset.
+ * Implementation of the VLSI VL82c480 chipset.
*
- * Authors: Miran Grca,
*
- * Copyright 2020 Miran Grca.
+ *
+ * Authors: Miran Grca,
+ *
+ * Copyright 2020 Miran Grca.
*/
#include
#include
diff --git a/src/chipset/wd76c10.c b/src/chipset/wd76c10.c
index e0cc171fb..41fad0418 100644
--- a/src/chipset/wd76c10.c
+++ b/src/chipset/wd76c10.c
@@ -1,22 +1,22 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Implementation of the Western Digital WD76C10 chipset.
+ * Implementation of the Western Digital WD76C10 chipset.
*
- * Note: This chipset has no datasheet, everything were done via
- * reverse engineering the BIOS of various machines using it.
+ * Note: This chipset has no datasheet, everything were done via
+ * reverse engineering the BIOS of various machines using it.
*
- * Authors: Tiseno100
*
- * Copyright 2021 Tiseno100
*
+ * Authors: Tiseno100
+ *
+ * Copyright 2021 Tiseno100
*/
-
#include
#include
#include
diff --git a/src/codegen/CMakeLists.txt b/src/codegen/CMakeLists.txt
index 416b4792a..23936959e 100644
--- a/src/codegen/CMakeLists.txt
+++ b/src/codegen/CMakeLists.txt
@@ -1,16 +1,16 @@
#
-# 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.
+# 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.
+# This file is part of the 86Box distribution.
#
-# CMake build script.
+# CMake build script.
#
-# Authors: David Hrdlička,
+# Authors: David Hrdlička,
#
-# Copyright 2020,2021 David Hrdlička.
+# Copyright 2020,2021 David Hrdlička.
#
if(DYNAREC)
diff --git a/src/codegen_new/CMakeLists.txt b/src/codegen_new/CMakeLists.txt
index a96d0b57e..8c02060e4 100644
--- a/src/codegen_new/CMakeLists.txt
+++ b/src/codegen_new/CMakeLists.txt
@@ -1,16 +1,16 @@
#
-# 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.
+# 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.
+# This file is part of the 86Box distribution.
#
-# CMake build script.
+# CMake build script.
#
-# Authors: David Hrdlička,
+# Authors: David Hrdlička,
#
-# Copyright 2020,2021 David Hrdlička.
+# Copyright 2020,2021 David Hrdlička.
#
if(DYNAREC)
diff --git a/src/config.c b/src/config.c
index 4c64ea2e7..426a01bd5 100644
--- a/src/config.c
+++ b/src/config.c
@@ -1,29 +1,29 @@
/*
* 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Configuration file handler.
+ * Configuration file handler.
*
*
*
- * Authors: Sarah Walker,
- * Miran Grca,
- * Fred N. van Kempen,
- * Overdoze,
- * David Hrdlička,
+ * Authors: Sarah Walker,
+ * Miran Grca,
+ * Fred N. van Kempen,
+ * Overdoze,
+ * David Hrdlička,
*
- * Copyright 2008-2019 Sarah Walker.
- * Copyright 2016-2019 Miran Grca.
- * Copyright 2017-2019 Fred N. van Kempen.
- * Copyright 2018,2019 David Hrdlička.
+ * Copyright 2008-2019 Sarah Walker.
+ * Copyright 2016-2019 Miran Grca.
+ * Copyright 2017-2019 Fred N. van Kempen.
+ * Copyright 2018,2019 David Hrdlička.
*
* NOTE: Forcing config files to be in Unicode encoding breaks
- * it on Windows XP, and possibly also Vista. Use the
- * -DANSI_CFG for use on these systems.
+ * it on Windows XP, and possibly also Vista. Use the
+ * -DANSI_CFG for use on these systems.
*/
#include
diff --git a/src/cpu/386_common.h b/src/cpu/386_common.h
index 28aab7450..4ffdceac6 100644
--- a/src/cpu/386_common.h
+++ b/src/cpu/386_common.h
@@ -1,19 +1,20 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Common 386 CPU code.
+ * Common 386 CPU code.
*
*
*
- * Author: Sarah Walker,
- * Miran Grca,
- * Copyright 2008-2019 Sarah Walker.
- * Copyright 2016-2019 Miran Grca.
+ * Authors: Sarah Walker,
+ * Miran Grca,
+ *
+ * Copyright 2008-2019 Sarah Walker.
+ * Copyright 2016-2019 Miran Grca.
*/
#ifndef _386_COMMON_H_
#define _386_COMMON_H_
diff --git a/src/cpu/386_ops.h b/src/cpu/386_ops.h
index 73b7cdc7d..fe16858f7 100644
--- a/src/cpu/386_ops.h
+++ b/src/cpu/386_ops.h
@@ -1,24 +1,24 @@
/*
- * 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.
+ * 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.
*
- * This file is part of the VARCem Project.
+ * This file is part of the VARCem Project.
*
- * 286/386+ instruction handlers list.
+ * 286/386+ instruction handlers list.
*
*
*
- * Authors: Fred N. van Kempen,
- * Sarah Walker,
- * leilei,
- * Miran Grca,
+ * Authors: Fred N. van Kempen,
+ * Sarah Walker,
+ * leilei,
+ * Miran Grca,
*
- * Copyright 2018 Fred N. van Kempen.
- * Copyright 2008-2018 Sarah Walker.
- * Copyright 2016-2018 leilei.
- * Copyright 2016-2018 Miran Grca.
+ * Copyright 2018 Fred N. van Kempen.
+ * Copyright 2008-2018 Sarah Walker.
+ * Copyright 2016-2018 leilei.
+ * Copyright 2016-2018 Miran Grca.
*
* 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/cpu/8080.c b/src/cpu/8080.c
index c427919bc..642bd03cf 100644
--- a/src/cpu/8080.c
+++ b/src/cpu/8080.c
@@ -1,16 +1,16 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * 8080 CPU emulation.
+ * 8080 CPU emulation.
*
- * Authors: Cacodemon345
+ * Authors: Cacodemon345
*
- * Copyright 2022 Cacodemon345
+ * Copyright 2022 Cacodemon345
*/
@@ -222,4 +222,4 @@ exec8080(i8080* cpu, int cycs)
if (cpu->checkinterrupts) cpu->checkinterrupts();
}
}
-}
\ No newline at end of file
+}
diff --git a/src/cpu/808x.c b/src/cpu/808x.c
index ade656dd8..32a09eb98 100644
--- a/src/cpu/808x.c
+++ b/src/cpu/808x.c
@@ -1,19 +1,19 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * 808x CPU emulation, mostly ported from reenigne's XTCE, which
- * is cycle-accurate.
+ * 808x CPU emulation, mostly ported from reenigne's XTCE, which
+ * is cycle-accurate.
*
- * Authors: Andrew Jenner,
- * Miran Grca,
+ * Authors: Andrew Jenner,
+ * Miran Grca,
*
- * Copyright 2015-2020 Andrew Jenner.
- * Copyright 2016-2020 Miran Grca.
+ * Copyright 2015-2020 Andrew Jenner.
+ * Copyright 2016-2020 Miran Grca.
*/
#include
#include
diff --git a/src/cpu/CMakeLists.txt b/src/cpu/CMakeLists.txt
index c91bcbe78..e61d4bfcf 100644
--- a/src/cpu/CMakeLists.txt
+++ b/src/cpu/CMakeLists.txt
@@ -1,16 +1,16 @@
#
-# 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.
+# 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.
+# This file is part of the 86Box distribution.
#
-# CMake build script.
+# CMake build script.
#
-# Authors: David Hrdlička,
+# Authors: David Hrdlička,
#
-# Copyright 2020,2021 David Hrdlička.
+# Copyright 2020,2021 David Hrdlička.
#
add_library(cpu OBJECT cpu.c cpu_table.c fpu.c x86.c 808x.c 386.c 386_common.c
diff --git a/src/cpu/cpu_table.c b/src/cpu/cpu_table.c
index 45a527e70..41c479290 100644
--- a/src/cpu/cpu_table.c
+++ b/src/cpu/cpu_table.c
@@ -1,28 +1,28 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * Define all known processor types.
+ * Define all known processor types.
*
*
*
- * Authors: Sarah Walker,
- * leilei,
- * Miran Grca,
- * Fred N. van Kempen,
- * RichardG,
- * dob205,
+ * Authors: Sarah Walker,
+ * leilei,
+ * Miran Grca,
+ * Fred N. van Kempen,
+ * RichardG,
+ * dob205,
*
- * Copyright 2008-2019 Sarah Walker.
- * Copyright 2016-2019 leilei.
- * Copyright 2016-2019 Miran Grca.
- * Copyright 2017-2020 Fred N. van Kempen.
- * Copyright 2020 RichardG.
- * Copyright 2021 dob205.
+ * Copyright 2008-2019 Sarah Walker.
+ * Copyright 2016-2019 leilei.
+ * Copyright 2016-2019 Miran Grca.
+ * Copyright 2017-2020 Fred N. van Kempen.
+ * Copyright 2020 RichardG.
+ * Copyright 2021 dob205.
*/
#include
#include
diff --git a/src/cpu/fpu.c b/src/cpu/fpu.c
index 2d74b256a..c7a446ee9 100644
--- a/src/cpu/fpu.c
+++ b/src/cpu/fpu.c
@@ -1,18 +1,18 @@
/*
- * 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.
+ * 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.
+ * This file is part of the 86Box distribution.
*
- * FPU type handler.
+ * FPU type handler.
*
- * Authors: Sarah Walker,
- * Miran Grca,