mirror of
https://github.com/holub/mame
synced 2025-05-22 13:48:55 +03:00
Remove unused variable (nw)
This commit is contained in:
parent
ef29a7d849
commit
d009419dab
@ -99,7 +99,6 @@ private:
|
|||||||
virtual void machine_reset();
|
virtual void machine_reset();
|
||||||
required_device<cpu_device> m_maincpu;
|
required_device<cpu_device> m_maincpu;
|
||||||
UINT8 m_io[256];
|
UINT8 m_io[256];
|
||||||
UINT8 m_counter;
|
|
||||||
UINT8 m_6351_addr;
|
UINT8 m_6351_addr;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user