summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/centronics/covox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/centronics/covox.h')
-rw-r--r--src/devices/bus/centronics/covox.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/devices/bus/centronics/covox.h b/src/devices/bus/centronics/covox.h
index 48036c05487..969065c117a 100644
--- a/src/devices/bus/centronics/covox.h
+++ b/src/devices/bus/centronics/covox.h
@@ -6,8 +6,8 @@
***************************************************************************/
-#ifndef __CENTRONICS_COVOX_H__
-#define __CENTRONICS_COVOX_H__
+#ifndef MAME_BUS_CENTRONICS_COVOX_H
+#define MAME_BUS_CENTRONICS_COVOX_H
#pragma once
@@ -48,7 +48,7 @@ private:
};
// device type definition
-extern const device_type CENTRONICS_COVOX;
+DECLARE_DEVICE_TYPE(CENTRONICS_COVOX, centronics_covox_device)
// ======================> centronics_covox_stereo_device
@@ -89,6 +89,6 @@ private:
};
// device type definition
-extern const device_type CENTRONICS_COVOX_STEREO;
+DECLARE_DEVICE_TYPE(CENTRONICS_COVOX_STEREO, centronics_covox_stereo_device)
-#endif /* __CENTRONICS_COVOX_H__ */
+#endif // MAME_BUS_CENTRONICS_COVOX_H