summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ds1204.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ds1204.h')
-rw-r--r--src/devices/machine/ds1204.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/machine/ds1204.h b/src/devices/machine/ds1204.h
index 42b68de7538..35e84c7771f 100644
--- a/src/devices/machine/ds1204.h
+++ b/src/devices/machine/ds1204.h
@@ -72,6 +72,8 @@ private:
static const int DQ_HIGH_IMPEDANCE = -1;
+ optional_memory_region m_region;
+
int m_rst;
int m_clk;
int m_dqw;