Rename file, add copyright header
This commit is contained in:
@@ -44,7 +44,7 @@ add_library(vid OBJECT
|
|||||||
|
|
||||||
# DDC / monitor identification stuff
|
# DDC / monitor identification stuff
|
||||||
vid_ddc.c
|
vid_ddc.c
|
||||||
vid_ddc_custom.c
|
vid_ddc_edid_custom.c
|
||||||
|
|
||||||
# CARDS start here
|
# CARDS start here
|
||||||
|
|
||||||
|
|||||||
@@ -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, <hrdlickadavid@outlook.com>
|
||||||
|
*
|
||||||
|
* Copyright 2025 Cacodemon.
|
||||||
|
* Copyright 2025 David Hrdlička.
|
||||||
|
*/
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
Reference in New Issue
Block a user