summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-05-11 17:51:56 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-05-11 17:51:56 +0200
commitbfeeaa44f3d9cf60abc861b0ea8ac5b677a605d8 (patch)
tree9ff14e2ceb6371c218c12e611d0286ba33527465 /src/emu/sound
parent26572a83c31c6a6d83cd3dff2b23e1274dee13bc (diff)
Brad Oliver licenses (nw)
Diffstat (limited to 'src/emu/sound')
-rw-r--r--src/emu/sound/pokey.c9
-rw-r--r--src/emu/sound/pokey.h5
2 files changed, 4 insertions, 10 deletions
diff --git a/src/emu/sound/pokey.c b/src/emu/sound/pokey.c
index 4b994601480..33aec56ae80 100644
--- a/src/emu/sound/pokey.c
+++ b/src/emu/sound/pokey.c
@@ -1,19 +1,14 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Brad Oliver, Eric Smith, Juergen Buchmueller
/*****************************************************************************
*
* POKEY chip emulator 4.6
- * Copyright Nicola Salmoria and the MAME Team
*
* Based on original info found in Ron Fries' Pokey emulator,
* with additions by Brad Oliver, Eric Smith and Juergen Buchmueller,
* paddle (a/d conversion) details from the Atari 400/800 Hardware Manual.
* Polynome algorithms according to info supplied by Perry McFarlane.
*
- * This code is subject to the MAME license, which besides other
- * things means it is distributed as is, no warranties whatsoever.
- * For more details read mame.txt that comes with MAME.
- *
* 4.6:
* [1] http://ploguechipsounds.blogspot.de/2009/10/how-i-recorded-and-decoded-pokeys.html
* - changed audio emulation to emulate borrow 3 clock delay and
diff --git a/src/emu/sound/pokey.h b/src/emu/sound/pokey.h
index 8e77bf89207..df2a8a75782 100644
--- a/src/emu/sound/pokey.h
+++ b/src/emu/sound/pokey.h
@@ -1,9 +1,8 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Brad Oliver, Eric Smith, Juergen Buchmueller
/*****************************************************************************
*
* POKEY chip emulator 4.6
- * Copyright Nicola Salmoria and the MAME Team
*
* Based on original info found in Ron Fries' Pokey emulator,
* with additions by Brad Oliver, Eric Smith and Juergen Buchmueller.