summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vip/vp590.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vip/vp590.h')
-rw-r--r--src/devices/bus/vip/vp590.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/devices/bus/vip/vp590.h b/src/devices/bus/vip/vp590.h
index 418e240110f..9524e81b6e5 100644
--- a/src/devices/bus/vip/vp590.h
+++ b/src/devices/bus/vip/vp590.h
@@ -6,10 +6,10 @@
**********************************************************************/
-#pragma once
+#ifndef MAME_BUS_VIP_VP590_H
+#define MAME_BUS_VIP_VP590_H
-#ifndef __VP590__
-#define __VP590__
+#pragma once
#include "machine/rescap.h"
#include "exp.h"
@@ -64,7 +64,6 @@ private:
// device type definition
-extern const device_type VP590;
-
+DECLARE_DEVICE_TYPE(VP590, vp590_device)
-#endif
+#endif // MAME_BUS_VIP_VP590_H