summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64/vizastar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/c64/vizastar.h')
-rw-r--r--src/devices/bus/c64/vizastar.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/devices/bus/c64/vizastar.h b/src/devices/bus/c64/vizastar.h
index dc541aec89e..95453eb6e38 100644
--- a/src/devices/bus/c64/vizastar.h
+++ b/src/devices/bus/c64/vizastar.h
@@ -6,10 +6,10 @@
**********************************************************************/
-#pragma once
+#ifndef MAME_BUS_C64_VIZASTAR_H
+#define MAME_BUS_C64_VIZASTAR_H
-#ifndef __VIZASTAR__
-#define __VIZASTAR__
+#pragma once
#include "exp.h"
@@ -39,7 +39,7 @@ protected:
// device type definition
-extern const device_type C64_VIZASTAR;
+DECLARE_DEVICE_TYPE(C64_VIZASTAR, c64_vizastar_cartridge_device)
-#endif
+#endif // MAME_BUS_C64_VIZASTAR_H