summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vic20/vic1112.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vic20/vic1112.h')
-rw-r--r--src/devices/bus/vic20/vic1112.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/devices/bus/vic20/vic1112.h b/src/devices/bus/vic20/vic1112.h
index fe8cea87b2c..cb6de5bbbed 100644
--- a/src/devices/bus/vic20/vic1112.h
+++ b/src/devices/bus/vic20/vic1112.h
@@ -8,10 +8,10 @@
**********************************************************************/
-#pragma once
+#ifndef MAME_BUS_VIC20_VIC1112_H
+#define MAME_BUS_VIC20_VIC1112_H
-#ifndef __VIC1112__
-#define __VIC1112__
+#pragma once
#include "exp.h"
#include "bus/ieee488/ieee488.h"
@@ -64,8 +64,6 @@ private:
// device type definition
-extern const device_type VIC1112;
-
-
+DECLARE_DEVICE_TYPE(VIC1112, vic1112_device)
-#endif
+#endif // MAME_BUS_VIC20_VIC1112_H