mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
Merge pull request #1590 from ajrhacker/unused_cleanup
Fix build by removing unused variables; slight cleanup of skylncr.cpp…
This commit is contained in:
commit
bde830ac63
@ -168,9 +168,6 @@ private:
|
||||
|
||||
uint8_t m_q5;
|
||||
uint8_t m_q6;
|
||||
|
||||
uint8_t m_last_q5;
|
||||
uint8_t m_last_q6;
|
||||
};
|
||||
|
||||
class ttl74175_device : public ttl741745_device
|
||||
|
@ -176,8 +176,8 @@ public:
|
||||
required_shared_ptr<uint8_t> m_reelscroll3;
|
||||
required_shared_ptr<uint8_t> m_reelscroll4;
|
||||
uint8_t m_nmi_enable;
|
||||
int m_color;
|
||||
int m_color2;
|
||||
bool m_mbutrfly_prot;
|
||||
|
||||
DECLARE_WRITE8_MEMBER(skylncr_videoram_w);
|
||||
DECLARE_WRITE8_MEMBER(skylncr_colorram_w);
|
||||
DECLARE_WRITE8_MEMBER(reeltiles_1_w);
|
||||
@ -211,7 +211,6 @@ public:
|
||||
required_device<gfxdecode_device> m_gfxdecode;
|
||||
required_device<palette_device> m_palette;
|
||||
required_device<ticket_dispenser_device> m_hopper;
|
||||
bool m_mbutrfly_prot;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user