mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
Fix niyanpai.cpp:689:31: error: unused variable 'daisy_chain_sound' [-Werror,-Wunused-const-variable] -nw-
This commit is contained in:
parent
2ad21483a8
commit
d61b84055b
@ -686,11 +686,6 @@ INTERRUPT_GEN_MEMBER(niyanpai_state::interrupt)
|
||||
m_tmp68301->external_interrupt_0();
|
||||
}
|
||||
|
||||
static const z80_daisy_config daisy_chain_sound[] =
|
||||
{
|
||||
TMPZ84C011_DAISY_INTERNAL,
|
||||
{ nullptr }
|
||||
};
|
||||
|
||||
static MACHINE_CONFIG_START( niyanpai )
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user