summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2015-05-11 19:41:04 +0200
committer hap <happppp@users.noreply.github.com>2015-05-11 19:41:04 +0200
commitf22276901685d263574ce8657b7b9f49d54ee9d4 (patch)
treedc2f348cd2804ed018704e33a81d64be4cba8d7d /src/emu/sound
parentc5822c196ecd4be1c8fd6eb8274d6b3c92ae0ad4 (diff)
updated license (note: it is lgpl compatible, no dual license needed) - Also got rid of ancient outdated changelog
Diffstat (limited to 'src/emu/sound')
-rw-r--r--src/emu/sound/ymf278b.c22
-rw-r--r--src/emu/sound/ymf278b.h2
2 files changed, 2 insertions, 22 deletions
diff --git a/src/emu/sound/ymf278b.c b/src/emu/sound/ymf278b.c
index ace6344bcef..7e323f3d525 100644
--- a/src/emu/sound/ymf278b.c
+++ b/src/emu/sound/ymf278b.c
@@ -1,4 +1,4 @@
-// license:MAME, LGPL 2.1
+// license:BSD-3-Clause
// copyright-holders:R. Belmont, Olivier Galibert, hap
/*
@@ -39,26 +39,6 @@
By R. Belmont and O. Galibert.
- Copyright R. Belmont and O. Galibert.
-
- This software is dual-licensed: it may be used in MAME and properly licensed
- MAME derivatives under the terms of the MAME license. For use outside of
- MAME and properly licensed derivatives, it is available under the
- terms of the GNU Lesser General Public License (LGPL), version 2.1.
- You may read the LGPL at http://www.gnu.org/licenses/lgpl.html
-
- Changelog:
- Sep. 8, 2002 - fixed ymf278b_compute_rate when octave is negative (RB)
- Dec. 11, 2002 - added ability to set non-standard clock rates (RB)
- fixed envelope target for release (fixes missing
- instruments in hotdebut).
- Thanks to Team Japump! for MP3s from a real PCB.
- fixed crash if MAME is run with no sound.
- June 4, 2003 - Changed to dual-license with LGPL for use in openMSX.
- openMSX contributed a bugfix where looped samples were
- not being addressed properly, causing pitch fluctuation.
-
- With further improvements over the years by MAME team.
TODO:
- accurate timing of envelopes
diff --git a/src/emu/sound/ymf278b.h b/src/emu/sound/ymf278b.h
index 62316cd2909..5423aad65c8 100644
--- a/src/emu/sound/ymf278b.h
+++ b/src/emu/sound/ymf278b.h
@@ -1,4 +1,4 @@
-// license:MAME, LGPL 2.1
+// license:BSD-3-Clause
// copyright-holders:R. Belmont, Olivier Galibert, hap
#pragma once