summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/intv_ctrl/handctrl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/intv_ctrl/handctrl.h')
-rw-r--r--src/devices/bus/intv_ctrl/handctrl.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/devices/bus/intv_ctrl/handctrl.h b/src/devices/bus/intv_ctrl/handctrl.h
index bc15a8c28d3..4aa021c1ff8 100644
--- a/src/devices/bus/intv_ctrl/handctrl.h
+++ b/src/devices/bus/intv_ctrl/handctrl.h
@@ -6,10 +6,10 @@
**********************************************************************/
-#pragma once
+#ifndef MAME_BUS_INTV_CTRL_HANDCTRL_H
+#define MAME_BUS_INTV_CTRL_HANDCTRL_H
-#ifndef __INTV_HANDCTRL__
-#define __INTV_HANDCTRL__
+#pragma once
#include "ctrl.h"
@@ -48,7 +48,7 @@ private:
// device type definition
-extern const device_type INTV_HANDCTRL;
+DECLARE_DEVICE_TYPE(INTV_HANDCTRL, intv_handctrl_device)
-#endif
+#endif // MAME_BUS_INTV_CTRL_HANDCTRL_H