summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/sms_ctrl/sportsjp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/sms_ctrl/sportsjp.h')
-rw-r--r--src/devices/bus/sms_ctrl/sportsjp.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/devices/bus/sms_ctrl/sportsjp.h b/src/devices/bus/sms_ctrl/sportsjp.h
index 76b5697fbfc..92ee2ccd70c 100644
--- a/src/devices/bus/sms_ctrl/sportsjp.h
+++ b/src/devices/bus/sms_ctrl/sportsjp.h
@@ -6,10 +6,10 @@
**********************************************************************/
-#pragma once
+#ifndef MAME_BUS_SMS_CTROL_SPORTSJP_H
+#define MAME_BUS_SMS_CTROL_SPORTSJP_H
-#ifndef __SMS_SPORTS_PAD_JP__
-#define __SMS_SPORTS_PAD_JP__
+#pragma once
#include "smsctrl.h"
@@ -58,7 +58,7 @@ private:
// device type definition
-extern const device_type SMS_SPORTS_PAD_JP;
+DECLARE_DEVICE_TYPE(SMS_SPORTS_PAD_JP, sms_sports_pad_jp_device)
-#endif
+#endif // MAME_BUS_SMS_CTROL_SPORTSJP_H