diff options
author | 2018-04-16 20:14:00 -0400 | |
---|---|---|
committer | 2018-04-16 20:14:02 -0400 | |
commit | ef2cec4d93d19cc04a80e50fceaa864c106c6460 (patch) | |
tree | 83bcc0763b267eaf23db73a62836469e7a800ab1 | |
parent | 536c68f85a72fdeede0a17e21c84e92e88cef68e (diff) |
Fix clang build by removing unused variables (nw)
-rw-r--r-- | src/devices/bus/hp_dio/hp98544.h | 1 | ||||
-rw-r--r-- | src/devices/bus/isa/areplay.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/bus/hp_dio/hp98544.h b/src/devices/bus/hp_dio/hp98544.h index fef92c868d3..730f375d988 100644 --- a/src/devices/bus/hp_dio/hp98544.h +++ b/src/devices/bus/hp_dio/hp98544.h @@ -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; diff --git a/src/devices/bus/isa/areplay.h b/src/devices/bus/isa/areplay.h index 8c036565493..1e2640a22b8 100644 --- a/src/devices/bus/isa/areplay.h +++ b/src/devices/bus/isa/areplay.h @@ -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; |