summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/deco222.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/deco222.h')
-rw-r--r--src/mame/machine/deco222.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/machine/deco222.h b/src/mame/machine/deco222.h
index 6281ba7a88c..56df49a0bad 100644
--- a/src/mame/machine/deco222.h
+++ b/src/mame/machine/deco222.h
@@ -21,8 +21,6 @@ protected:
};
-static const device_type DECO_222 = &device_creator<deco_222_device>;
-
class deco_c10707_device : public m6502_device {
@@ -43,4 +41,6 @@ protected:
};
-static const device_type DECO_C10707 = &device_creator<deco_c10707_device>;
+
+extern const device_type DECO_222;
+extern const device_type DECO_C10707;