summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vic20/vic1111.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vic20/vic1111.h')
-rw-r--r--src/devices/bus/vic20/vic1111.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/devices/bus/vic20/vic1111.h b/src/devices/bus/vic20/vic1111.h
index e3be916a985..21f439534e9 100644
--- a/src/devices/bus/vic20/vic1111.h
+++ b/src/devices/bus/vic20/vic1111.h
@@ -6,10 +6,10 @@
**********************************************************************/
-#pragma once
+#ifndef MAME_BUS_VIC20_VIC1111_H
+#define MAME_BUS_VIC20_VIC1111_H
-#ifndef __VIC1111__
-#define __VIC1111__
+#pragma once
#include "exp.h"
@@ -42,8 +42,6 @@ private:
// device type definition
-extern const device_type VIC1111;
-
-
+DECLARE_DEVICE_TYPE(VIC1111, vic1111_device)
-#endif
+#endif // MAME_BUS_VIC20_VIC1111_H