summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/mc8123.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/mc8123.h')
-rw-r--r--src/mame/machine/mc8123.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/mame/machine/mc8123.h b/src/mame/machine/mc8123.h
index 0003e824a9b..8c5d322a968 100644
--- a/src/mame/machine/mc8123.h
+++ b/src/mame/machine/mc8123.h
@@ -6,10 +6,10 @@
***************************************************************************/
-#pragma once
-
#ifndef MAME_MACHINE_MC8123
-#define MAME_MACHINE_MC8123 1
+#define MAME_MACHINE_MC8123
+
+#pragma once
#include "cpu/z80/z80.h"
@@ -39,5 +39,6 @@ private:
};
extern const device_type MC8123;
+DECLARE_DEVICE_TYPE(MC8123, mc8123_device)
-#endif
+#endif // MAME_MACHINE_MC8123