From b980af29dc68cae2a9f4800ef399951b1cf55735 Mon Sep 17 00:00:00 2001 From: Robbbert Date: Sun, 14 Jun 2015 11:12:48 +1000 Subject: [PATCH] Correction to author --- src/mess/drivers/apf.c | 4 ++-- src/mess/drivers/d6800.c | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/mess/drivers/apf.c b/src/mess/drivers/apf.c index d5ea1ec7aa1..d9dd030949f 100644 --- a/src/mess/drivers/apf.c +++ b/src/mess/drivers/apf.c @@ -1,5 +1,5 @@ -// license:GPL-2.0+ -// copyright-holders:Peter Trauner +// license:GPL-2.0+, BSD-3-Clause +// copyright-holders:Peter Trauner, Robbbert /****************************************************************************** driver by ? diff --git a/src/mess/drivers/d6800.c b/src/mess/drivers/d6800.c index f1ee98aecdb..29f9a074051 100644 --- a/src/mess/drivers/d6800.c +++ b/src/mess/drivers/d6800.c @@ -1,9 +1,9 @@ // license:BSD-3-Clause // copyright-holders:Robbbert -/* +/******************************************************************************** The Dream 6800 is a CHIP-8 computer roughly modelled on the Cosmac VIP. - It was decribed in Electronics Australia magazine in 4 articles starting + It was described in Electronics Australia magazine in 4 articles starting in May 1979. It has 1k of ROM and 1k of RAM. The video consists of 64x32 pixels. The keyboard is a hexcode 4x4 matrix, plus a Function key. @@ -35,7 +35,7 @@ Information and programs can be found at http://chip8.com/?page=78 -*/ +**********************************************************************************/ #include "emu.h"