mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
fix Clang compile (nw)
This commit is contained in:
parent
fbcc6c1b37
commit
ecdabe00b3
@ -154,12 +154,12 @@ private:
|
||||
void trace_system(int table, int offset, int data, const char* direction);
|
||||
|
||||
uint32_t m_device_trace_enable[2];
|
||||
int m_trace_last_address[64];
|
||||
int m_trace_last_data[64];
|
||||
int m_trace_repeat_count[64];
|
||||
char const * m_trace_last_direction[64];
|
||||
char const * m_generic_command_names[256];
|
||||
char const ** m_specific_command_tables[64];
|
||||
//int m_trace_last_address[64];
|
||||
//int m_trace_last_data[64];
|
||||
//int m_trace_repeat_count[64];
|
||||
//char const * m_trace_last_direction[64];
|
||||
//char const * m_generic_command_names[256];
|
||||
//char const ** m_specific_command_tables[64];
|
||||
void device_trace_init();
|
||||
void device_trace_teardown();
|
||||
void device_trace_enable_all();
|
||||
|
Loading…
Reference in New Issue
Block a user