summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/sh2/sh7604_bus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/sh2/sh7604_bus.h')
-rw-r--r--src/devices/cpu/sh2/sh7604_bus.h18
1 files changed, 5 insertions, 13 deletions
diff --git a/src/devices/cpu/sh2/sh7604_bus.h b/src/devices/cpu/sh2/sh7604_bus.h
index 0c989f23010..8c907a13e06 100644
--- a/src/devices/cpu/sh2/sh7604_bus.h
+++ b/src/devices/cpu/sh2/sh7604_bus.h
@@ -6,10 +6,10 @@
***************************************************************************/
-#pragma once
+#ifndef MAME_CPU_SH2_SH7604_BUS_H
+#define MAME_CPU_SH2_SH7604_BUS_H
-#ifndef __SH7604_BUSDEV_H__
-#define __SH7604_BUSDEV_H__
+#pragma once
@@ -72,14 +72,6 @@ private:
// device type definition
-extern const device_type SH7604_BUS;
-
-
-
-//**************************************************************************
-// GLOBAL VARIABLES
-//**************************************************************************
-
-
+DECLARE_DEVICE_TYPE(SH7604_BUS, sh7604_bus_device)
-#endif
+#endif // MAME_CPU_SH2_SH7604_BUS_H