summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/ds1315.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/ds1315.h')
-rw-r--r--src/mess/machine/ds1315.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/ds1315.h b/src/mess/machine/ds1315.h
index e7ba2c1d58a..d4ab0cfb967 100644
--- a/src/mess/machine/ds1315.h
+++ b/src/mess/machine/ds1315.h
@@ -48,7 +48,7 @@ private:
void fill_raw_data();
void input_raw_data();
-
+
int m_count;
ds1315_mode_t m_mode;
UINT8 m_raw_data[8*8];