mirror of
https://github.com/holub/mame
synced 2025-06-30 16:00:01 +03:00
disabled unused private field in src/emu/video/tms9927.h report by clang (nw)
This commit is contained in:
parent
d3dd023e1f
commit
6dd8e21fee
@ -48,7 +48,7 @@ private:
|
|||||||
void generic_access(address_space &space, offs_t offset);
|
void generic_access(address_space &space, offs_t offset);
|
||||||
|
|
||||||
// internal state
|
// internal state
|
||||||
const tms9927_interface *intf;
|
//const tms9927_interface *intf;
|
||||||
screen_device *m_screen;
|
screen_device *m_screen;
|
||||||
const UINT8 *m_selfload;
|
const UINT8 *m_selfload;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user