mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +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);
|
||||
|
||||
// internal state
|
||||
const tms9927_interface *intf;
|
||||
//const tms9927_interface *intf;
|
||||
screen_device *m_screen;
|
||||
const UINT8 *m_selfload;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user