summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/lpt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/lpt.h')
-rw-r--r--src/devices/bus/isa/lpt.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/devices/bus/isa/lpt.h b/src/devices/bus/isa/lpt.h
index c559c4df162..4ff3e60a9e2 100644
--- a/src/devices/bus/isa/lpt.h
+++ b/src/devices/bus/isa/lpt.h
@@ -6,8 +6,10 @@
***************************************************************************/
-#ifndef __ISA_LPT_H__
-#define __ISA_LPT_H__
+#ifndef MAME_BUS_ISA_LPT_H
+#define MAME_BUS_ISA_LPT_H
+
+#pragma once
#include "isa.h"
@@ -45,6 +47,6 @@ private:
};
// device type definition
-extern const device_type ISA8_LPT;
+DECLARE_DEVICE_TYPE(ISA8_LPT, isa8_lpt_device)
-#endif /* __ISA_LPT_H__ */
+#endif // MAME_BUS_ISA_LPT_H