diff --git a/src/mame/video/gtia.h b/src/mame/video/gtia.h index 5f6866bb018..62ba05d1ef1 100644 --- a/src/mame/video/gtia.h +++ b/src/mame/video/gtia.h @@ -171,9 +171,9 @@ private: gtia_writeregs m_w; /* write registers */ gtia_helpervars m_h; /* helper variables */ - UINT8 m_lumpf1; - UINT8 m_huepm0, m_huepm1, m_huepm2, m_huepm3, m_huepm4; - UINT8 m_huepf2, m_huebk; +// UINT8 m_lumpf1; +// UINT8 m_huepm0, m_huepm1, m_huepm2, m_huepm3, m_huepm4; +// 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...