Header (nw)

This commit is contained in:
angelosa 2017-07-16 18:36:47 +02:00
parent c2a910013e
commit 09d2342a01
2 changed files with 8 additions and 2 deletions

View File

@ -6,6 +6,11 @@
Shared component between niyanpai.cpp and csplayh5.cpp 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" #include "emu.h"
@ -133,4 +138,4 @@ void nichisnd_device::device_reset()
WRITE8_MEMBER(nichisnd_device::sound_host_command_w) WRITE8_MEMBER(nichisnd_device::sound_host_command_w)
{ {
m_soundlatch->write(space,0,data); m_soundlatch->write(space,0,data);
} }

View File

@ -1,7 +1,8 @@
// license:BSD-3-Clause // license:BSD-3-Clause
// copyright-holders:<author_name> // copyright-holders:Angelo Salese,Takahiro Nogi
/*************************************************************************** /***************************************************************************
Nichibutsu sound HW
***************************************************************************/ ***************************************************************************/