From 9803ef828acc9a86ee25720863e8e05f295912df Mon Sep 17 00:00:00 2001 From: OBattler Date: Sun, 5 Sep 2021 17:47:08 +0200 Subject: [PATCH] Gave sound/snd_audiopci.c a header. --- src/sound/snd_audiopci.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/sound/snd_audiopci.c b/src/sound/snd_audiopci.c index 995edb6a8..a24978750 100644 --- a/src/sound/snd_audiopci.c +++ b/src/sound/snd_audiopci.c @@ -1,3 +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. + * + * This file is part of the 86Box distribution. + * + * Ensoniq AudioPCI (ES1371) emulation. + * + * + * + * Authors: Sarah Walker, + * RichardG, + * Miran Grca, + * + * Copyright 2008-2021 Sarah Walker. + * Copyright 2021 RichardG. + * Copyright 2021 Miran Grca. + */ #include #include #include