summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/pc1640_iga.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/pc1640_iga.h')
-rw-r--r--src/devices/bus/isa/pc1640_iga.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/devices/bus/isa/pc1640_iga.h b/src/devices/bus/isa/pc1640_iga.h
index 4e3bf60613d..0cee53d6329 100644
--- a/src/devices/bus/isa/pc1640_iga.h
+++ b/src/devices/bus/isa/pc1640_iga.h
@@ -6,10 +6,10 @@
**********************************************************************/
-#pragma once
+#ifndef MAME_BUS_ISA_PC1640_IGA_H
+#define MAME_BUS_ISA_PC1640_IGA_H
-#ifndef __ISA8_PC1640_IGA__
-#define __ISA8_PC1640_IGA__
+#pragma once
#include "isa.h"
#include "ega.h"
@@ -38,8 +38,7 @@ protected:
// device type definition
-extern const device_type ISA8_PC1640_IGA;
-
+DECLARE_DEVICE_TYPE(ISA8_PC1640_IGA, isa8_pc1640_iga_device)
-#endif
+#endif // MAME_BUS_ISA_PC1640_IGA_H