summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/comx35/expbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/comx35/expbox.h')
-rw-r--r--src/devices/bus/comx35/expbox.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/devices/bus/comx35/expbox.h b/src/devices/bus/comx35/expbox.h
index 00febcb6188..ce266ee0402 100644
--- a/src/devices/bus/comx35/expbox.h
+++ b/src/devices/bus/comx35/expbox.h
@@ -6,10 +6,10 @@
**********************************************************************/
-#pragma once
+#ifndef MAME_BUS_COMX35_EXPBOX_H
+#define MAME_BUS_COMX35_EXPBOX_H
-#ifndef __COMX_EB__
-#define __COMX_EB__
+#pragma once
#include "exp.h"
@@ -71,7 +71,7 @@ private:
// device type definition
-extern const device_type COMX_EB;
+DECLARE_DEVICE_TYPE(COMX_EB, comx_eb_device)
-#endif
+#endif // MAME_BUS_COMX35_EXPBOX_H