summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/neogeo_ctrl/kizuna4p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/neogeo_ctrl/kizuna4p.h')
-rw-r--r--src/devices/bus/neogeo_ctrl/kizuna4p.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/devices/bus/neogeo_ctrl/kizuna4p.h b/src/devices/bus/neogeo_ctrl/kizuna4p.h
index c690ce485c7..6f7fd6fcbb9 100644
--- a/src/devices/bus/neogeo_ctrl/kizuna4p.h
+++ b/src/devices/bus/neogeo_ctrl/kizuna4p.h
@@ -6,10 +6,10 @@
**********************************************************************/
-#pragma once
+#ifndef MAME_BUS_NEOGEO_CTRL_KIZUNA4P_H
+#define MAME_BUS_NEOGEO_CTRL_KIZUNA4P_H
-#ifndef __NEOGEO_KIZ4P__
-#define __NEOGEO_KIZ4P__
+#pragma once
#include "ctrl.h"
@@ -52,9 +52,8 @@ private:
};
-
// device type definition
-extern const device_type NEOGEO_KIZ4P;
+DECLARE_DEVICE_TYPE(NEOGEO_KIZ4P, neogeo_kizuna4p_device)
-#endif
+#endif // MAME_BUS_NEOGEO_CTRL_KIZUNA4P_H