Fixed a compile error in MATE.

This commit is contained in:
Robbbert 2015-05-29 10:29:32 +10:00
parent 270c4bd9e0
commit 67246bee88

View File

@ -40,8 +40,8 @@ public:
DECLARE_WRITE8_MEMBER(chsuper_outportb_w);
int m_tilexor;
UINT8 m_blacklamp = NULL;
UINT8 m_redlamp = NULL;
UINT8 m_blacklamp;
UINT8 m_redlamp;
UINT8 *m_vram;
required_device<z180_device> m_maincpu;