summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/e05a30.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/e05a30.h')
-rw-r--r--src/devices/machine/e05a30.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/machine/e05a30.h b/src/devices/machine/e05a30.h
index 4cc88759ff5..b6fd7af343b 100644
--- a/src/devices/machine/e05a30.h
+++ b/src/devices/machine/e05a30.h
@@ -76,6 +76,7 @@ private:
uint8_t m_centronics_strobe;
uint8_t m_centronics_data_latch;
uint8_t m_centronics_data_latched;
+ uint32_t m_c000_shift_register;
};
DECLARE_DEVICE_TYPE(E05A30, e05a30_device)