summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/wdxt_gen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/wdxt_gen.h')
-rw-r--r--src/devices/bus/isa/wdxt_gen.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/devices/bus/isa/wdxt_gen.h b/src/devices/bus/isa/wdxt_gen.h
index 5a19cc8542c..cfced925737 100644
--- a/src/devices/bus/isa/wdxt_gen.h
+++ b/src/devices/bus/isa/wdxt_gen.h
@@ -13,14 +13,14 @@
**********************************************************************/
-#pragma once
+#ifndef MAME_BUS_ISA8_WDXT_GEN_H
+#define MAME_BUS_ISA8_WDXT_GEN_H
-#ifndef __ISA8_WDXT_GEN__
-#define __ISA8_WDXT_GEN__
+#pragma once
-#include "cpu/mcs48/mcs48.h"
#include "isa.h"
+#include "cpu/mcs48/mcs48.h"
#include "machine/wd11c00_17.h"
#include "machine/wd2010.h"
#include "imagedev/harddriv.h"
@@ -78,6 +78,6 @@ private:
// device type definition
-extern const device_type ISA8_WDXT_GEN;
+DECLARE_DEVICE_TYPE(ISA8_WDXT_GEN, wdxt_gen_device)
-#endif
+#endif // MAME_BUS_ISA8_WDXT_GEN_H