summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/rc2014/rtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/rc2014/rtc.h')
-rw-r--r--src/devices/bus/rc2014/rtc.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/devices/bus/rc2014/rtc.h b/src/devices/bus/rc2014/rtc.h
new file mode 100644
index 00000000000..025e6cf5363
--- /dev/null
+++ b/src/devices/bus/rc2014/rtc.h
@@ -0,0 +1,18 @@
+// license:BSD-3-Clause
+// copyright-holders:Miodrag Milanovic
+/**********************************************************************
+
+ RC2014 Real Time Clock
+
+**********************************************************************/
+
+#ifndef MAME_BUS_RC2014_RTC_H
+#define MAME_BUS_RC2014_RTC_H
+
+#pragma once
+
+#include "bus/rc2014/rc2014.h"
+
+DECLARE_DEVICE_TYPE(RC2014_DS1302_RTC, device_rc2014_card_interface)
+
+#endif // MAME_BUS_RC2014_RTC_H