From 0ea05cdf914945c0b846f44d8724d36fda657b0f Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sun, 24 May 2015 11:01:58 +0200 Subject: [PATCH] two contributors just provided tech info according to whatsnew (nw) --- src/mame/drivers/naughtyb.c | 4 ++-- src/mame/includes/naughtyb.h | 4 ++-- src/mame/video/naughtyb.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/mame/drivers/naughtyb.c b/src/mame/drivers/naughtyb.c index 7aa650e139f..2128c689043 100644 --- a/src/mame/drivers/naughtyb.c +++ b/src/mame/drivers/naughtyb.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:Sal,John Bugliarisi +// license:BSD-3-Clause +// copyright-holders:Brad Oliver,Sal,John Bugliarisi /*************************************************************************** Naughty Boy driver by Sal and John Bugliarisi. diff --git a/src/mame/includes/naughtyb.h b/src/mame/includes/naughtyb.h index 8c12478632b..dfd6d2b94df 100644 --- a/src/mame/includes/naughtyb.h +++ b/src/mame/includes/naughtyb.h @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:Sal,John Bugliarisi +// license:BSD-3-Clause +// copyright-holders:Brad Oliver,Sal,John Bugliarisi #include "audio/pleiads.h" class naughtyb_state : public driver_device diff --git a/src/mame/video/naughtyb.c b/src/mame/video/naughtyb.c index ba9673de84d..ff3771a5255 100644 --- a/src/mame/video/naughtyb.c +++ b/src/mame/video/naughtyb.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:Sal,John Bugliarisi +// license:BSD-3-Clause +// copyright-holders:Brad Oliver,Sal,John Bugliarisi /*************************************************************************** video.c