summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cninja.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/cninja.h')
-rw-r--r--src/mame/includes/cninja.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mame/includes/cninja.h b/src/mame/includes/cninja.h
index 37ca518c69b..39dc909609e 100644
--- a/src/mame/includes/cninja.h
+++ b/src/mame/includes/cninja.h
@@ -24,8 +24,7 @@ public:
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_audiocpu(*this, "audiocpu"),
- m_deco146(*this, "ioprot"),
- m_deco104(*this, "ioprot104"),
+ m_ioprot(*this, "ioprot"),
m_decocomn(*this, "deco_common"),
m_deco_tilegen1(*this, "tilegen1"),
m_deco_tilegen2(*this, "tilegen2"),
@@ -50,8 +49,7 @@ public:
/* devices */
required_device<cpu_device> m_maincpu;
required_device<cpu_device> m_audiocpu;
- optional_device<deco146_device> m_deco146;
- optional_device<deco104_device> m_deco104;
+ optional_device<deco_146_base_device> m_ioprot;
required_device<decocomn_device> m_decocomn;
required_device<deco16ic_device> m_deco_tilegen1;
required_device<deco16ic_device> m_deco_tilegen2;