trunk/src/mame/video/gtia.h
| r31974 | r31975 | |
| 171 | 171 | gtia_writeregs m_w; /* write registers */ |
| 172 | 172 | gtia_helpervars m_h; /* helper variables */ |
| 173 | 173 | |
| 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; |
| 177 | 177 | |
| 178 | 178 | UINT16 m_color_lookup[256]; /* color lookup table */ // probably better fit to ANTIC, but it remains here for the moment... |
| 179 | 179 | |