From ab4939c07e9b7ff8889f01d1418f20c2064a58c2 Mon Sep 17 00:00:00 2001 From: Couriersud Date: Wed, 16 Oct 2013 20:38:48 +0000 Subject: [PATCH] Updated license tags The 8257 used 8237 as a skeleton but ended up as a complete rewrite. --- src/emu/machine/8257dma.c | 2 ++ src/emu/machine/8257dma.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/emu/machine/8257dma.c b/src/emu/machine/8257dma.c index 916a5ffa1c9..801aea36394 100644 --- a/src/emu/machine/8257dma.c +++ b/src/emu/machine/8257dma.c @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:Couriersud /********************************************************************** 8257 DMA interface and emulation diff --git a/src/emu/machine/8257dma.h b/src/emu/machine/8257dma.h index 580020a7300..42b8cb6480d 100644 --- a/src/emu/machine/8257dma.h +++ b/src/emu/machine/8257dma.h @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:Couriersud /*************************************************************************** Intel 8257 Programmable DMA Controller emulation