From ac39f054786721a89e31a9f4f68a37aff42243e0 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Tue, 19 Jan 2016 21:27:12 +0100 Subject: [PATCH] Aaron Giles did rewrote of driver in 0.123 (nw) --- src/mame/drivers/tp84.cpp | 7 ++----- src/mame/includes/tp84.h | 4 ++-- src/mame/video/tp84.cpp | 4 ++-- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/src/mame/drivers/tp84.cpp b/src/mame/drivers/tp84.cpp index 2deb09d485e..93aab1e92f5 100644 --- a/src/mame/drivers/tp84.cpp +++ b/src/mame/drivers/tp84.cpp @@ -1,12 +1,9 @@ -// license:??? -// copyright-holders:Marc Lafontaine +// license:BSD-3-Clause +// copyright-holders:Aaron Giles /*************************************************************************** Time Pilot 84 (c) 1984 Konami -driver by Marc Lafontaine - - ---- Master 6809 ------ Write diff --git a/src/mame/includes/tp84.h b/src/mame/includes/tp84.h index 914aa6d4fce..60ce0a8a7a8 100644 --- a/src/mame/includes/tp84.h +++ b/src/mame/includes/tp84.h @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:Marc Lafontaine +// license:BSD-3-Clause +// copyright-holders:Aaron Giles class tp84_state : public driver_device { public: diff --git a/src/mame/video/tp84.cpp b/src/mame/video/tp84.cpp index 852f845edf4..22a9bdd2ec3 100644 --- a/src/mame/video/tp84.cpp +++ b/src/mame/video/tp84.cpp @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:Marc Lafontaine +// license:BSD-3-Clause +// copyright-holders:Aaron Giles /*************************************************************************** video.c