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;