summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/imi7000/imi5000h.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/imi7000/imi5000h.h')
-rw-r--r--src/devices/bus/imi7000/imi5000h.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/devices/bus/imi7000/imi5000h.h b/src/devices/bus/imi7000/imi5000h.h
index 153ad678d37..89165ef328e 100644
--- a/src/devices/bus/imi7000/imi5000h.h
+++ b/src/devices/bus/imi7000/imi5000h.h
@@ -8,10 +8,10 @@
**********************************************************************/
-#pragma once
+#ifndef MAME_BUS_IMI7000_IMI5000H_H
+#define MAME_BUS_IMI7000_IMI5000H_H
-#ifndef __IMI5000H__
-#define __IMI5000H__
+#pragma once
#include "imi7000.h"
#include "cpu/z80/z80.h"
@@ -82,7 +82,6 @@ private:
// device type definition
extern const device_type IMI5000H;
+DECLARE_DEVICE_TYPE(IMI5000H, imi5000h_device)
-
-
-#endif
+#endif // MAME_BUS_IMI7000_IMI5000H_H