Previous 199869 Revisions Next

r31975 Sunday 7th September, 2014 at 21:06:11 UTC by R. Belmont
Fix Clang build (nw)
[src/mame/video]gtia.h

trunk/src/mame/video/gtia.h
r31974r31975
171171   gtia_writeregs  m_w;          /* write registers */
172172   gtia_helpervars m_h;          /* helper variables */
173173   
174   UINT8 m_lumpf1;
175   UINT8 m_huepm0, m_huepm1, m_huepm2, m_huepm3, m_huepm4;
176   UINT8 m_huepf2, m_huebk;
174//   UINT8 m_lumpf1;
175//   UINT8 m_huepm0, m_huepm1, m_huepm2, m_huepm3, m_huepm4;
176//   UINT8 m_huepf2, m_huebk;
177177   
178178   UINT16 m_color_lookup[256];  /* color lookup table */   // probably better fit to ANTIC, but it remains here for the moment...
179179   

Previous 199869 Revisions Next


© 1997-2024 The MAME Team