mirror of
https://github.com/holub/mame
synced 2025-07-05 01:48:29 +03:00
revert unused variable fix, as it was already fixed (nw)
This commit is contained in:
parent
08d21cebc8
commit
179cc290cf
@ -2113,14 +2113,6 @@ tms5220_device::tms5220_device(const machine_config &mconfig, const char *tag, d
|
|||||||
m_data_cb(*this),
|
m_data_cb(*this),
|
||||||
m_romclk_cb(*this)
|
m_romclk_cb(*this)
|
||||||
{
|
{
|
||||||
// prevent unused variable warnings
|
|
||||||
(void)m_PDC;
|
|
||||||
(void)m_CTL_pins;
|
|
||||||
(void)m_state;
|
|
||||||
(void)m_address;
|
|
||||||
(void)m_next_is_address;
|
|
||||||
(void)m_addr_bit;
|
|
||||||
(void)m_CTL_buffer;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
tms5220_device::tms5220_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, const char *shortname, const char *source)
|
tms5220_device::tms5220_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, const char *shortname, const char *source)
|
||||||
|
Loading…
Reference in New Issue
Block a user