From 0b35d445a1fd0ef4916d930a5be38af352224961 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Tue, 12 May 2015 20:10:02 +0200 Subject: [PATCH] update for James Wallace (nw) --- src/emu/machine/6840ptm.c | 4 ++-- src/emu/machine/roc10937.c | 4 ++-- src/emu/machine/roc10937.h | 4 ++-- src/emu/machine/steppers.c | 4 ++-- src/emu/sound/okim6376.c | 2 +- src/mame/drivers/bfm_sc2.c | 2 +- src/mame/drivers/bfmsys85.c | 4 ++-- src/mame/drivers/jpmsys5.c | 2 +- src/mame/drivers/mpu3.c | 4 ++-- src/mame/drivers/mpu4hw.c | 4 ++-- src/mame/drivers/mpu4vid.c | 4 ++-- src/mame/machine/bfm_bd1.c | 4 ++-- src/mame/machine/bfm_bda.c | 4 ++-- src/mame/video/awpvid.c | 4 ++-- src/mame/video/bfm_adr2.c | 4 ++-- src/mame/video/bfm_dm01.c | 6 ++---- 16 files changed, 29 insertions(+), 31 deletions(-) diff --git a/src/emu/machine/6840ptm.c b/src/emu/machine/6840ptm.c index 4e1796ab3a3..410758b9eaf 100644 --- a/src/emu/machine/6840ptm.c +++ b/src/emu/machine/6840ptm.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:James Wallace /*************************************************************************** Motorola 6840 (PTM) diff --git a/src/emu/machine/roc10937.c b/src/emu/machine/roc10937.c index c5a692c3074..fbfda7ce0e8 100644 --- a/src/emu/machine/roc10937.c +++ b/src/emu/machine/roc10937.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:James Wallace /********************************************************************** Rockwell 10937/10957 interface and emulation by J.Wallace diff --git a/src/emu/machine/roc10937.h b/src/emu/machine/roc10937.h index db98ac8ee83..9aee3bf6997 100644 --- a/src/emu/machine/roc10937.h +++ b/src/emu/machine/roc10937.h @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:James Wallace /********************************************************************** Rockwell 10937/10957 interface and simlar chips diff --git a/src/emu/machine/steppers.c b/src/emu/machine/steppers.c index c9456a32230..e1eea4d648e 100644 --- a/src/emu/machine/steppers.c +++ b/src/emu/machine/steppers.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:James Wallace /////////////////////////////////////////////////////////////////////////// // // // steppers.c steppermotor emulation // diff --git a/src/emu/sound/okim6376.c b/src/emu/sound/okim6376.c index 1d0503da529..2db0a475b04 100644 --- a/src/emu/sound/okim6376.c +++ b/src/emu/sound/okim6376.c @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Mirko Buffoni, J. Wallace +// copyright-holders:Mirko Buffoni, James Wallace /********************************************************************************************** * * OKI MSM6376 ADPCM diff --git a/src/mame/drivers/bfm_sc2.c b/src/mame/drivers/bfm_sc2.c index 7e850474c54..193b0f9c9e6 100644 --- a/src/mame/drivers/bfm_sc2.c +++ b/src/mame/drivers/bfm_sc2.c @@ -1,4 +1,4 @@ -// license:GPL-2.0+ +// license:BSD-3-Clause // copyright-holders:James Wallace,'Re-Animator' /**************************************************************************************** diff --git a/src/mame/drivers/bfmsys85.c b/src/mame/drivers/bfmsys85.c index 936aa82fedf..bc7fa0b44b7 100644 --- a/src/mame/drivers/bfmsys85.c +++ b/src/mame/drivers/bfmsys85.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:J Wallace +// license:BSD-3-Clause +// copyright-holders:James Wallace /*************************************************************************** Bellfruit system85 driver, (under heavy construction !!!) diff --git a/src/mame/drivers/jpmsys5.c b/src/mame/drivers/jpmsys5.c index 5a79efd69b4..b5882ab4e06 100644 --- a/src/mame/drivers/jpmsys5.c +++ b/src/mame/drivers/jpmsys5.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Phil Bennett, J.Wallace, David Haywood /*************************************************************************** diff --git a/src/mame/drivers/mpu3.c b/src/mame/drivers/mpu3.c index 3bebc1362db..797cc687dff 100644 --- a/src/mame/drivers/mpu3.c +++ b/src/mame/drivers/mpu3.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:James Wallace /* Notes 17/07/11 DH added most other MPU3 sets diff --git a/src/mame/drivers/mpu4hw.c b/src/mame/drivers/mpu4hw.c index 590c2682af5..8a8de39b954 100644 --- a/src/mame/drivers/mpu4hw.c +++ b/src/mame/drivers/mpu4hw.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:James Wallace /* MPU4 hardware emulation for sets see mpu4.c */ diff --git a/src/mame/drivers/mpu4vid.c b/src/mame/drivers/mpu4vid.c index 6739da6fc3c..2d8a18279ee 100644 --- a/src/mame/drivers/mpu4vid.c +++ b/src/mame/drivers/mpu4vid.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:J.Wallace, Phil Bennett +// license:BSD-3-Clause +// copyright-holders:James Wallace, Phil Bennett /*********************************************************************************************************** Barcrest MPU4 Extension driver by J.Wallace, Phil Bennett and Anonymous. diff --git a/src/mame/machine/bfm_bd1.c b/src/mame/machine/bfm_bd1.c index 94ef6bd2a11..a748f466ec6 100644 --- a/src/mame/machine/bfm_bd1.c +++ b/src/mame/machine/bfm_bd1.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:James Wallace /********************************************************************** Bellfruit BD1 VFD module interface and emulation by J.Wallace diff --git a/src/mame/machine/bfm_bda.c b/src/mame/machine/bfm_bda.c index c9d0b5789ef..ad9cbe13134 100644 --- a/src/mame/machine/bfm_bda.c +++ b/src/mame/machine/bfm_bda.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:James Wallace /********************************************************************** Bellfruit 7x5 Dot matrix VFD module interface and emulation by J.Wallace diff --git a/src/mame/video/awpvid.c b/src/mame/video/awpvid.c index e86467abe04..a804c9953ee 100644 --- a/src/mame/video/awpvid.c +++ b/src/mame/video/awpvid.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:James Wallace /************************************************************************************* AWP Hardware video simulation system diff --git a/src/mame/video/bfm_adr2.c b/src/mame/video/bfm_adr2.c index 6751ee54808..bca9061ffc2 100644 --- a/src/mame/video/bfm_adr2.c +++ b/src/mame/video/bfm_adr2.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:James Wallace /*************************************************************************** Bellfruit Adder2 video board driver, (under heavy construction !!!) diff --git a/src/mame/video/bfm_dm01.c b/src/mame/video/bfm_dm01.c index 1504c62063d..4c9f8e31825 100644 --- a/src/mame/video/bfm_dm01.c +++ b/src/mame/video/bfm_dm01.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:James Wallace /*************************************************************************** Bellfruit dotmatrix driver, (under heavy construction !!!) @@ -10,8 +10,6 @@ A.G.E Code Copyright J. Wallace and the AGEMAME Development Team. Visit http://www.mameworld.net/agemame/ for more information. - M.A.M.E Core Copyright Nicola Salmoria and the MAME Team, - used under license from http://mamedev.org Standard dm01 memorymap