mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
(nw) Removed unused member variable
This commit is contained in:
parent
ae1fc3df05
commit
c07f10681a
@ -47,7 +47,6 @@ private:
|
|||||||
const char *m_cpu_tag;
|
const char *m_cpu_tag;
|
||||||
cpu_device *m_cpu;
|
cpu_device *m_cpu;
|
||||||
int m_irq_num;
|
int m_irq_num;
|
||||||
int m_irq_status;
|
|
||||||
|
|
||||||
UINT32 m_config_data[0x10];
|
UINT32 m_config_data[0x10];
|
||||||
DECLARE_ADDRESS_MAP(chan1_data_command_map, 32);
|
DECLARE_ADDRESS_MAP(chan1_data_command_map, 32);
|
||||||
|
Loading…
Reference in New Issue
Block a user