summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vip/vp570.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vip/vp570.h')
-rw-r--r--src/devices/bus/vip/vp570.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/devices/bus/vip/vp570.h b/src/devices/bus/vip/vp570.h
index c08b350fd57..004be88a8bf 100644
--- a/src/devices/bus/vip/vp570.h
+++ b/src/devices/bus/vip/vp570.h
@@ -6,10 +6,10 @@
**********************************************************************/
-#pragma once
+#ifndef MAME_BUS_VIP_VP570_H
+#define MAME_BUS_VIP_VP570_H
-#ifndef __VP570__
-#define __VP570__
+#pragma once
#include "exp.h"
@@ -47,7 +47,7 @@ private:
// device type definition
-extern const device_type VP570;
+DECLARE_DEVICE_TYPE(VP570, vp570_device)
-#endif
+#endif // MAME_BUS_VIP_VP570_H