license tag

This commit is contained in:
Michaël Banaan Ananas 2013-10-16 21:20:07 +00:00
parent d0827b0179
commit 636cd72628

View File

@ -1,3 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:hap, Angelo Salese, Roberto Fresca
/***************************************************************************
KUNG-FU ROUSHI
@ -69,7 +71,8 @@ public:
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_adpcm1(*this, "adpcm1"),
m_adpcm2(*this, "adpcm2") { }
m_adpcm2(*this, "adpcm2")
{ }
UINT8 m_latch[3];
UINT8 m_control;
@ -325,7 +328,6 @@ static MACHINE_CONFIG_START( kungfur, kungfur_state )
MCFG_I8255A_ADD( "ppi8255_0", ppi8255_0_intf )
MCFG_I8255A_ADD( "ppi8255_1", ppi8255_1_intf )
/* no video! */
/* sound hardware */