mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
Fix Clang build (nw)
This commit is contained in:
parent
321b2b8a66
commit
62dcb46464
@ -171,9 +171,9 @@ private:
|
|||||||
gtia_writeregs m_w; /* write registers */
|
gtia_writeregs m_w; /* write registers */
|
||||||
gtia_helpervars m_h; /* helper variables */
|
gtia_helpervars m_h; /* helper variables */
|
||||||
|
|
||||||
UINT8 m_lumpf1;
|
// UINT8 m_lumpf1;
|
||||||
UINT8 m_huepm0, m_huepm1, m_huepm2, m_huepm3, m_huepm4;
|
// UINT8 m_huepm0, m_huepm1, m_huepm2, m_huepm3, m_huepm4;
|
||||||
UINT8 m_huepf2, m_huebk;
|
// UINT8 m_huepf2, m_huebk;
|
||||||
|
|
||||||
UINT16 m_color_lookup[256]; /* color lookup table */ // probably better fit to ANTIC, but it remains here for the moment...
|
UINT16 m_color_lookup[256]; /* color lookup table */ // probably better fit to ANTIC, but it remains here for the moment...
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user