summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ds128x.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ds128x.h')
-rw-r--r--src/devices/machine/ds128x.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/machine/ds128x.h b/src/devices/machine/ds128x.h
index feb10b84ecd..e74227e58b1 100644
--- a/src/devices/machine/ds128x.h
+++ b/src/devices/machine/ds128x.h
@@ -1,7 +1,7 @@
// license:BSD-3-Clause
// copyright-holders:smf
-#ifndef __DS128X_H__
-#define __DS128X_H__
+#ifndef MAME_MACHINE_DS128X_H
+#define MAME_MACHINE_DS128X_H
#include "mc146818.h"
@@ -21,6 +21,6 @@ protected:
};
// device type definition
-extern const device_type DS12885;
+DECLARE_DEVICE_TYPE(DS12885, ds12885_device)
-#endif
+#endif // MAME_MACHINE_DS128X_H