summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/sms_ctrl/lphaser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/sms_ctrl/lphaser.h')
-rw-r--r--src/devices/bus/sms_ctrl/lphaser.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/devices/bus/sms_ctrl/lphaser.h b/src/devices/bus/sms_ctrl/lphaser.h
index 8d25f9fe34f..c9d145f861b 100644
--- a/src/devices/bus/sms_ctrl/lphaser.h
+++ b/src/devices/bus/sms_ctrl/lphaser.h
@@ -6,10 +6,10 @@
**********************************************************************/
-#pragma once
+#ifndef MAME_BUS_SMS_CTRL_LPHASER_H
+#define MAME_BUS_SMS_CTRL_LPHASER_H
-#ifndef __SMS_LIGHT_PHASER__
-#define __SMS_LIGHT_PHASER__
+#pragma once
#include "smsctrl.h"
@@ -62,7 +62,7 @@ private:
// device type definition
-extern const device_type SMS_LIGHT_PHASER;
+DECLARE_DEVICE_TYPE(SMS_LIGHT_PHASER, sms_light_phaser_device)
-#endif
+#endif // MAME_BUS_SMS_CTRL_LPHASER_H