From 09d2342a0154e7c7483c598f81f0e65a7f924c8e Mon Sep 17 00:00:00 2001 From: angelosa Date: Sun, 16 Jul 2017 18:36:47 +0200 Subject: Header (nw) --- src/mame/audio/nichisnd.cpp | 7 ++++++- src/mame/audio/nichisnd.h | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/mame/audio/nichisnd.cpp b/src/mame/audio/nichisnd.cpp index 41e50e52482..788a1fd66e4 100644 --- a/src/mame/audio/nichisnd.cpp +++ b/src/mame/audio/nichisnd.cpp @@ -6,6 +6,11 @@ Shared component between niyanpai.cpp and csplayh5.cpp + Uses a TMPZ84C011 with YM3812 and two DACs + + TODO: + - DVD sound routing in here + ***************************************************************************/ #include "emu.h" @@ -133,4 +138,4 @@ void nichisnd_device::device_reset() WRITE8_MEMBER(nichisnd_device::sound_host_command_w) { m_soundlatch->write(space,0,data); -} \ No newline at end of file +} diff --git a/src/mame/audio/nichisnd.h b/src/mame/audio/nichisnd.h index 5f0971a899f..9c72310cdcb 100644 --- a/src/mame/audio/nichisnd.h +++ b/src/mame/audio/nichisnd.h @@ -1,7 +1,8 @@ // license:BSD-3-Clause -// copyright-holders: +// copyright-holders:Angelo Salese,Takahiro Nogi /*************************************************************************** + Nichibutsu sound HW ***************************************************************************/ -- cgit v1.2.3