diff --git a/src/video/CMakeLists.txt b/src/video/CMakeLists.txt index 4667a3b4f..98a9cb385 100644 --- a/src/video/CMakeLists.txt +++ b/src/video/CMakeLists.txt @@ -44,7 +44,7 @@ add_library(vid OBJECT # DDC / monitor identification stuff vid_ddc.c - vid_ddc_custom.c + vid_ddc_edid_custom.c # CARDS start here diff --git a/src/video/vid_ddc_custom.c b/src/video/vid_ddc_edid_custom.c similarity index 82% rename from src/video/vid_ddc_custom.c rename to src/video/vid_ddc_edid_custom.c index d042bdf61..de037b85e 100644 --- a/src/video/vid_ddc_custom.c +++ b/src/video/vid_ddc_edid_custom.c @@ -1,3 +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. + * + * This file is part of the 86Box distribution. + * + * Custom monitor EDID file loader. + * + * + * + * Authors: Cacodemon345, + * David Hrdlička, + * + * Copyright 2025 Cacodemon. + * Copyright 2025 David Hrdlička. + */ + #include #include #include