summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/315_5296.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/315_5296.h')
-rw-r--r--src/mame/machine/315_5296.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/machine/315_5296.h b/src/mame/machine/315_5296.h
index f66064895c0..f02e82f1ca5 100644
--- a/src/mame/machine/315_5296.h
+++ b/src/mame/machine/315_5296.h
@@ -6,10 +6,10 @@
**********************************************************************/
-#pragma once
+#ifndef MAME_MACHINE_315_5296_H
+#define MAME_MACHINE_315_5296_H
-#ifndef _SEGA_315_5296_H
-#define _SEGA_315_5296_H
+#pragma once
@@ -139,7 +139,7 @@ private:
};
// device type definition
-extern const device_type SEGA_315_5296;
+DECLARE_DEVICE_TYPE(SEGA_315_5296, sega_315_5296_device)
-#endif /* _SEGA_315_5296_H */
+#endif // MAME_MACHINE_315_5296_H