summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vip/vp595.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vip/vp595.h')
-rw-r--r--src/devices/bus/vip/vp595.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/devices/bus/vip/vp595.h b/src/devices/bus/vip/vp595.h
index fa810084875..5751a35e6d0 100644
--- a/src/devices/bus/vip/vp595.h
+++ b/src/devices/bus/vip/vp595.h
@@ -6,10 +6,10 @@
**********************************************************************/
-#pragma once
+#ifndef MAME_BUS_VIP_VP595_H
+#define MAME_BUS_VIP_VP595_H
-#ifndef __VP595__
-#define __VP595__
+#pragma once
#include "exp.h"
#include "sound/cdp1863.h"
@@ -46,7 +46,6 @@ private:
// device type definition
-extern const device_type VP595;
-
+DECLARE_DEVICE_TYPE(VP595, vp595_device)
-#endif
+#endif // MAME_BUS_VIP_VP595_H