summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/centronics/digiblst.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/centronics/digiblst.h')
-rw-r--r--src/devices/bus/centronics/digiblst.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/bus/centronics/digiblst.h b/src/devices/bus/centronics/digiblst.h
index 4b5924b9f55..4521b8a2a6b 100644
--- a/src/devices/bus/centronics/digiblst.h
+++ b/src/devices/bus/centronics/digiblst.h
@@ -12,8 +12,8 @@
* Created on: 23/08/2014
*/
-#ifndef DIGIBLST_H_
-#define DIGIBLST_H_
+#ifndef MAME_BUS_CENTRONICS_DIGIBLST_H
+#define MAME_BUS_CENTRONICS_DIGIBLST_H
#pragma once
@@ -54,7 +54,7 @@ private:
};
// device type definition
-extern const device_type CENTRONICS_DIGIBLASTER;
+DECLARE_DEVICE_TYPE(CENTRONICS_DIGIBLASTER, centronics_digiblaster_device)
-#endif /* DIGIBLST_H_ */
+#endif // MAME_BUS_CENTRONICS_DIGIBLST_H