diff options
Diffstat (limited to 'src/devices/machine/ds1204.cpp')
-rw-r--r-- | src/devices/machine/ds1204.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ds1204.cpp b/src/devices/machine/ds1204.cpp index a35624a3c6a..72029b2aecc 100644 --- a/src/devices/machine/ds1204.cpp +++ b/src/devices/machine/ds1204.cpp @@ -34,7 +34,7 @@ ds1204_device::ds1204_device( const machine_config &mconfig, const char *tag, de device_nvram_interface(mconfig, *this), m_rst( 0 ), m_clk( 0 ), - m_dqw( 0 ) + m_dqw( 0 ), m_dqr(0), m_state(0), m_bit(0) { } |