summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ds1315.h
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2017-11-26 13:33:54 +1100
committer Vas Crabb <vas@vastheman.com>2017-11-26 13:33:54 +1100
commitfd195fdd8ab38f2d69dd82ae2fb19d55070b8e36 (patch)
treefac2b7ee05e22864f1e4df72ad3f0cd80bc0f3a9 /src/devices/machine/ds1315.h
parent54e23ba3ac219ec43b935e1b86151470754e74fd (diff)
srcclean (nw)
Diffstat (limited to 'src/devices/machine/ds1315.h')
-rw-r--r--src/devices/machine/ds1315.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/ds1315.h b/src/devices/machine/ds1315.h
index 769ddc7c8f9..132056e46b3 100644
--- a/src/devices/machine/ds1315.h
+++ b/src/devices/machine/ds1315.h
@@ -37,7 +37,7 @@ public:
// this handler automates the bits 0/2 stuff
DECLARE_READ8_MEMBER(read);
-
+
DECLARE_READ8_MEMBER(read_0);
DECLARE_READ8_MEMBER(read_1);
DECLARE_READ8_MEMBER(read_data);
@@ -56,7 +56,7 @@ protected:
private:
devcb_read8 m_backing_read;
-
+
enum mode_t : u8
{
DS_SEEK_MATCHING,