summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/er2055.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/er2055.h')
-rw-r--r--src/devices/machine/er2055.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/devices/machine/er2055.h b/src/devices/machine/er2055.h
index c5796c1bb27..6dae6d1d424 100644
--- a/src/devices/machine/er2055.h
+++ b/src/devices/machine/er2055.h
@@ -8,10 +8,10 @@
***************************************************************************/
-#pragma once
+#ifndef MAME_MACHINE_ER2055_H
+#define MAME_MACHINE_ER2055_H
-#ifndef __ER2055_H__
-#define __ER2055_H__
+#pragma once
@@ -79,7 +79,6 @@ protected:
// device type definition
-extern const device_type ER2055;
-
+DECLARE_DEVICE_TYPE(ER2055, er2055_device)
-#endif
+#endif // MAME_MACHINE_ER2055_H