summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/sms_exp/gender.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/sms_exp/gender.h')
-rw-r--r--src/devices/bus/sms_exp/gender.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/devices/bus/sms_exp/gender.h b/src/devices/bus/sms_exp/gender.h
index 431b356a7d2..8fb3175d18a 100644
--- a/src/devices/bus/sms_exp/gender.h
+++ b/src/devices/bus/sms_exp/gender.h
@@ -6,10 +6,10 @@
**********************************************************************/
-#pragma once
+#ifndef MAME_BUS_SMS_EXP_GENDER_H
+#define MAME_BUS_SMS_EXP_GENDER_H
-#ifndef __SMS_GENDER_ADAPTER__
-#define __SMS_GENDER_ADAPTER__
+#pragma once
#include "smsexp.h"
@@ -50,7 +50,6 @@ private:
// device type definition
-extern const device_type SMS_GENDER_ADAPTER;
-
+DECLARE_DEVICE_TYPE(SMS_GENDER_ADAPTER, sms_gender_adapter_device)
-#endif
+#endif // MAME_BUS_SMS_EXP_GENDER_H