summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/deco222.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/deco222.cpp')
-rw-r--r--src/mame/machine/deco222.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/machine/deco222.cpp b/src/mame/machine/deco222.cpp
index 9207c164f07..d19aefade66 100644
--- a/src/mame/machine/deco222.cpp
+++ b/src/mame/machine/deco222.cpp
@@ -8,6 +8,9 @@
#include "emu.h"
#include "deco222.h"
+const device_type DECO_222 = device_creator<deco_222_device>;
+const device_type DECO_C10707 = device_creator<deco_c10707_device>;
+
deco_222_device::deco_222_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
m6502_device(mconfig, DECO_222, "DECO 222", tag, owner, clock, "deco222", __FILE__)