summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502/deco16.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m6502/deco16.h')
-rw-r--r--src/devices/cpu/m6502/deco16.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/cpu/m6502/deco16.h b/src/devices/cpu/m6502/deco16.h
index f018ddec056..73c2314d945 100644
--- a/src/devices/cpu/m6502/deco16.h
+++ b/src/devices/cpu/m6502/deco16.h
@@ -8,8 +8,8 @@
***************************************************************************/
-#ifndef __DECO16_H__
-#define __DECO16_H__
+#ifndef MAME_CPU_M6502_DECO16_H
+#define MAME_CPU_M6502_DECO16_H
#include "m6502.h"
@@ -57,6 +57,6 @@ enum {
DECO16_SET_OVERFLOW = m6502_device::V_LINE
};
-extern const device_type DECO16;
+DECLARE_DEVICE_TYPE(DECO16, deco16_device)
-#endif
+#endif // MAME_CPU_M6502_DECO16_H