mirror of
https://github.com/holub/mame
synced 2025-06-21 03:36:33 +03:00
Fixed a compile error in MATE.
This commit is contained in:
parent
270c4bd9e0
commit
67246bee88
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user