summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/coleco/std.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/coleco/std.h')
-rw-r--r--src/devices/bus/coleco/std.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/devices/bus/coleco/std.h b/src/devices/bus/coleco/std.h
index ee3cb2adf1f..7ee221502a7 100644
--- a/src/devices/bus/coleco/std.h
+++ b/src/devices/bus/coleco/std.h
@@ -6,10 +6,10 @@
**********************************************************************/
-#pragma once
+#ifndef MAME_BUS_COLECO_STD_H
+#define MAME_BUS_COLECO_STD_H
-#ifndef __COLECOVISION_STANDARD_CARTRIDGE__
-#define __COLECOVISION_STANDARD_CARTRIDGE__
+#pragma once
#include "exp.h"
@@ -38,7 +38,7 @@ protected:
// device type definition
-extern const device_type COLECOVISION_STANDARD;
+DECLARE_DEVICE_TYPE(COLECOVISION_STANDARD, colecovision_standard_cartridge_device)
-#endif
+#endif // MAME_BUS_COLECO_STD_H