mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
Fix clang build by removing unused variables (nw)
This commit is contained in:
parent
536c68f85a
commit
ef2cec4d93
@ -105,7 +105,6 @@ private:
|
||||
uint8_t m_write_enable_plane;
|
||||
uint8_t m_read_enable_plane;
|
||||
uint8_t m_fb_write_enable;
|
||||
uint8_t m_start_wmove;
|
||||
uint8_t m_enable_blink_planes;
|
||||
uint8_t m_enable_alt_frame;
|
||||
uint8_t m_cursor_ctrl;
|
||||
|
@ -78,7 +78,6 @@ private:
|
||||
uint8_t m_banked_flash[ (16 + 1) * SIZE_ROM_WINDOW];
|
||||
|
||||
uint8_t m_post_mortem_ram[ SIZE_RAM_BANK];
|
||||
uint8_t m_tsr_ram[ SIZE_RAM_BANK];
|
||||
|
||||
uint8_t m_write_port1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user