summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/alpha8201.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/alpha8201.h')
-rw-r--r--src/mame/machine/alpha8201.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/machine/alpha8201.h b/src/mame/machine/alpha8201.h
index c116d2cbf92..2a6250f7dc0 100644
--- a/src/mame/machine/alpha8201.h
+++ b/src/mame/machine/alpha8201.h
@@ -6,8 +6,8 @@
***************************************************************************/
-#ifndef _ALPHA8201_H_
-#define _ALPHA8201_H_
+#ifndef MAME_MACHINE_ALPHA8201_H
+#define MAME_MACHINE_ALPHA8201_H
class alpha_8201_device : public device_t
@@ -48,7 +48,7 @@ private:
};
-extern const device_type ALPHA_8201;
+DECLARE_DEVICE_TYPE(ALPHA_8201, alpha_8201_device)
-#endif /* _ALPHA8201_H_ */
+#endif // MAME_MACHINE_ALPHA8201_H