summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/macrtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/macrtc.h')
-rw-r--r--src/mame/machine/macrtc.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/machine/macrtc.h b/src/mame/machine/macrtc.h
index dd96403cd99..01fba185e20 100644
--- a/src/mame/machine/macrtc.h
+++ b/src/mame/machine/macrtc.h
@@ -7,10 +7,10 @@
**********************************************************************/
-#pragma once
+#ifndef MAME_MACHINE_MACRTC_H
+#define MAME_MACHINE_MACRTC_H
-#ifndef __RTC3430042_H__
-#define __RTC3430042_H__
+#pragma once
#include "dirtc.h"
@@ -96,6 +96,6 @@ private:
// device type definition
-extern const device_type RTC3430042;
+DECLARE_DEVICE_TYPE(RTC3430042, rtc3430042_device)
-#endif
+#endif // MAME_MACHINE_MACRTC_H