summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/sh2/sh7604_wdt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/sh2/sh7604_wdt.h')
-rw-r--r--src/devices/cpu/sh2/sh7604_wdt.h18
1 files changed, 5 insertions, 13 deletions
diff --git a/src/devices/cpu/sh2/sh7604_wdt.h b/src/devices/cpu/sh2/sh7604_wdt.h
index 89ab8faebe7..352b94e3190 100644
--- a/src/devices/cpu/sh2/sh7604_wdt.h
+++ b/src/devices/cpu/sh2/sh7604_wdt.h
@@ -6,10 +6,10 @@
***************************************************************************/
-#pragma once
+#ifndef MAME_CPU_SH7604_WDT_H
+#define MAME_CPU_SH7604_WDT_H
-#ifndef __SH7604_WDTDEV_H__
-#define __SH7604_WDTDEV_H__
+#pragma once
@@ -49,14 +49,6 @@ private:
// device type definition
-extern const device_type SH7604_WDT;
-
-
-
-//**************************************************************************
-// GLOBAL VARIABLES
-//**************************************************************************
-
-
+DECLARE_DEVICE_TYPE(SH7604_WDT, sh7604_wdt_device)
-#endif
+#endif // MAME_CPU_SH7604_WDT_H