summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vcs_ctrl/joybooster.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vcs_ctrl/joybooster.h')
-rw-r--r--src/devices/bus/vcs_ctrl/joybooster.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/devices/bus/vcs_ctrl/joybooster.h b/src/devices/bus/vcs_ctrl/joybooster.h
index bc5ecbda1c2..8b3cf922a1b 100644
--- a/src/devices/bus/vcs_ctrl/joybooster.h
+++ b/src/devices/bus/vcs_ctrl/joybooster.h
@@ -7,10 +7,10 @@
**********************************************************************/
-#pragma once
+#ifndef MAME_BUS_VCS_CTRL_JOYBOOSTER_H
+#define MAME_BUS_VCS_CTRL_JOYBOOSTER_H
-#ifndef __VCS_JOYSTICKBOOSTER__
-#define __VCS_JOYSTICKBOOSTER__
+#pragma once
#include "ctrl.h"
@@ -52,7 +52,6 @@ private:
// device type definition
-extern const device_type VCS_JOYSTICK_BOOSTER;
-
+DECLARE_DEVICE_TYPE(VCS_JOYSTICK_BOOSTER, vcs_joystick_booster_device)
-#endif
+#endif // MAME_BUS_VCS_CTRL_JOYBOOSTER_H