mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Header (nw)
This commit is contained in:
parent
c2a910013e
commit
09d2342a01
@ -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);
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,8 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:<author_name>
|
||||
// copyright-holders:Angelo Salese,Takahiro Nogi
|
||||
/***************************************************************************
|
||||
|
||||
Nichibutsu sound HW
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user