summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64/structured_basic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/c64/structured_basic.h')
-rw-r--r--src/devices/bus/c64/structured_basic.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/devices/bus/c64/structured_basic.h b/src/devices/bus/c64/structured_basic.h
index 21e44b42c8c..7b36402dcf5 100644
--- a/src/devices/bus/c64/structured_basic.h
+++ b/src/devices/bus/c64/structured_basic.h
@@ -6,10 +6,10 @@
**********************************************************************/
-#pragma once
+#ifndef MAME_BUS_C64_STRUCTURED_BASIC_H
+#define MAME_BUS_C64_STRUCTURED_BASIC_H
-#ifndef __STRUCTURED_BASIC__
-#define __STRUCTURED_BASIC__
+#pragma once
#include "exp.h"
@@ -44,8 +44,7 @@ private:
// device type definition
-extern const device_type C64_STRUCTURED_BASIC;
-
+DECLARE_DEVICE_TYPE(C64_STRUCTURED_BASIC, c64_structured_basic_cartridge_device)
-#endif
+#endif // MAME_BUS_C64_STRUCTURED_BASIC_H