mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
mcr68: remove unused variable (clang compile)
This commit is contained in:
parent
06d8efe464
commit
e967a70639
@ -138,7 +138,6 @@ private:
|
||||
emu_timer *m_493_on_timer = nullptr;
|
||||
emu_timer *m_493_off_timer = nullptr;
|
||||
tilemap_t *m_bg_tilemap = nullptr;
|
||||
tilemap_t *m_fg_tilemap = nullptr;
|
||||
|
||||
void xenophobe_control_w(offs_t offset, uint16_t data, uint16_t mem_mask = ~0);
|
||||
void blasted_control_w(offs_t offset, uint16_t data, uint16_t mem_mask = ~0);
|
||||
|
Loading…
Reference in New Issue
Block a user