summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6809/hd6309.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m6809/hd6309.h')
-rw-r--r--src/devices/cpu/m6809/hd6309.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/devices/cpu/m6809/hd6309.h b/src/devices/cpu/m6809/hd6309.h
index f4eae899bfa..a097902da1f 100644
--- a/src/devices/cpu/m6809/hd6309.h
+++ b/src/devices/cpu/m6809/hd6309.h
@@ -8,10 +8,10 @@
**********************************************************************/
-#pragma once
+#ifndef MAME_CPU_M6809_HD6309_H
+#define MAME_CPU_M6809_HD6309_H
-#ifndef __HD6309_H__
-#define __HD6309_H__
+#pragma once
#include "m6809.h"
@@ -21,7 +21,7 @@
//**************************************************************************
// device type definition
-extern const device_type HD6309;
+DECLARE_DEVICE_TYPE(HD6309, hd6309_device)
// ======================> hd6309_device
@@ -143,4 +143,4 @@ enum
#define HD6309_IRQ_LINE M6809_IRQ_LINE /* 0 - IRQ line number */
#define HD6309_FIRQ_LINE M6809_FIRQ_LINE /* 1 - FIRQ line number */
-#endif // __HD6309_H__
+#endif // MAME_CPU_M6809_HD6309_H