Previous 199869 Revisions Next

r24067 Thursday 4th July, 2013 at 12:06:40 UTC by Oliver Stöneberg
disabled unused private field (nw)
[src/mame/video]deco16ic.c deco16ic.h

trunk/src/mame/video/deco16ic.c
r24066r24067
168168
169169deco16ic_device::deco16ic_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
170170   : device_t(mconfig, DECO16IC, "Data East IC 55 / 56 / 74 / 141", tag, owner, clock, "deco16ic", __FILE__),
171   m_screen(NULL),
171   //m_screen(NULL),
172172   m_pf1_data(NULL),
173173   m_pf2_data(NULL),
174174   m_pf12_control(NULL),
trunk/src/mame/video/deco16ic.h
r24066r24067
120120
121121private:
122122   // internal state
123   screen_device *m_screen;
123   //screen_device *m_screen;
124124
125125   UINT16 *m_pf1_data, *m_pf2_data;
126126   UINT16 *m_pf12_control;

Previous 199869 Revisions Next


© 1997-2024 The MAME Team